top of page

The Cloud Source for Client Engagement Resources
Code - Powershell Samples
Looting:
Scripts that identify misconfigurations, valuable content, interesting files, etc...​
​
Find AD Published Shares:
Get-ADOject -Filter {UNCName -NE "$Null" -AND objectClass -EQ "volume"} -Properties * | Select UNCName
​
​
MSF Go-To Exploits
Sample xxxx Code
This codes does stuff. Download
Tools and Job Aids
nmap XML --> Reporting
converts nmap.xml files into a format Access can Import and Generate canned Rpts. Download
​
Creating A Scheduled Task via CLI Download
​
Deploying Web Shells
Resources and example guide for simple web shell deployments
​
​
Pentest-Zen (ExitC0de00c.com)

bottom of page