├── peh.sh ├── readme.md └── tools ├── l ├── TODO: Chisel ├── linpeas.sh ├── pspy64s └── suid3num.py └── w ├── Invoke-Samsung.ps1 ├── PowerUp.ps1 ├── PowerView.ps1 ├── Rubeus.exe ├── Seatbelt.exe ├── SharpHound.exe ├── SharpHound.ps1 ├── TODO: Chisel ├── TODO: Inveigh ├── mimikatz.exe ├── winPEAS.bat └── winPEAS.exe /peh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/peh.sh -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/readme.md -------------------------------------------------------------------------------- /tools/l/TODO: Chisel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/l/TODO: Chisel -------------------------------------------------------------------------------- /tools/l/linpeas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/l/linpeas.sh -------------------------------------------------------------------------------- /tools/l/pspy64s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/l/pspy64s -------------------------------------------------------------------------------- /tools/l/suid3num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/l/suid3num.py -------------------------------------------------------------------------------- /tools/w/Invoke-Samsung.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/Invoke-Samsung.ps1 -------------------------------------------------------------------------------- /tools/w/PowerUp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/PowerUp.ps1 -------------------------------------------------------------------------------- /tools/w/PowerView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/PowerView.ps1 -------------------------------------------------------------------------------- /tools/w/Rubeus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/Rubeus.exe -------------------------------------------------------------------------------- /tools/w/Seatbelt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/Seatbelt.exe -------------------------------------------------------------------------------- /tools/w/SharpHound.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/SharpHound.exe -------------------------------------------------------------------------------- /tools/w/SharpHound.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/SharpHound.ps1 -------------------------------------------------------------------------------- /tools/w/TODO: Chisel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/TODO: Chisel -------------------------------------------------------------------------------- /tools/w/TODO: Inveigh: -------------------------------------------------------------------------------- 1 | https://github.com/Kevin-Robertson/Inveigh 2 | -------------------------------------------------------------------------------- /tools/w/mimikatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/mimikatz.exe -------------------------------------------------------------------------------- /tools/w/winPEAS.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/winPEAS.bat -------------------------------------------------------------------------------- /tools/w/winPEAS.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melnicek/peh/HEAD/tools/w/winPEAS.exe --------------------------------------------------------------------------------