├── README.md ├── deps ├── __init__.py ├── __init__.pyc ├── goldenPac.py ├── goldenPac.pyc ├── ms08-067_check.py ├── ms08_067.py ├── ms08_067.pyc ├── ms14_068.py ├── ms14_068.pyc ├── ndr.py ├── ndr.pyc ├── psexec.py ├── psexec.pyc ├── secretsdump.py ├── secretsdump.pyc ├── smb_exploit.py ├── smb_exploit.pyc ├── smbexec.py ├── smbexec.pyc ├── wmiexec.py └── wmiexec.pyc ├── install.sh ├── loot └── .DS_Store ├── modules ├── .DS_Store ├── BrowserGather.ps1 ├── Bypass-UAC.ps1 ├── DumpIt.exe ├── 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 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/README.md -------------------------------------------------------------------------------- /deps/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deps/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/__init__.pyc -------------------------------------------------------------------------------- /deps/goldenPac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/goldenPac.py -------------------------------------------------------------------------------- /deps/goldenPac.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/goldenPac.pyc -------------------------------------------------------------------------------- /deps/ms08-067_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ms08-067_check.py -------------------------------------------------------------------------------- /deps/ms08_067.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ms08_067.py -------------------------------------------------------------------------------- /deps/ms08_067.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ms08_067.pyc -------------------------------------------------------------------------------- /deps/ms14_068.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ms14_068.py -------------------------------------------------------------------------------- /deps/ms14_068.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ms14_068.pyc -------------------------------------------------------------------------------- /deps/ndr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ndr.py -------------------------------------------------------------------------------- /deps/ndr.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/ndr.pyc -------------------------------------------------------------------------------- /deps/psexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/psexec.py -------------------------------------------------------------------------------- /deps/psexec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/psexec.pyc -------------------------------------------------------------------------------- /deps/secretsdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/secretsdump.py -------------------------------------------------------------------------------- /deps/secretsdump.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/secretsdump.pyc -------------------------------------------------------------------------------- /deps/smb_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/smb_exploit.py -------------------------------------------------------------------------------- /deps/smb_exploit.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/smb_exploit.pyc -------------------------------------------------------------------------------- /deps/smbexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/smbexec.py -------------------------------------------------------------------------------- /deps/smbexec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/smbexec.pyc -------------------------------------------------------------------------------- /deps/wmiexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/wmiexec.py -------------------------------------------------------------------------------- /deps/wmiexec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/deps/wmiexec.pyc -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/install.sh -------------------------------------------------------------------------------- /loot/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/loot/.DS_Store -------------------------------------------------------------------------------- /modules/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/.DS_Store -------------------------------------------------------------------------------- /modules/BrowserGather.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/BrowserGather.ps1 -------------------------------------------------------------------------------- /modules/Bypass-UAC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Bypass-UAC.ps1 -------------------------------------------------------------------------------- /modules/DumpIt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/DumpIt.exe -------------------------------------------------------------------------------- /modules/Get-FoxDump.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Get-FoxDump.ps1 -------------------------------------------------------------------------------- /modules/Get-PasswordFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Get-PasswordFile.ps1 -------------------------------------------------------------------------------- /modules/Get-SQLServiceAccountPwHash3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Get-SQLServiceAccountPwHash3.ps1 -------------------------------------------------------------------------------- /modules/Get-VaultCredential.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Get-VaultCredential.ps1 -------------------------------------------------------------------------------- /modules/Inveigh.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Inveigh.ps1 -------------------------------------------------------------------------------- /modules/Invoke-Mimikatz.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Invoke-Mimikatz.ps1 -------------------------------------------------------------------------------- /modules/Invoke-TokenManipulation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/Invoke-TokenManipulation.ps1 -------------------------------------------------------------------------------- /modules/KeeThief.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/KeeThief.ps1 -------------------------------------------------------------------------------- /modules/PowerUpSQL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/PowerUpSQL.ps1 -------------------------------------------------------------------------------- /modules/PowerUpSQL.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/PowerUpSQL.psd1 -------------------------------------------------------------------------------- /modules/PowerUpSQL.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/PowerUpSQL.psm1 -------------------------------------------------------------------------------- /modules/SessionGopher.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/SessionGopher.ps1 -------------------------------------------------------------------------------- /modules/WiFi-Password.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/WiFi-Password.psm1 -------------------------------------------------------------------------------- /modules/credit-card-finder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/credit-card-finder.ps1 -------------------------------------------------------------------------------- /modules/get-applicationhost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/get-applicationhost.ps1 -------------------------------------------------------------------------------- /modules/mem_scraper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/modules/mem_scraper.ps1 -------------------------------------------------------------------------------- /portia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/portia/HEAD/portia.py --------------------------------------------------------------------------------