1
0
mirror of https://github.com/jgamblin/Mirai-Source-Code synced 2025-11-09 03:53:01 +00:00

Code Upload

Code Upload
This commit is contained in:
Jerry Gamblin
2016-10-02 18:44:20 -05:00
commit 6a5941be68
63 changed files with 10956 additions and 0 deletions

12
mirai/tools/badbot.c Executable file
View File

@@ -0,0 +1,12 @@
#include <stdio.h>
#include <unistd.h>
int main(int argc, char **args)
{
printf("REPORT %s:%s\n", "127.0.0.1", "80");
while (1)
sleep(1);
return 0;
}