SecurityTube Metasploit Framework Expert (SMFE) Course Material
05 Jan

SecurityTube Metasploit Framework Expert (SMFE) Course Material

SecurityTube Metasploit Framework Expert (SMFE) Course Material Description: This is the course material for the SMFE Certification Author: SecurityTube_Bot No. Thumbnail Video Title 1 Securitytube Metasploit Framework Expert Part 1 (Exploitation Basics) 2 Securitytube Metasploit Framework Expert Part 2 ( Why Metasploit? ) 3 Securitytube Metasploit Framework Expert Part 3 ( Meterpreter Basics ) 4 Securitytube […]

read more »
30 Dec

Windows Privilege Escalation – a cheatsheet

This is a work in progress. Additions, suggestions and constructive feedback are welcome. The purpose of these cheatsheets is to, essentially, save time during an attack and study session. Stored credentials Search for credentials within: c:\unattend.xml Unattend credentials are stored in base64 and can be decoded manually with base64: user@host $ base64 -d cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA= Metasploit Framework […]

read more »
Buffer overflow explained: The basics
16 Nov

Buffer overflow explained: The basics

One of the most common and oldest security vulnerabilities in software are buffer overflow vulnerabilities. Buffer overflow vulnerabilities occur in all kinds of software from operating systems to client/server applications and desktop software. This often happens due to bad programming and the lack of or poor input validation on the application side. In this article […]

read more »