A simple Network scanner experiment for GNU/Linux used as frontend for many network scanning tools like: nmap, nbtscan, smbclient, etc.. This is work in progress, in a very very slow progress, just for fun. Features:
- Host discover with SMB protocol
- SMB unprotected shares scanner
- Host information gathering
All requirements can be installed with apt in debian-like systems:
sudo apt install \
nbtscan \
smbclient \
qt5-default \
libqtwebkit-dev \
libqt5webkit5-dev \
qtpositioning5-dev \
geoip-bin
Optional, for more actualized database (heavy download!)
geoip-database-contrib
cd release-build
./configure.sh
make
./Scout
Open project file, and press build button xD
This project uses the Qt libraries for c++. In order to develop scout you will need the packages specified in requirements section and optionally qtcreator package. QtCreator is the default IDE provided by Qt. Make sure you are using Qt5 in QtCreator. PRs are welcome!