Quick Start
URLs search
Simple search by dict:
./ws.py UrlsDict --template http://simple.polygon.web-scout.online/@ --dict bases/demo/dict.txtSimple search by mask:
./ws.py UrlsMask --template http://simple.polygon.web-scout.online/@ --mask ?l,1,4Search by dict in selenium mode:
./ws.py UrlsDict --template http://selenium.polygon.web-scout.online/@ --dict bases/demo/dict.txt --selenium 1 --browser-wait-re "checking" --not-found-re "Not Found"Discovery new Content
Discovery new URLs:
./ws.py ContentDiscovery --template http://simple.polygon.web-scout.online/@ --urls-file bases/demo/cd-urls.txtSearch params of URL
Params search by GET method (in URL) by dict:
./ws.py ParamsDict --url http://simple.polygon.web-scout.online/params-bruter-dict-get.php --dict bases/demo/dict.txt --max-params-length 1000 --params-method GET --not-found-re NOTParams search by GET method (in URL) by mask:
./ws.py ParamsMask --url http://simple.polygon.web-scout.online/params-bruter-dict-get.php --mask ?l,1,2 --max-params-length 1000 --params-method GET --not-found-re NOTSearching params of file upload script:
Brutoforce form
Simple POST form bruteforce:
Bruteforce form in selenium mode:
Find subdomains
Simple subdomains search by dict:
Simple subdomains search by mask:
Find virtual hosts
Searching virtual hosts on IP by dict:
Searching virtual hosts on IP by mask:
Fuzzing
URLs params fuzzing:
URLs headers fuzzing:
Last updated
Was this helpful?