Ticker

6/recent/ticker-posts

Scan Websites For Vulnerabilities Using WAScan Tool

Hey guy's 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

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.

Mohit Saran(Hacker's King)