Documentation for the Plugin API
initialize
function.
node_modules
folder is located (RocketCore\resources\app.asar\node_modules). Inside there are very useful modules that you can require in your plugin.
ws
- WebSockettcp-port-used
- Check if a port is in use (asynchronous)registeredExploits
property in the Exploit API.
currentExploit
property in the Exploit API.
registerExploit
function in the Exploit API.
Keep in mind that execute
, inject
& getDllName
can be asynchronous & synchronous. (grh is scared of async real)
send
function in the Notification API.