All Projects → NullArray → AmpliSpy

NullArray / AmpliSpy

Licence: GPL-3.0 license
Check local or remote list of DNS servers for suitability in DNS Amplification DoS.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AmpliSpy

newdns
A library for building custom DNS servers in Go.
Stars: ✭ 40 (+2.56%)
Mutual labels:  dns, dns-server
unbound-dns-firewall
DNS-Firewall Python script for UNBOUND
Stars: ✭ 23 (-41.03%)
Mutual labels:  dns, dns-server
Secureoperator
A DNS-protocol proxy for DNS-over-HTTPS providers, such as Google and Cloudflare
Stars: ✭ 241 (+517.95%)
Mutual labels:  dns, dns-server
Pdns
PowerDNS Authoritative, PowerDNS Recursor, dnsdist
Stars: ✭ 2,575 (+6502.56%)
Mutual labels:  dns, dns-server
docker-nxfilter
🐳 Run NxFilter in Docker!
Stars: ✭ 28 (-28.21%)
Mutual labels:  dns, dns-server
Nativepayload dns
C# code for Transferring Backdoor Payloads by DNS Traffic and Bypassing Anti-viruses
Stars: ✭ 228 (+484.62%)
Mutual labels:  dns, dns-server
NTPDoser
NTP Doser is a NTP Amplification DoS/DDoS attack tool for penttesting
Stars: ✭ 96 (+146.15%)
Mutual labels:  ddos, dos
Dnsguide
A guide to writing a DNS Server from scratch in Rust
Stars: ✭ 2,226 (+5607.69%)
Mutual labels:  dns, dns-server
ddos
DDoS Attack & Protection Tools for Windows, Linux & Android
Stars: ✭ 84 (+115.38%)
Mutual labels:  ddos, dos
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 (+71.79%)
Mutual labels:  dns, dns-server
Pdlist
A passive subdomain finder
Stars: ✭ 204 (+423.08%)
Mutual labels:  dns, osint
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (-35.9%)
Mutual labels:  ddos, dos
Bind9
Mirror of https://gitlab.isc.org/isc-projects/bind9, please submit issues and PR/MRs in the GitLab.
Stars: ✭ 197 (+405.13%)
Mutual labels:  dns, dns-server
Blahdns
A small hobby ads block dns project with doh, dot, dnscrypt support.
Stars: ✭ 228 (+484.62%)
Mutual labels:  dns, dns-server
Dcompass
[WIP] High-performance programmable DNS server aiming at robustness, speed, and flexibility
Stars: ✭ 174 (+346.15%)
Mutual labels:  dns, dns-server
Burn-Byte
Burn Byte is a modern and powerful DDOS Toolkit
Stars: ✭ 37 (-5.13%)
Mutual labels:  ddos, dos
Routedns
DNS stub resolver, proxy and router with support for DoT, DoH, DoQ, and DTLS
Stars: ✭ 153 (+292.31%)
Mutual labels:  dns, dns-server
Pihole Unbound
Guide to setup Unbound recursive DNS resolver with Pi-Hole. With additional configs for speed and security!! 🚀🔒
Stars: ✭ 165 (+323.08%)
Mutual labels:  dns, dns-server
awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (+92.31%)
Mutual labels:  ddos, dos
afdns
Ad free DNS server. A docker container with a DNS server configured to block advertisement hosts.
Stars: ✭ 27 (-30.77%)
Mutual labels:  dns, dns-server

AmpliSpy

Check local or remote list of DNS servers for suitability in DNS Amplification DoS.

AmpliSpy checks a list of name server IPs to see if a server responds for a zone for which it is none authoritative. You can provide the program with a local list of name server IPs or you can set the --remote option to fetch a list of name servers from public-dns.info.

Usage

Cloning the repo.

git clone https://github.com/NullArray/AmpliSpy.git
cd AmpliSpy
python amplispy.py

The options for the program are as follows.

-h, --help                show this help message and exit
-l LOCAL, --local LOCAL   select locally saved list of name servers
-r, --remote              fetch remote list of name servers from public-dns.info
-u URL, --url URL         provide the URL for a domain to test against

Please also see some examples for clarity below.

amplispy.py -h
amplispy.py -l /tmp/dns_list.txt --url target.com 

Once the program is done it will save the results to a file called amplispy.log for further processing when desired.

Dependencies

The mechanize lib is used to fetch the remote list of name servers and I used the blessings module in this script for formatting purposes, should you find you don't have these installed please use pip with the following commands to install them.

pip install blessings
pip install mechanize
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].