Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/DDOS Scripts/AMP YUBINA SCRIPTS/amp_scan_commands.txt
4607 views
1
2
3
SSDP Scan & Filter Commands:
4
screen ./ssdpscan 1.1.1.1 255.255.255.255 unfilteredssdp.txt 15 10 100
5
6
cat unfilteredssdp.txt | awk '{if($2 > 250){print $1}}' > filter1.txt
7
8
cat filter1.txt | awk '{print $1}' | sort -n | uniq -c | awk '$1 > 10' | awk '{print $2 " " $1}' > ssdp_amp.txt
9
10
NTP Scan & Filter Commands:
11
screen zmap -p 123 -M udp --probe-args=file:/root/ntp_123_monlist.pkt -o monlist_fingerprint.txt
12
13
screen ./ntpchecker monlist_fingerprint.txt step1.txt 1 0 1
14
15
awk '$2>419{print $1}' step1.txt | sort -n | uniq | sort -R > ntp_amp.txt
16
17
DNS Scan Command:
18
screen ./dnsscanner 1 255 dns_amp.txt 15 1
19
20
MSSQL Scan Command:
21
screen ./MSSQLSCAN 1.1.1.1 255.255.255.255 sql_amp.txt 15 0
22
23
TS3 Scan Command:
24
screen ./ts3scan 1.1.1.1 255.255.255.255 ts3_amp.txt 15 100
25
26
27
Quake Scan Command:
28
screen ./quake_scanner 1.1.1.1 255.255.255.255 quake_amp.txt 15 100 50
29
30
Chargen Scan Command:
31
screen ./chargescan 1.1.1.1 255.255.255.255 chargen_amp.txt 15 100
32
33
SNMP Scan Command:
34
screen ./snmpscan 1.1.1.1 255.255.255.255 snmp_amp.txt 15 0
35