All Projects → milo2012 → Portia

milo2012 / Portia

Portia aims to automate a number of techniques commonly performed on internal network penetration tests after a low privileged account has been compromised. Portia performs privilege escalation as well as lateral movement automatically in the network

Programming Languages

python
139335 projects - #7 most used programming language
powershell
5483 projects

Projects that are alternatives of or similar to Portia

Pidrila
Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer
Stars: ✭ 125 (-18.83%)
Mutual labels:  hacking, penetration-testing, pentest
Hacker101 Ctf
Hacker101 CTF Writeup
Stars: ✭ 295 (+91.56%)
Mutual labels:  hacking, penetration-testing, pentest
Capsulecorp Pentest
Vagrant VirtualBox environment for conducting an internal network penetration test
Stars: ✭ 214 (+38.96%)
Mutual labels:  hacking, penetration-testing, pentest
Penetration Testing Study Notes
Penetration Testing notes, resources and scripts
Stars: ✭ 461 (+199.35%)
Mutual labels:  hacking, penetration-testing, pentest
Habu
Hacking Toolkit
Stars: ✭ 635 (+312.34%)
Mutual labels:  hacking, penetration-testing, pentest
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+4933.77%)
Mutual labels:  hacking, penetration-testing, pentest
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+2174.68%)
Mutual labels:  hacking, penetration-testing, pentest
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+207.79%)
Mutual labels:  hacking, penetration-testing, pentest
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+21269.48%)
Mutual labels:  hacking, penetration-testing, pentest
Sublert
Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
Stars: ✭ 699 (+353.9%)
Mutual labels:  hacking, penetration-testing, pentest
Keye
Keye is a reconnaissance tool that was written in Python with SQLite3 integrated. After adding a single URL, or a list of URLs, it will make a request to these URLs and try to detect changes based on their response's body length.
Stars: ✭ 101 (-34.42%)
Mutual labels:  hacking, penetration-testing, pentest
Telekiller
A Tools Session Hijacking And Stealer Local Passcode Telegram Windows
Stars: ✭ 122 (-20.78%)
Mutual labels:  hacking, penetration-testing
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (-19.48%)
Mutual labels:  hacking, penetration-testing
Awesome Hacking Resources
A collection of hacking / penetration testing resources to make you better!
Stars: ✭ 11,466 (+7345.45%)
Mutual labels:  hacking, penetration-testing
Shodan Dorks
Dorks for shodan.io. Some basic shodan dorks collected from publicly available data.
Stars: ✭ 118 (-23.38%)
Mutual labels:  hacking, pentest
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-15.58%)
Mutual labels:  penetration-testing, pentest
Phpvuln
Audit tool to find common vulnerabilities in PHP source code
Stars: ✭ 146 (-5.19%)
Mutual labels:  hacking, penetration-testing
Evil Winrm
The ultimate WinRM shell for hacking/pentesting
Stars: ✭ 2,251 (+1361.69%)
Mutual labels:  hacking, pentest
Learn Web Hacking
Study Notes For Web Hacking / Web安全学习笔记
Stars: ✭ 2,326 (+1410.39%)
Mutual labels:  hacking, penetration-testing
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-24.68%)
Mutual labels:  hacking, pentest

portia

Portia aims to automate a number of techniques commonly performed on internal network penetration tests after a low privileged account has been compromised

  • Privilege escalation
  • Lateral movement
  • Convenience modules

Portia is a genus of jumping spider that feeds on other spiders - known for their intelligent hunting behaviour and problem solving capabilities usually only found in larger animals

#Slides
https://docs.google.com/presentation/d/1x_1bjCCD5hwJFWzlHM0lEPOHdWUlfYgjkUYBtdBFEmM/pub?start=false&loop=false&delayms=3000

#Videos (Will be adding more soon)
Video that shows privilege escalation via impersonation tokens and running of post exploitation modules
https://asciinema.org/a/45ry3g26devqcabpugwyz4to5

#Dependencies

pip install pysmb tabulate termcolor xmltodict impacket

apt install autoconf automake autopoint libtool pkg-config
mkdir /pentest
cd/pentest
git clone https://github.com/libyal/libesedb.git
cd libesedb
./synclibs.sh
./autogen.sh
cd /pentest
git clone https://github.com/csababarta/ntdsxtract
cd ntdsxtract
python setup.py install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].