Commit a077b682 authored by Luke Macken's avatar Luke Macken

minor readme tweaks

parent b3cc1890
...@@ -18,7 +18,7 @@ Hello World ...@@ -18,7 +18,7 @@ Hello World
python inject.py <PID> payloads/helloworld.py python inject.py <PID> payloads/helloworld.py
This payload is used by the test suite, which can be run by running This payload is used by the test suite, which can be run by doing:
:: ::
...@@ -51,9 +51,18 @@ Reverse Shell ...@@ -51,9 +51,18 @@ Reverse Shell
:: ::
$ python inject.py <PID> payloads/reverse_python_shell.py $ python inject.py <PID> payloads/reverse_shell.py
$ nc -l localhost 9001 $ nc -l localhost 9001
Linux tomservo 2.6.40.3-0.fc15.x86_64 #1 SMP Tue Aug 16 04:10:59 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Linux tomservo 2.6.40.3-0.fc15.x86_64 #1 SMP Tue Aug 16 04:10:59 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Type 'quit' to exit. Type 'quit' to exit.
% ls % ls
Dumping memory, modules, stacks
-------------------------------
::
payloads/dump_memory.py
payloads/dump_modules.py
payloads/dump_stacks.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment