d9scan is a script written in Python3 that allows port scanning, Backdoor Detection on networks. The program is interactive and simply requires you to run it to begin. Obtain open ports , asks for option which script you want to run. All scripts are backed by NMAP.
**Usage**
./d9scan~$ python3 scan.py <target>
or
~$ chmod +x scan.sh
~$ ./scan.sh
Scripts
> nmap -v -A scan
> http-malware-host Detection (recommanded malware detection)
> http-dlink-backdoor Detection (dlink backdoor detection)
> ftp-proftpd-backdoor Detection (ftp proftpd detection runs on port 21)
Python3 must be installed on your system in order to function
Install bs4 via pip using pip install bs4
or
chmod +x install.sh
./install.sh
Install via Git
git clone https://github.com/xadhrit/d9scan.git
sudo ln -s $(pwd)/scan.py /usr/local/bin/scan
SYN protection Detection
go run main.go
Distributed under MIT LICENSE