MyAdmin(后(hòu)台目录扫(sǎo)描器)是(shì)一(yī)款扫描软件。
1、采用图形(xíng)界面,更(gèng)适合我等小菜的(de)使用习惯。
2、完美支持asp、aspx、php等不同类型网站的后台扫描,无需换(huàn)字典!
3、完美(měi)支持(chí)批(pī)量扫描(miáo)!
4、完美支持多(duō)开!只要你(nǐ)心情好,机器受得(dé)了,想开几个开几个!
5、不怕没字(zì)典,内置我(wǒ)精心收集的后台字典(diǎn)!
usage: wscan <Vb> <h host> <f hostfile> <p pathfile> <t maxthread>
<e ext> <c flag> <s suffix> <F [FIXED]@@@@> <S startblock>
<r statuscode> <l logfile> <fromlen> <tolen> [charset]
b is bruteforcing used custom charset
h is host to sca>
n
f is path file
t is max thread default is 20
e is custom extend name (php)
c is custom page not find(404) flag
s is suffix to add scan file (.bak)
F is specify a pattern, eg: @@god@@@@
S is specify the starting string, eg: 03god22fs
r is display the custom status code
l is logfile to record
V is display version info
用10个线程扫描(miáo)www.abc.com, 并记录到文件result.txt中
wscan /h www.abc.com /p admin.txt /t 10 /l result.txt
自定(dìng)义(yì)扫描文(wén)件的扩展名为php,程序自动(dòng)在(zài)扫描时替换
wscan /h www.abc.com /p admin.txt /e php
添加扫描(miáo)后缀.bak,程(chéng)序在扫描时(shí)全部追加到URL后面(miàn)
wscan /h www.abc.com /p admin.txt /s .bak
自定义(yì)文件找不到时的关(guān)键字为(wéi)"error", 这时线(xiàn)程数最(zuì)好(hǎo)少一点
wscan /h www.abc.com /p admin.txt /c error /t 10
返加指定状态码为200的URL
wscan /h www.abc.com /p admin.txt /r 200
