spiraling yet |
working on a new shellcode runner fo rhte go2posted on : 7/7/2024hello hello every1 so today i am (bc of woke) working on a shellcode runner for the go2 robot that i have been working on. i am using this to perform a lot of the webrtc stuff mainly bc it's in python and easy to use and build a script for. lets bgin!!!!! (git repo can be found herefirst up the shellcode
its asimple tcp bind shell for linux to send over port 4444 to the bot's ip. i generated it using #msfvenom but eventually ill add something to just create it's own shellcode. #bytegril next i have some stuff to make the cmd to send as json over webrtc that contains the buffer to inject
the rest of the code is api calls and data channel conections to the other place. |