Beginner’s Guide to Reverse Engineering

Reverse engineering (RE) can seem intimidating at first, but with the right approach, anyone can start understanding how programs and malware work at a low level. This guide is for beginners who want to get started with reverse engineering Windows binaries, shellcode, and compiled C/C++ programs. Why Learn Reverse Engineering? Understand what programs do under […]

Find this helpful? Share it with others!
HackTheBox – Lame Write-up

This is a walkthrough of the Lame machine from HackTheBox. Folder Setup and Nmap Scan Results of the Nmap Scan Anonymous FTP Access Anonymous FTP is enabled. Use anonymous as the username when prompted. Simply press ‘Enter’ when prompted for the password without typing anything. Found nothing interesting. Type ‘exit’ to quit the FTP session. […]

Find this helpful? Share it with others!