abhisharma404/vault

Implement 'all' scan feature

Closed this issue · 0 comments

User now need to run the scans individually, but we can implement a new feature which will allow the user to run the scans in one go:

A. python3 vault.py -u 'http://url.example.com' -all will perform

  1. SSL Scan
  2. XSS RFI LFI SQLi
  3. Info gathering, comment finding, testing HTTP methods, Clickjacking
  4. Fuzzing
  5. Crawling

B. python3 vault.py -ip '10.0.2.15' -all will perform

  1. IP Scanner
  2. Port Scanner