Cheat Sheets
Direct links to different PentestWiki sections with cheat sheets for easy access:
MsfvenomMeterpreterPrivilege EscalationPivotingDirectory TraversalEnumerationINFRASTRUCTURE PENETRATION TESTING
The most important foundation in Penetration Testing and Read Team Operations based on standards such as PTES, CEH, OSSTMM among others
● PHASE I: Reconnaissance
● PHASE II: Scanning
● PHASE III: Enumeration
● PHASE IV: Exploitation
● PHASE V: Post exploitation
● PHASE VI: Covering Tracks
● PHASE VII: Lateral Movement
WEB APPLICATION PENETRATION TESTING
Learn how to perform Web Application Penetration Testing to test websites, APIs, SQL injections, SSL/TLS attacks and OWASP TOP 10
● Intro to web application testing
● Types of Web Application Attacks
● Attacks on SSL/TLS protocols
MOBILE APPLICATION PENETRATION TESTING
Learn how to hack mobile apps for Android and iOS and protect them against tampering
● Static Analysis for Android and iOS
RED TEAMING
Red teaming tools to test defensive systems and simulate advanced attacks
● Tools and Frameworks for RED TEAMS
BLOCKCHAIN SECURITY
Learn Blockchain attacks and smart contracts vulnerabilities.
● Blockchain Security Attacks Review
Latest from blog
Because Computer Security matters…
How to compile a Solidity Smart Contract with solc-js
You can easily install solc-js from npm official package repository: It will install solc-js under /usr/local/bin/solcjs -> ../lib/node_modules/solc/solc.js Basic syntax to compile a smart contract written in Solidity: If you[…]
Read moreHow to install solc in Linux
To install the latest version, the best option is to compile directly from the official Github repository: https://github.com/ethereum/solidity.git There are two requirements prior to build solc, we need to install[…]
Read moreHow to intercept HTTPS with Proxydroid
If you are interested in getting all traffic related to an specific app and you have a rooted phone, ProxyDroid is a good option: https://play.google.com/store/apps/details?id=org.proxydroid Once installed in your phone.[…]
Read more