-
For MacOSX
https://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html#bundle
For Linux
https://github.com/jordansissel/fpm/ could be used to create a pacakage with fatjar in…
-
Need to add:
1. Additional 'aggressive' scan modes.
2. Create a few custom nmap scripts to supplement these scan modes.
-
Maybe a separate document to track this, or maybe a unique string to grep for. Preliminary list:
- nmap-service-probes
*\* Some match lines are auto-generated from source code (postgresql, for one)
…
-
-
While considering the NSE Script search function, there are a few things you may want to check regarding the design.
1. Retrieval of NSE Scripts from the Official Repository and Other Options
When…
-
Hello,
I noticed that if I use nmap with several domains resolving to the same IP like in https://github.com/nmap/nmap/issues/2175 `nmap -p 80,443 --script=http-robots.txt lebihan.pl www.lebihan.pl a…
-
Ensure effects platform is prepared:
- [x] install postgresql (sudo apt install postgresql)
- [x] ... and turn it on (sudo systemctl start postgresql.service)
- [x] install nmap (sudo apt install n…
-
**Describe the bug**
MySQL changed `password` field name to `authentication_string` in the 5.7 version, but _mysql-dump-hashes.nse_ script still uses the old field name which causes this problem:
…
-
Hi, here are several features that we need to create in the future
- [x] HTML report (#827)
- [x] SQLite report (#1011)
- [x] XML report (#525)
- [x] Markdown report (#553)
- [x] CSV report (#5…
-
Hi;
You may want to add some instructions on how to run nmap with these scripts. Is it like this?
```
nmap -sC --script=smtp-vuln-cve2020-28017-through-28026-21nails.nse $your_hostname_here
``…