-
Notifications
You must be signed in to change notification settings - Fork 68
TODO List for RAT usability #13
Comments
Hey @operatorequals, Is this project still being developed ? I started playing with it for the last week and seems like it has a huge potential. Thanks for all your hard work. |
Hello! The idea truly has potential, as there is no Development-Friendly RAT out there (no docs, no [intuitive] APIs, etc), so one is really needed. Yet the idea has to be re-designed. If you want to work with it, I can surely try to give you some insight on the things that you might want to prefer and avoid. I might even contribute too :) |
@operatorequals Hey, thanks for quick reply and do apologize for my long one. I was wondering what would stop me from developing my own rat, what are the architectural decisions that were not working ? I have been following your blog about this project and you have a nice way of explaining difficult subjects in a very accessible way. Your readthedocs documentation is great; very detailed that's why I started playing with it. Seems like you had paved the way to creating a first backdoor from scratch with minimal python skills (which I am still learning). I wont be able to take it further as my python Kung Fu is not there yet but I am still sticking to my project for now. Question I was wondering how I can load modules (such as covertutils.payloads.windows.shellcode) on start with tcp or http handler ? I tried overriding extendable shell bit, but it will only load the base without adding the correct OS shellcode ? |
These tasks are the least needed to be fixed/implemented for using this package in real assessments.
MultiHandler
with singlerecv()
for multiple*Handler
objectsMultiHandler
withcovertpreter
shellportfwd
command for pivotingstdapi
extension for cross-platform commands (ls
,getuid
, etc - meterpreter style)The text was updated successfully, but these errors were encountered: