Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
238cf1de
Commit
238cf1de
authored
Sep 10, 2011
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme tweaks
parent
a077b682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.rst
README.rst
+4
-4
No files found.
README.rst
View file @
238cf1de
...
@@ -16,7 +16,7 @@ Hello World
...
@@ -16,7 +16,7 @@ Hello World
::
::
py
thon inject.py
<PID> payloads/helloworld.py
py
rasite
<PID> payloads/helloworld.py
This payload is used by the test suite, which can be run by doing:
This payload is used by the test suite, which can be run by doing:
...
@@ -30,12 +30,12 @@ Reverse Python Shell
...
@@ -30,12 +30,12 @@ Reverse Python Shell
::
::
$ python
-v
$ python
>>> x = 'foo'
>>> x = 'foo'
::
::
$ py
thon inject.py
<PID> payloads/reverse_python_shell.py
$ py
rasite
<PID> payloads/reverse_python_shell.py
$ nc -l localhost 9001
$ nc -l localhost 9001
Python 2.7.1 (r271:86832, Apr 12 2011, 16:15:16)
Python 2.7.1 (r271:86832, Apr 12 2011, 16:15:16)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)]
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)]
...
@@ -51,7 +51,7 @@ Reverse Shell
...
@@ -51,7 +51,7 @@ Reverse Shell
::
::
$ py
thon inject.py
<PID> payloads/reverse_shell.py
$ py
rasite
<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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment