In this tutorial we going to use a tool WAScan (Web Application Scan) it is designed to find various vulnerabilities using "Black-Box" method find errors, send payloads, test script injections, etc. and test almost popular web application vulnerabilities on target domain.
WAScan Installation:-
$ apt install python-pip$ git clone https://github.com/m4ll0k/WAScan.git
$ cd WAScan
$ pip install BeautifulSoup
Now requirements automatically installed in your system. Once it's show you successful message you can use it with following commands.
Usage:-
$ python2 wasca.py -hAll of the helping commands showed on your terminal now use it in your way. For example :-
Type given command for full scan of target domain
$ python2 wascan.py -u http://example.com
I hope this information is really helpful for you and if you guys still have any question or suggestion then feel free to comment below. Thanks for visiting have a nice day.
[*] You can also follow us on Instagram and YouTube
[*] Our Github and Facebook Profiles.
0 Comments