SOCKS5

Posted by Unknown Kamis, 20 Oktober 2011 0 komentar


Okay, I just made a PoC library on how to perform SOCKS5 connection(s) in both C# and VB.Net. Here's a code example of how to use it (in VB.Net):

Imports SOCKS5
Public Class PoC
Public Sub Main()
Dim Target As String = "www.google.com"
Dim Query As String = _
"GET / HTTP/1.1" & vbCrLf & _
"Host: " & Target & vbCrLf &; vbCrLf
Dim Tunnel As New SOCKS5("1.2.3.4", 1080, Target, 80)
Dim Socket As New Net.Sockets.Socket( _
Net.Sockets.AddressFamily.InterNetwork, _
Net.Sockets.SocketType.Stream, _
Net.Sockets.ProtocolType.Tcp)
Tunnel.Connect(Socket)
Socket.Send(Text.Encoding.ASCII.GetBytes(Query))
'...
End Sub
End Class



I hope you'll get some use out of it!
Also, here's the download link: SOCKS5.rar

Description: Allows you to tunnel your streams or sockets through a SOCKS5 server in .NET.
Version:
1.0
Reference(s):
RFC1928
Language: VB.Net/C#, Requires .Net Framework 3.5

good luck . . . :)
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: SOCKS5
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidjones7.blogspot.com/2011/10/socks5.html. Terima kasih sudah singgah membaca artikel ini.

0 komentar:

Posting Komentar

Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android jones.