NTPDoser icon indicating copy to clipboard operation
NTPDoser copied to clipboard

NTP Doser is a NTP Amplification DoS/DDoS attack tool for penttesting

Results 7 NTPDoser issues
Sort by recently updated
recently updated
newest added

Got some errors when attempting to compile the code using the command in the readme. Console output is below: ``` user@ubuntu-server-vm:~/NTPDoser$ uname -a Linux ubuntu-server-vm 5.4.0-89-generic #100-Ubuntu SMP Fri Sep...

NTPDoser.cpp:4:10: fatal error: sys/socket.h: No such file or directory 4 | #include | ^~~~~~~~~~~~~~ compilation terminated. this happpenes to all of the #included i use tdm - gcc to compile...

> NTPDoser.cpp: In function ‘char* strftimeval(const timeval*, char*)’: > NTPDoser.cpp:86:57: warning: '0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=] > sprintf(buf + len, ".%06.6d", (int)(tv->tv_usec)); > ^ >...

undefined reference to `pthread_create'

error: ‘printf’ was not declared in this scope

I'm having a few issues to get the ip so I was wondering if you could share the same file you used for your test

root@ip-172-31-20-226:/home/admin/NTPDoser# gcc NTPDoser.cpp -o NTPDoser -lstdc++ -lpthread NTPDoser.cpp: In function ‘int main(int, char**)’: NTPDoser.cpp:342:20: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 342 | if(GetNtpServers("ntp.list") == NULL)...