Skip to content
vecna-- edited this page Nov 17, 2023 · 22 revisions

# Pupy# Pupy Overview:

Pupy is an open source multi-platform remote administration tool and post-exploitation framework. It is highly modular, supporting a wide range of operating systems, payload formats and network transports. It is capable of executing entirely from memory and leaving no trace on disk.

It is written in python, and can load the python interpreter from memory, and load any python module remotely from memory.

Potential uses of Pupy:

  • Security research
  • Education
  • Penetration testing
  • System Administration
  • Privacy focused python projects requiring low disk footprints
  • And more...

#*