This tool is a multi tasking tool focused in gather information about a network or web site.
-
The first you need to do is clone the repository using
git clone [REPOSITORY_URL]
. -
After that, go to the downloaded directory.
-
^OPTIONAL^ Create a virtual enviroment. HOW TO CREATE A VIRTUAL ENVIROMENT ^OPTIONAL^
-
and run
python -m pip install -r ./requirements.txt
. -
Thats all, now run the tool!
- run
python ./main.py -e
- and choose the script you want to run and fill the next field or fields.
Some features (Like Scapy library) needs superuser privilege, so, you have to run your terminal as ADMINISTRATOR in Windows or run sudo
before python ./main.py -e
in Linux.
host_disc
: Choose the0
option to scan a network or a single target and discover which are online.os_disc
: Choose the1
option to discover which operating system is running in a online host.
web_disc
: Choose the2
option to get basic information about a web site.services_in_web
: Choose the3
option to get services, versión and category running in a web site.
extract_wlan_passwords
: Choose the4
option to list all WLAN connetions and show passwords stored in the operating system.
- run
python ./main.py -h
to show the help panel. - run
python ./main.py -v
to show the version of Mercury. - run
python ./main.py -e
to list the tools. - run
python ./main.py -S
to show all scripts options.