Z
Z
zerx12021-03-24 17:04:45
Programming
zerx1, 2021-03-24 17:04:45

Dos attack detection in C\C++?

Project - DOS attack detection. I will implement it in one person, because I want to make the simplest possible solution. The essence of the attack - two PCs are connected by cable, one generates traffic, the second detects using the developed software. The question is what is the easiest to analyze and in general what is the structure / algorithm of such a program?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
Wexter, 2021-03-24
@Wexter

First, determine which traffic is considered an attack, and which is normal

S
Saboteur, 2021-03-25
@saboteur_kiev

in C/C++, this usually cannot be done. It is necessary to read the meaning of the definition of a DOS attack.

M
Mystray, 2021-03-25
@Mystray

https://github.com/pavel-odintsov/fastnetmon - ready working solution for the task. Take it, see how different methods work, poke around, figure it out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question