Crashed CTF
1. Port Scanning
Unicornscan:
Nmap:
2. FTP Brute Force
Metasploit:
Hydra:
3. Enumeration
Get Service Files via FTP
Strings Analysis:
Try to Find Running Service Port
4. Test for Buffer Overflow
Fuzzing:
Overwrite the EIP: Use Mona to find offset and generate payload accordingly.
Find Bad Characters: Generate a payload to find bad characters and adjust the pattern accordingly.
Find the Right Module: Use Mona to identify the module and the JMP ESP address.
Generate Shellcode:
Exploit: Update the Python script and initiate the exploit.
Last updated