Commit ac40e613 authored by bobloblaw's avatar bobloblaw
Browse files

Updates editing-exploits.md

Auto commit by GitBook Editor
parent a7d341f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)

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