WaScan web application fingerprint Scanner

Image

WAScan ((W)eb (A)pplication (Scan)ner) is a Open Source web application security scanner.

Demo

Lock image

Installation

  • $ git clone https://github.com/m4ll0k/WAScan.git wascan

  • $ cd wascan

  • $ pip install BeautifulSoup

  • $ python wascan.py

Usage

1.For Fingerprint

$ python wascan.py --url http://xxxxx.com/ --scan 0

2.For Attacks

$ python wascan.py --url http://xxxxx.com/ --scan 1

3.For Audit

$ python wascan.py --url http://xxxxx.com/ --scan 2

4.Bruteforce

$ python wascan.py --url http://xxxxx.com/ --scan 3

5.Disclosure

$ python wascan.py --url http://xxxxx.com/ --scan 4

6.Full Scan

$ python wascan.py --url http://xxxxx.com/ --scan 5