2019-10-11 14:03:07 +02:00
2019-10-11 14:03:07 +02:00
2019-10-11 13:28:43 +02:00
2019-10-11 14:01:25 +02:00

rshell

Nothing to worry about.

rhsell.py

To run the example execute the rshell skript.

$ python rshell.py

It will open a reverse shell on port 31337 on the local system. You can connect to it using nc 0.0.0.0 31337.

self_copy_test.py

Code snippet that searches files based on a search string and copies its content into all matched files. There is a local victims folder for testing purposes.

Description
Simple python reverse shell poc
Readme 38 KiB
Languages
Python 100%