-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathREADME
More file actions
43 lines (30 loc) · 1.13 KB
/
README
File metadata and controls
43 lines (30 loc) · 1.13 KB
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
Basic Pentest Scripts
-----------------------------------
This is just a bunch of really basic pentest scripts
to help speed up manual validation of vulns and perhaps
leverage the outputs for further attack. No warranty here,
these scripts might be broken!
dns_src_port_check.sh -
by brad antoniewicz - Simple script to check if the
upstream server randomizes DNS source ports.
mail_relay_check.sh -
by brad antoniewicz - Script to check SMTP mail
relays.
expectheader.sh -
by brad antoniewicz - Script to check if the server
holds the "Expect" HTTP header.
ntpd-mode7-check.py -
by brad antoniewicz - script to check if the server
is vulnerable to CVE-2009-3563.
ntp-CVE-2009-3563.rb -
by Gursev Singh Kalra - script to check if the server
is vulnerable to CVE-2009-3563.
hp_inite_tftp_checker.sh -
by brad antoniewicz - script to query HP-UX servers
for specific files via TFTP that are outside of their
TFTP root
kyocera_check.py -
by brad antoniewicz - script to pull directory structure
from systems running the Kyocera Mita File Utilities.
smtp-vrfy-check.py -
by brad antoniewicz - script to do mass SMTP VRFYs