diff --git a/README.md b/README.md index 949acd0..62f6abb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ROPgadget ========= -
This tool lets you search your gadgets on your binaries (ELF format) to facilitate your ROP exploitation.
Since version 3.0, ROPgadget has a auto-roper for build your payload automatically with the gadgets found.
@@ -28,22 +27,22 @@ Usage
Options
-`-d` Dump Hexadecimal
-`-g` Search gadgets add make payload
-`-v` Version
+* `-d` Dump Hexadecimal
+* `-g` Search gadgets add make payload
+* `-v` Version
Flags
-`-bind` Set this flag for make a bind shellcode (optional) (Default local exploit)
-`-port` <port> Set a listen port, optional (Default 1337)
-`-importsc` <shellcode> Make payload and convert your shellcode in ROP payload
-`-filter` <word> Word filter (research slowed)
-`-only` <keyword> Keyword research (research slowed)
-`-opcode` <opcode> Search a specific opcode on exec segment
-`-asm` <instructions> Search a specific instructions on exec segment
-`-elfheader` Display ELF Header before searching gadgets
-`-progheader` Display Program Header before searching gadgets
-`-sectheader` Display Section Header before searching gadgets
+* `-bind` Set this flag for make a bind shellcode (optional) (Default local exploit)
+* `-port` <port> Set a listen port, optional (Default 1337)
+* `-importsc` <shellcode> Make payload and convert your shellcode in ROP payload
+* `-filter` <word> Word filter (research slowed)
+* `-only` <keyword> Keyword research (research slowed)
+* `-opcode` <opcode> Search a specific opcode on exec segment
+* `-asm` <instructions> Search a specific instructions on exec segment
+* `-elfheader` Display ELF Header before searching gadgets
+* `-progheader` Display Program Header before searching gadgets
+* `-sectheader` Display Section Header before searching gadgets
Ex
@@ -54,6 +53,5 @@ Usage
./ROPgadget -g ./smashme.bin -opcode "\xcd\x80"
./ROPgadget -g ./smashme.bin -asm "xor %eax,%eax ; ret"
./ROPgadget -g ./smashme.bin -asm "int \$0x80"
-