Reaper
Reaper copied to clipboard
An ADB-based botnet written in C.
Azula c2 it's not just a IoT botnet it is a malware builder that Georgia Cri aka Apple J4ck created
Adding some minor tweaks for performance, efficiency, and code-quality.
the client.c is work only for UNIX not for winodws.. please rewrite to be compiled and executed in windows .. Also, i noticed another issue .. when you stop and...
9 | #include | ^~~~~~~~~~~~~ compilation terminated.
There is a buffer overflow & command injection inside of the `connect` command [reference](https://github.com/0x1CA3/Reaper/blob/main/reaper.c#L349-L363) Here you initialise a buffer: ```c char *adb_connect_ip; adb_connect_ip = (char *)malloc(32 * sizeof(char)); ``` A...
im learning python im not fully into it yet plus anything i develop never had this error before but anyway heres your error i did python3 loader.py droid.txt -pthread File...