mirror of https://github.com/n1nj4sec/pupy.git
Update README.md
This commit is contained in:
parent
38fd103c5e
commit
ab3b78fb24
|
@ -1,5 +1,5 @@
|
||||||
# Pupy
|
# Pupy
|
||||||
Pupy is an opensource, multi-platform Remote Administration Tool written in Python. On Windows, Pupy uses reflective dll injection and leaves no traces on disk.
|
Pupy is an opensource, multi-platform Remote Administration Tool with an embedded Python interpreter, allowing its modules to load python packages from memory and transparently access remote python objects. Pupy can communicate using different transports and have a bunch of cool features & modules. On Windows, Pupy uses reflective dll injection and leaves no traces on disk.
|
||||||
|
|
||||||
## Features :
|
## Features :
|
||||||
- On windows, the Pupy payload is compiled as a reflective DLL and the whole python interpreter is loaded from memory. Pupy does not touch the disk :)
|
- On windows, the Pupy payload is compiled as a reflective DLL and the whole python interpreter is loaded from memory. Pupy does not touch the disk :)
|
||||||
|
|
Loading…
Reference in New Issue