- DNS queries
- Port Scanner
- Directory enumerator
- Organizes retrieved data into files
- HTML Dashboard to visualize gathered data
Make sure you have Node.js and npm installed.
You also need to install Express globally or in the project directory:
npm install expressInside the project directory, make the install script executable:
chmod +x install-stalkermap.shRun the installer:
./install-stalkermap.shYou can now run the tool anywhere by typing:
stalkermapTo run the API server and get the dashboard:
stalkermapDashboardUse Ctrl + C to stop the API server.
Alternatively, without installing, you can run:
node . # Run the tool (default 4 threads)
node stalkermap.js
node server.js # Run the dashboard API
All info gathered by the tool will be stored in:
~/Desktop/stalkermapOUTPUT/data/appData/{targetName}- The HTML Dashboard may still have some bugs :p
- The tool occasionally uses the
digcommand for DNS queries, so make sure it is up to date.
Thank you for trying out the tool!
I’m open to hearing new features you would like implemented in the final version.
Bye! I use vim (btw)
