The email bomber is a classic tool used to block or fill up somebody's email inbox with emails. It also can be considered to be a denial of service attack. (DOS) the creation of such a tool can be considered unethical and should not be used to do harm! Burst fire mode is created by using a timer in the application and on each tick of the timer an email is sent. This can be set to any amount of time required. Sending mass emails with a personal email would not be a smart move, so a disposable email or anonymous email sender would be required. to make the tool work it needs to be compiled with visual basic 2013. the details of the email needs to be added to the form in the initial loading the application. Large attachments can also be used to also fill the email inbox up. It should be noted that a good email management application will group emails by sender which will also allow for mass deletion of emails. |