Scan Websites For Vulnerabilities Using WAScan Tool
Hey guys, we are back with a simple tutorial to hack by using Tool
after getting a lot of requests from our users, we decided to post this article about how to hack with
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
after getting a lot of requests from our users, we decided to post this article about how to hack with
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
Warning
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
we are come back with another excited tutorial in which we learn how to scan websites for vulnerabilities because if you find vulnerability in your website then you can fix it and prevent your site from hackers or attackers. So if you guy's interested then let's get started.
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 -h
All 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
Comments
Post a Comment