Posts

Showing posts from March, 2026

Didipostman My Ddos tool

Image
  Didipostman : my ddos white papaer conception Author : Wadï Mami Date : 05/03/2026 E-mail : wmami@steg.com.tn / didipostman77@gmail.com   In this paper I share with you what comes to my mind when seeing this Spring Batch Sequence diagram on 12/02/2012. Spring batch reads and reads till reaching commit-interval value and then writes all simultaneously. So I said to myself Spring batch can read URLs (website addresses) and then attacks them in parallel in the itemWriter side by using simple code like https://github.com/naveen-98/DDOS-Java And fitting this code to stand in the itemWriter Side by implmenting DdosAttackWriter which implements itemWriter.   Now (Spring Batch6) it is possible to run multiple Spring Batch instances in parallel before in Spring Batch 2 it is limited to only 20 it is just feasable by Only changing the parameters  What I mean is to use Spring Batch project without Spring Boot .  So we can launch...