Parameters¶
-dor--domainThis argument is used to provide the domained that is to be enumerated. Ex:
python vault.py -d http://example.com
-bor--bruteforce- With this argument following tools will be used for enumeration::
- massdns
- sublist3r
- enumall
- amass
- subfinder
-por--portsThis argument is used to use different port for enumeration.
-qor--quicksThis argument is used to do a quick domain enumeration. This will use only two tools: - Amass - Subfinder
--upgradeThis argument is used to upgrade the installed tools.
--installThis argument is used to install all the tools required by domained.
--vpnThis argument is used to check if you are connected to a VPN.
--bruteallThis argument is used to let domained use LevelUp All.txt Subdomain List.
--freshThis argument is used to remove
outputdirectory and start the scan with fresh eyes.
--notifyThis argument is used to notify user when the script is finished. There are two ways to notify the user
- Pushover notification
To use this argument modify the notifycfg.ini file.
--activeThis argument is used to run
eyewitnesswith active scan.
--noeyewitnessThis argument is for not using
eyewitnessfor output reporting.