RESTful API
Platypus supports RESTful API to perform common operations. Almost all operations you can use in cli mode also can be accomplished via RESTful API. Here are all supported RESTful APIs. You can use them to build your frontend applications.
GET /serverList all listening servers and its' related clientsGET /server/:hashList a specific serverGET /server/:hash/clientList all clients of a specific serverPOST /serverCreate a reverse shell serverhostThe host you want the server to listen onportThe port you want the server to listen onDELETE /server/:hashStop a reverse shell serverGET /clientList all online clientsGET /client/:hashList a specific clientDELETE /client/:hashDelete a reverse shell clientPOST /client/:hashExecute a system command on the specific clientcmdThe command you want the client to execute