Portia aims to automate a number of techniques commonly performed on internal network penetration tests after a low privileged account h...
Portia aims to automate a number of techniques commonly performed on internal network penetration tests after a low privileged account has been compromised.
The video that shows privilege escalation via impersonation tokens and running of post-exploitation modules.
- Privilege escalation
- Lateral movement
- Convenience modules
The video that shows privilege escalation via impersonation tokens and running of post-exploitation modules.
Dependencies
apt-get update apt-get install -y autoconf automake autopoint libtool pkg-config freetds-dev pip install pysmb tabulate termcolor xmltodict pyasn1 pycrypto pyOpenSSL dnspython netaddr python-nmap cd /opt git clone https://github.com/CoreSecurity/impacket python setup.py install cd /opt git clone https://github.com/libyal/libesedb.git && cd libesedb ./synclibs.sh ./autogen.sh cd /opt git clone https://github.com/csababarta/ntdsxtract && cd ntdsxtract python setup.py install pip install git+https://github.com/pymssql/pymssql.git cd /opt git clone https://github.com/volatilityfoundation/volatility && cd volatility python setup.py install cd /opt git clone https://github.com/SpiderLabs/portia