forked from GhostTroops/scan4all
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2、重写、优化file fuzz,包括性能优化,字典优化、内存开销优化 a、同时fix vscan中多线程并发内存共享bug b、同一目标错误次数达到20关闭当前目标所有乡村,退出无意义fuzz c、增加智能算法,识别404、识别异常页面 d、顺带check Shiro指纹 e、优化并发、多线程控制 f、优化跳转检测:状态码、html跳转、js跳转 3、优化POCcheck中case为小写,提高效率 2022-07-16 22:51:1657983064
- Loading branch information
Showing
31 changed files
with
843 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/auth/login/ | ||
error.html | ||
404.html | ||
500.html | ||
404.jsp | ||
500.jsp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
000000 | ||
|
||
000000a | ||
100200 | ||
110110 | ||
110120 | ||
111111 | ||
11111111 | ||
111111a | ||
112233 | ||
1123581321 | ||
123000 | ||
123123 | ||
123123a | ||
123321 | ||
123456 | ||
12345678 | ||
123456789 | ||
123456789a | ||
123456a | ||
123456aa | ||
123456abc | ||
123456q | ||
123456qq | ||
1234qwer | ||
123654 | ||
123qwe | ||
123qweasd | ||
12qwaszx | ||
1314520 | ||
1314521 | ||
147258 | ||
159357 | ||
159753 | ||
1A2B3C4D | ||
1q2w3e | ||
1q2w3e4r | ||
1q2w3e4r5t | ||
1qaz2wsx | ||
1qazxsw2 | ||
31415926 | ||
456852 | ||
5201314 | ||
5201314a | ||
520520 | ||
5211314 | ||
521521 | ||
584520 | ||
5845201314 | ||
666666 | ||
753951 | ||
7758258 | ||
7758521 | ||
ADMIN | ||
OvW*busr1 | ||
Password1 | ||
QAZ123 | ||
QLogic66 | ||
a000000 | ||
a111111 | ||
a123123 | ||
a123321 | ||
a123456 | ||
a123456789 | ||
a5201314 | ||
aa123456 | ||
aaa123 | ||
aaaaaa | ||
abc123 | ||
abc123456 | ||
abcd1234 | ||
admanager | ||
admin | ||
admin123 | ||
admin888 | ||
admin@123 | ||
adrole1 | ||
adroot | ||
ads3cret | ||
adtomcat | ||
advagrant | ||
aini1314 | ||
aptx4869 | ||
as123456 | ||
asd123 | ||
asd123456 | ||
asdasd | ||
asdasd123 | ||
caonima123 | ||
changethis | ||
demo | ||
iloveyou | ||
j2deployer | ||
kdsxc | ||
love1314 | ||
manager | ||
nihao123 | ||
owaspbwa | ||
password | ||
password1 | ||
q123456 | ||
q1w2e3 | ||
q1w2e3r4 | ||
qazwsx123 | ||
qq123123 | ||
qq123456 | ||
qq1314520 | ||
qq5201314 | ||
qwe123 | ||
qwer1234 | ||
r00t | ||
role1 | ||
root | ||
root123 | ||
root888 | ||
root@123 | ||
s123456 | ||
s3cret | ||
test | ||
tomcat | ||
toor | ||
vagrant | ||
w123456 | ||
wang123 | ||
woaini | ||
woaini123 | ||
woaini1314 | ||
woaini520 | ||
woaini521 | ||
xampp | ||
z123456 | ||
zhang123 | ||
zxc123 | ||
zxc123456 | ||
zxcvbnm123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ADMIN | ||
QCC | ||
Tomcat-manager | ||
admin | ||
both | ||
cxsdk | ||
demo | ||
j2deployer | ||
manager | ||
ovwebusr | ||
role | ||
role1 | ||
root | ||
server_admin | ||
test | ||
tomcat | ||
xampp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.