Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 887 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 887 Bytes

ScanX

response status codes SCRIPT HTTP

This script has a unique function of checking the status code returned by a site or route thereof

    graph LR;
        PYTHON-->GET;
        GET-->RESPONSE;
        RESPONSE-->|CODE 200|GET;
Loading

Simple to use script

[x] - python ScanX.py -h
[x] - python ScanX.py -i InpuFile.txt -o OutputFile
[x] - python ScanX.py -i InpuFile.txt -o OutputFile -sv 403
[x] - python ScanX.py -i InpuFile.txt -v 
[x] - python ScanX.py -i google.com -v 

-i : Input .txt or URL.

-o : Opitional OutputFile.

-sv : Saves specific response code.

-v : Verbose Mode.

By default the OutputFile will be all locations or routes that return status code 200 saved in a .txt if you want to change the status code -sv

Be happy !