-
Notifications
You must be signed in to change notification settings - Fork 1
/
spider-web.py
136 lines (122 loc) · 5.6 KB
/
spider-web.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
import os
from platform import uname as name
try:from requests import get
except:os.system("pip install requests")
rd, gn, lgn, yw, lrd, be, pe = '\033[00;31m', '\033[00;32m', '\033[01;32m', '\033[01;33m', '\033[01;31m', '\033[00;34m', '\033[01;35m'
cn = '\033[00;36m'
def clear():
if 'Windows' in name():
os.system('cls')
try:from colorama import init
except:os.system("pip install colorama")
init()
elif 'Linux' in name():
os.system('clear')
clear()
def banner():
print (f"""
{lrd}
:
@ @
@ @ @-
@ @ @
@@ @@ @@
@@ @@@ @@
@ *@@ @@@ @
## @@@ @@@ =@
@+ @@@@ {cn}. ` {lrd} @@@@ :@
@@ %@@@@ {cn}% *{lrd} #@@@@ @@
.@ *@@@# {cn}@@% #@@- {lrd} +@@@# @+
@@ @@@ {cn} @@@#@@ {lrd}@@@. @@
@@ :@@# {cn}# *{lrd} -@@+ @@
@@@@@@@@@@@@%@@% :@@@@@@@@* +@@*@@@@@@@@@@@@
+@@@@@@@@@@@@@@@. @@@@@@@@ @@@@@@@@@@@@@@@%
+*- +@@@@@@ =@@@@@@% @@@@@@*. -**
@@@@@@@ @@@@@@ @@@@@@@
:@@@@@@@@@# @@@@@@ -@@@@@@@@@=
@@@@@@*@@@@@ = - #@@@@*@@@@@@.
%@@@@ +@@@@. @@@@% @@@@@
@@@@ *@@@ {pe} *@@@@@@%{lrd} @@@% @@@@
@@@ .@@@ {pe}@@@@@@@@@@{lrd} @@@= %@@
@@ @@@ {pe}@@@@- @@@@{lrd} @@@ @@.
#@ @@@ {pe}@@@@@@ @@@@@@{lrd} @@@ @@
@: @@. {pe}@@@@@@ @@@@@@.{lrd} @@ @
@ %@@ {pe}#@@@ . @@@@{lrd} @@@ @
@ @@@ {pe}@@@@ @@@@{lrd} %@@ @
@ @@: {pe}@@@@ @@ @@ @@@@{lrd} @@ %
. @@ {pe}.@@@@@@ @@@@@@={lrd} @@ -
@@@ {pe}@@@@@@ *@@@@@{lrd} @@@
@@@@ {pe}@@@@%@@@@@@@:{lrd} @@@@
@@@ {pe}:@@@@@@@@@@+{lrd} @@@
@@. {pe}@@@@@@@@{lrd} @@
@@ {pe}@@@@{lrd} @@
@@ {pe}@@{lrd} @@
.@ : @+
@ @.
@ %.
.. +
@ @
@ #
*
{lrd} github : {lgn}github.com/esfelurm
{lrd} channel Telegram :{lgn} @esfelurm
{lrd}[{yw}1{lrd}]{lgn} cracker hashing
{yw}--------------------------
{lrd}[{yw}2{lrd}]{lgn} Bug hunter
{yw}--------------------------
{lrd}[{yw}3{lrd}]{lgn} Admin Panel finder
{yw}--------------------------
{lrd}[{yw}4{lrd}]{lgn} subdomain Panel finder
{yw}--------------------------
{lrd}[{yw}5{lrd}]{lgn} Reporter Blogfa
{yw}--------------------------
{lrd}[{yw}6{lrd}]{lgn} cracker Blogfa
""")
banner()
Number = input(f"{lrd}[{yw}N{lrd}] {lgn}Enter number : {pe}")
def sub():
target = input(f"""
{lrd}+-++-++-++-++-++-++-++-++-++-+
{rd}|{lgn}s{yw}||{lgn}u{yw}||{lgn}b{yw}||{lgn}d{yw}||{lgn}o{yw}||{lgn}m{yw}||{lgn}a{yw}||{lgn}i{yw}||{lgn}n{yw}||{lgn}s{rd}|
{lrd}+-++-++-++-++-++-++-++-++-++-+
{lrd} github : {lgn}github.com/esfelurm
{lrd}[{lgn}+{lrd}] {gn}Enter URL Target {cn}[Ex : https://google.com] {gn}: {lgn}""")
link_list = open('file/sub.txt', 'r').read().split()
for List in link_list:
f = target+'/'+List
req = get(f)
if '404' in req.text:
print (f'\n{lrd}[{yw}NO{lrd}] {lrd}Page not found : {lrd}[ {lrd}{target}/{cn}\033[41m{List}\033[0m{lrd} ]')
else:
print (f'\n{lrd}[{lgn}OK{lrd}]{lgn} Page found : {lrd}[ \033[42m{target}/{List}\033[0m{lrd} ]')
def admin():
target = input(f"""{lgn}
_______ ______ _______ _________ _
( ___ )( __ \ ( )\__ __/( ( /|
| ( ) || ( \ )| () () | ) ( | \ ( |
| (___) || | ) || || || | | | | \ | |
| ___ || | | || |(_)| | | | | (\ \) | {lrd} github : {lgn}github.com/esfelurm
| ( ) || | ) || | | | | | | | \ |
| ) ( || (__/ )| ) ( |___) (___| ) \ |
|/ \|(______/ |/ \|\_______/|/ )_)
{lrd}[{lgn}+{lrd}] {gn}Enter URL Target {cn}[Ex : https://google.com] {gn}: {lgn}""")
link_list = open('file/admin.txt', 'r').read().split()
for List in link_list:
s = target+'/'+List
req = get(s)
if '404' in req.text:
print (f'\n{lrd}[{yw}NO{lrd}] {lrd}Page not found : {lrd}[ {lrd}{target}/{cn}\033[41m{List}\033[0m{lrd} ]')
else:
print (f'\n{lrd}[{lgn}OK{lrd}]{lgn} Page found : {lrd}[ \033[42m{target}/{List}\033[0m{lrd} ]')
if Number == '1':
os.system("python src/cracker-hash.py")
elif Number == '2':
os.system("python src/bug.py")
elif Number == '3':
admin()
elif Number == '4':
sub()
elif Number == '5':
os.system("python src/reporter.py")
elif Number == '6':
os.system("python src/cracker-blogfa.py")