The achievement mindset May 8, 2018 oscp achievement The achievement mindset In this post I want to document how I finally achieved OSCP certification. My journey started in November 2016, finally achieving a pass on my
Rdesktop May 1, 2018 Rdesktop rdesktop -u USERNAME -p PASSWORD -g 95% 10.10.10.1 -g flag allows you to set a percentage size for the session. Can also
Web Application Vulnerabilities 101 - Directory Traversal Apr 16, 2018 OWASP web app testing Web Application Vulnerabilities 101 - Directory Traversal Directory traversal aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash (../)” sequences
DVWA - File Inclusion Apr 16, 2018 File Inclusion OWASP web app testing DVWA - File Inclusion LFI & RFI are commonly found in poorly written PHP code, allows an attacker to include a local or remote PHP file into the webservers running
CSRF - Cross Site Request Forgery Apr 16, 2018 OWASP web app testing CSRF CSRF - Cross Site Request Forgery CSRF refers to an attack against authenticated web applications using Cookies wherein an attacker is able to trick a victim into making a request that