Implement 'all' scan feature
Closed this issue · 0 comments
abhisharma404 commented
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
- SSL Scan
- XSS RFI LFI SQLi
- Info gathering, comment finding, testing HTTP methods, Clickjacking
- Fuzzing
- Crawling
B. python3 vault.py -ip '10.0.2.15' -all
will perform
- IP Scanner
- Port Scanner