1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
# NmapSi4
## Description:
NmapSi4 is a complete Qt-based Gui with the design goals to provide a complete nmap
interface for Users, in order to management all options of this powerful
security net scanner.
## Download:
Github: <https://github.com/nmapsi4/nmapsi4/releases>
SourceForge: <https://sourceforge.net/projects/nmapsi/>
## HomePage:
<https://github.com/nmapsi4/nmapsi4>
## Required for build:
* cmake >= 3.16.0
* Qt6 >= 6.4.0
* webenginewidgets
## Required for runtime:
* nmap + nping >= 6.00
* dig package (debian: dnsutils)
## Build on GNU/Linux:
$ cd nmapsi4
$ cd tools/
$ ./cmake_verbose_script.sh
### OR
$ cd nmapsi4
$ mkdir build
$ cd build/
### AND
$ make
$ make install (only root) or create a package for your disto ;)
## Info for admin desktop file:
nmapsi4-admin.desktop uses by default **pkexec** with a specific PolicyKit (src/policy/org.nmapsi4.Nmapsi4.policy) for execute nmap with root uid.
## Contributing
Report bugs on <https://github.com/nmapsi4/nmapsi4/issues>
Clone git repository with:
git clone git://github.com/nmapsi4/nmapsi4.git
## Author
- Francesco Cecconi <francesco.cecconi@gmail.com>
|