-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
28 lines (19 loc) · 1.05 KB
/
README
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
**Scripts I have written for pentesting/automating things.. and stuff... **
Nessus-grab.sh
- Bash script written to grab finished nessus scans, create report, and send the report via email to the person of your choosing
Enumerate.ps1
- Powershell script that enumerates avaliable Window$ shares and dumps them to a file called shares.txt
Robocop.sh
- Bash script to grab a website's robots.txt file and view all "disallow" entries in a firefox web browser
Mysqlsam.py
- Python script that connects to a MySQL database, pulls a file off the operating system, saves it locally.
uniquepass.ps1
- PowerShell script that can be loaded as a function and used to generate/recover unique local administrator passwords
lemmeout.py
- Python script that uses mubix's letmeoutofyour.net server to enumerate allowed outbound ports
robocop.py
- port of robocop.sh to python
hashes.py
- script to try assisting in identifying password hash types
quickie.py
- script to quickly enumerate the existence of a file across many urls