Начинаем за упокой, чтобы закончить за здравие #4

Merged
serafim merged 2 commits from main_2 into dev 2025-03-09 23:07:25 +03:00
2 changed files with 20 additions and 0 deletions
Showing only changes of commit c788653f45 - Show all commits

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

19
src/DosAtk.cpp Normal file
View File

@ -0,0 +1,19 @@
#include <stdlib.h>
#include <string>
// DCL
int attack_type;
std::string domain;
std::string ip;
std::string port;
std::string log_file = "/var/logs/DosAtk";
std::string telegram_id;
std::string telegram_token;
int main(int argc, char **argv)
{
return 0;
}