All Projects → xadhrit → d9scan

xadhrit / d9scan

Licence: MIT license
Network Scanner with Backdoor Detection, other Nmap resources and syn-protection detection

Programming Languages

python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to d9scan

Ddoor
DDoor - cross platform backdoor using dns txt records
Stars: ✭ 168 (+630.43%)
Mutual labels:  dns, backdoor
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (+604.35%)
Mutual labels:  dns, nmap
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-39.13%)
Mutual labels:  dns, network-scanner
Nativepayload dns
C# code for Transferring Backdoor Payloads by DNS Traffic and Bypassing Anti-viruses
Stars: ✭ 228 (+891.3%)
Mutual labels:  dns, backdoor
nmap-docker-image
Nmap Docker Image
Stars: ✭ 30 (+30.43%)
Mutual labels:  nmap
fastdns
Fast DNS package for Go. Tuned for high performance. Zero memory allocations in almost paths. Up to 1M QPS on a single host.
Stars: ✭ 67 (+191.3%)
Mutual labels:  dns
domain-lookup-tree
A tree structure in Rust optimized for looking up domain names, with wildcard support
Stars: ✭ 17 (-26.09%)
Mutual labels:  dns
balboa
server for indexing and querying passive DNS observations
Stars: ✭ 42 (+82.61%)
Mutual labels:  dns
dnsredir
Yet another seems better forward/proxy plugin for CoreDNS
Stars: ✭ 58 (+152.17%)
Mutual labels:  dns
MultiAV2
MultiAV scanner with Python and JSON REST API using Malice Docker AV Containers and Docker-Machine based Autoscaling
Stars: ✭ 30 (+30.43%)
Mutual labels:  malware-detection
docker-hosts-updater
Automatic update /etc/hosts on start/stop containers.
Stars: ✭ 36 (+56.52%)
Mutual labels:  dns
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (+208.7%)
Mutual labels:  dns
FreeGithub
😊自动获取github相关网站的ip地址,解决github链接不畅通的问题
Stars: ✭ 45 (+95.65%)
Mutual labels:  dns
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (+134.78%)
Mutual labels:  dns
doq-proxy
DNS-over-QUIC to UDP Proxy
Stars: ✭ 57 (+147.83%)
Mutual labels:  dns
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (+147.83%)
Mutual labels:  dns
BackToMe
Little tool made in python to create payloads for Linux, Windows and OSX with unique handler
Stars: ✭ 61 (+165.22%)
Mutual labels:  backdoor
web-dns
Query DNS via HTTP Get
Stars: ✭ 16 (-30.43%)
Mutual labels:  dns
go-srvlb
DNS SRV Load Balancer for gRPC
Stars: ✭ 41 (+78.26%)
Mutual labels:  dns
ocaml-dns
OCaml implementation of the DNS protocol
Stars: ✭ 93 (+304.35%)
Mutual labels:  dns

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].