Skip to content

seakerOner/stalkerMap

Repository files navigation

stalkerMap NodeJS prototype (stalkerMap with Rust coming :D)

StalkerMap Dashboard Screenshot

Features

  • DNS queries
  • Port Scanner
  • Directory enumerator
  • Organizes retrieved data into files
  • HTML Dashboard to visualize gathered data

Prerequisites

Make sure you have Node.js and npm installed.
You also need to install Express globally or in the project directory:

npm install express

How to install the tool

Inside the project directory, make the install script executable:

chmod +x install-stalkermap.sh

Run the installer:

./install-stalkermap.sh

You can now run the tool anywhere by typing:

stalkermap

To run the API server and get the dashboard:

stalkermapDashboard

Use 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

Output

All info gathered by the tool will be stored in:

~/Desktop/stalkermapOUTPUT/data/appData/{targetName}

Notes

  • The HTML Dashboard may still have some bugs :p
  • The tool occasionally uses the dig command 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors