-
Notifications
You must be signed in to change notification settings - Fork 0
Results
The completed botnet project now boasts a fully functional user interface (UI) adhering to the previously outlined architecture. When the master server detects an available bot, it dispatches the target URL through a POST request to a specified endpoint. Subsequently, bots periodically poll this endpoint using GET requests at predetermined intervals.
Upon the user's activation of the "Start" button, bots commence sending GET requests utilizing three threads, with adjustable thread settings for enhanced flexibility. Results of every ten requests are transmitted to the master server for comprehensive analysis. Bot activity ceases upon the user's interaction with the "Stop" button.
Moreover, the UI dynamically showcases a histogram illustrating the distribution of status codes and their corresponding frequencies in real-time. This graphical representation offers invaluable insights into the performance and behavior of the botnet during operation.