Loading SUMMARY.md +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ * [Shells](reverse-shell.md) * [Webshell](webshell.md) * [Generate Shellcode](create_shellcode.md) * [Editing Exploits](editing-exploits.md) * [Post Exploitation](post_exploitation.md) * [Spawning Shells](spawning_shells.md) * [Meterpreter for Post-Exploitation](getting_meterpreter_shell.md) Loading editing-exploits.md 0 → 100644 +6 −0 Original line number Diff line number Diff line # Editing exploits We often find exploits that do not work out of the box. Typical problems we encounter are: - Payload needs to be changed - Return-address is incorrect Loading
SUMMARY.md +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ * [Shells](reverse-shell.md) * [Webshell](webshell.md) * [Generate Shellcode](create_shellcode.md) * [Editing Exploits](editing-exploits.md) * [Post Exploitation](post_exploitation.md) * [Spawning Shells](spawning_shells.md) * [Meterpreter for Post-Exploitation](getting_meterpreter_shell.md) Loading
editing-exploits.md 0 → 100644 +6 −0 Original line number Diff line number Diff line # Editing exploits We often find exploits that do not work out of the box. Typical problems we encounter are: - Payload needs to be changed - Return-address is incorrect