-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nmap-viewer and token-exploit #400
Comments
Hi @psyray ! First of all, thank you for proposing new tools ! We'll review all this and give you an update asap ! |
Agreed, will merge a PR |
Hi ! I made a PR for Token-Exploiter. For Nmap-Viewer is more complicated : I really don't know why I doesn't to install without the bash script... I take every commands used but I have an error :
If I install it with the function install in the bash script everything worked fine. So for now I cannot push a PR for that tool. This is the draft for Exegol installation : colorecho "Installing Nmap Viewer"
git -C /opt/tools/ clone --depth 1 https://github.com/psyray/nmap-viewer
cd /opt/tools/nmap-viewer || exit
asdf plugin add nodejs
NODEJS_VERSION=$(asdf latest nodejs)
asdf install nodejs $NODEJS_VERSION
asdf global nodejs $NODEJS_VERSION
npm ci
npm run build
npm install -g serve
add-aliases nmap-viewer
add-history nmap-viewer
add-test-command "nmap-viewer -h"
add-to-list "nmap-viewer,https://github.com/psyray/nmap-viewer,Nmap Viewer is a web-based application designed to visualize and analyze the output of Nmap scans." |
I will do some tests and make feedback |
The needs
I've created 2 tools that you could integrate into Exegol to help pentesters
Description
Nmap-Viewer : A graphical Web UI made in React to quickly and easily extract useful informations on a wide scope with a lot of open ports
Token Exploiter : A graphical Web UI made in Python that retrieve all the useful informations about a leaked GitHub Token (GitLab token support is planned)
More info here
https://github.com/psyray/nmap-viewer
https://github.com/psyray/token-exploiter
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: