SkillAgentSearch skills...

D9scan

Network Scanner with Backdoor Detection, other Nmap resources and syn-protection detection

Install / Use

/learn @xadhrit/D9scan

README

d9scan

Python Network Scanner with Backdoor Detection on Network

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.

<p align="center"> <img src="img/banner.png" height="350px" width="500px" alt="d9scan" /> </p>
**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)

Requirements

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

Installation

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

LICENSE

Distributed under MIT LICENSE

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated2mo ago
Forks14

Languages

Python

Security Score

95/100

Audited on Jan 13, 2026

No findings