Skip to content
/ d9scan Public

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

License

Notifications You must be signed in to change notification settings

xadhrit/d9scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

d9scan

**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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published