


| Ris P | : | is there a way doing list of ports making something like this |
| Carl Shem | : | Thank You ! |
| KING AHYA | : | Imports System.Net Imports System.IO Imports System.Threading.Thread Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click ListBox1.Items.Clear() ListBox2.Items.Clear() End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Close() End Sub Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Control.CheckForIllegalCrossThreadCalls = False End Sub Private Sub MenuStrip1_ItemClicked(sender As Object, e As ToolStripItemClickedEventArgs) Handles MenuStrip1.ItemClicked ListBox1.Items.AddRange(IO.File.ReadAllLines("import.txt")) End Sub Public Function send(ByVal ip As String) Try Dim req As HttpWebRequest = WebRequest.Create("http://" + ip + "/webdav") Dim res As HttpWebResponse = req.GetResponse() Dim Stream As IO.Stream = res.GetResponseStream Dim sr As IO.StreamReader = New StreamReader(Stream) Return sr.ReadToEnd Catch ex As Exception MsgBox("Error while making request:" + ex.ToString) End Try End Function Private Sub BackgroundProcess() For Each items In ListBox1.Items Dim userss As String = send(items) Try If (userss.Contains("testpage")) Then ListBox2.Items.Add("FOUND" + " http://" + items + "/webdav/") Else End If Catch ex As Exception End Try Next End Sub Private Sub StartToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles StartToolStripMenuItem.Click Dim tr As Threading.Thread tr = New Threading.Thread(AddressOf Me.BackgroundProcess) tr.Start() End Sub End Class |
| agam fahrifatahilla | : | where the code |
| Mohammed Wakabille | : | Nice, video! :D Kan je mij de import's even doorsturen? Via Skype: Jason.Skok <= Dat is m'n gebruikersnaam! :p |
| goodman854 | : | What is a Webdav Scanner? Find IP's connected to you from the list? |
| TheMalwarez | : | What is your problem? |
| Dragon Kush | : | hello yea nice but i have problem with CheckForIllegalCrossThreadCalls... |
| TeamSentrix | : | nice vid bro keep them going as mlnupp said |
| mullinupp | : | thanks for sharing. Keep them coming ^_^ |
Terima kasih.!! Anda telah mengunjungi halaman Video [TUT] Webdav Scanner [VB.NET] [#1] - (15:1) Kunjungi terus blog ini untuk mendapatkan update terbaru.!!
#[TUT],
#Webdav,
#Scanner,
#[VB.NET],
#[#1],
0 Response to "[TUT] Webdav Scanner [VB.NET] [#1]"
Posting Komentar