" />
MyAdmin(后臺(tái)目錄掃描器)是一款掃描軟件。
1、采用圖形界面,更適合我等小菜的使用習(xí)慣。
2、完美支持asp、aspx、php等不同類型網(wǎng)站的后臺(tái)掃描,無需換字典!
3、完美支持批量掃描!
4、完美支持多開!只要你心情好,機(jī)器受得了,想開幾個(gè)開幾個(gè)!
5、不怕沒字典,內(nèi)置我精心收集的后臺(tái)字典!
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個(gè)線程掃描www.abc.com, 并記錄到文件result.txt中
wscan /h www.abc.com /p admin.txt /t 10 /l result.txt
自定義掃描文件的擴(kuò)展名為php,程序自動(dòng)在掃描時(shí)替換
wscan /h www.abc.com /p admin.txt /e php
添加掃描后綴.bak,程序在掃描時(shí)全部追加到URL后面
wscan /h www.abc.com /p admin.txt /s .bak
自定義文件找不到時(shí)的關(guān)鍵字為"error", 這時(shí)線程數(shù)最好少一點(diǎn)
wscan /h www.abc.com /p admin.txt /c error /t 10
返加指定狀態(tài)碼為200的URL
wscan /h www.abc.com /p admin.txt /r 200