Commit 238cf1de authored by Luke Macken's avatar Luke Macken

readme tweaks

parent a077b682
......@@ -16,7 +16,7 @@ Hello World
::
python inject.py <PID> payloads/helloworld.py
pyrasite <PID> payloads/helloworld.py
This payload is used by the test suite, which can be run by doing:
......@@ -30,12 +30,12 @@ Reverse Python Shell
::
$ python -v
$ python
>>> x = 'foo'
::
$ python inject.py <PID> payloads/reverse_python_shell.py
$ pyrasite <PID> payloads/reverse_python_shell.py
$ nc -l localhost 9001
Python 2.7.1 (r271:86832, Apr 12 2011, 16:15:16)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)]
......@@ -51,7 +51,7 @@ Reverse Shell
::
$ python inject.py <PID> payloads/reverse_shell.py
$ pyrasite <PID> payloads/reverse_shell.py
$ 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
Type 'quit' to exit.
......
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