gitextract_ojbmoonk/ ├── README.md ├── deps/ │ ├── __init__.py │ ├── goldenPac.py │ ├── ms08-067_check.py │ ├── ms08_067.py │ ├── ms14_068.py │ ├── ndr.py │ ├── psexec.py │ ├── secretsdump.py │ ├── smb_exploit.py │ ├── smbexec.py │ └── wmiexec.py ├── install.sh ├── modules/ │ ├── BrowserGather.ps1 │ ├── Bypass-UAC.ps1 │ ├── Get-FoxDump.ps1 │ ├── Get-PasswordFile.ps1 │ ├── Get-SQLServiceAccountPwHash3.ps1 │ ├── Get-VaultCredential.ps1 │ ├── Inveigh.ps1 │ ├── Invoke-Mimikatz.ps1 │ ├── Invoke-TokenManipulation.ps1 │ ├── KeeThief.ps1 │ ├── PowerUpSQL.ps1 │ ├── PowerUpSQL.psd1 │ ├── PowerUpSQL.psm1 │ ├── SessionGopher.ps1 │ ├── WiFi-Password.psm1 │ ├── credit-card-finder.ps1 │ ├── get-applicationhost.ps1 │ └── mem_scraper.ps1 └── portia.py