Jump to content
LegioNRST

[VB.net]Google Dorks - Vulnerability Scanner SQL

Recommended Posts

Ad?uga?i:

- 1TextBox

- 1Button

- 1ListBox

- Desc?rca?i GoogleSearchAPI.dll

==================================================

Merge?i la Project, la Add Reference..., Browse ?i ad?uga?i GoogleSearchApi.dll.

Source Code:

Imports Google.API.Search
Public Class Form1


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim search As New GwebSearchClient("")
Dim results As IList(Of IWebResult) = search.Search(TextBox1.Text, 64, Nothing, Nothing, Nothing, Nothing, Nothing)
ListBox1.Items.Clear()
For Each result As IWebResult In results
ListBox1.Items.Add(result.Url)
Next

End Sub
End Class

Ca s? v? face?i o idee, form1 trebuie s? arate cam a?a:

82945583010719919214.jpg

Link to comment
Share on other sites

as putea da o idee cu care google-ul nu te mai baneaza deloc:)

este o aplicatie in google de care trebuie sa te folosesti , este legat de search photo dar nu in search-ul obisnuit , restul las sa descoperiti voi

este facut si in alt limbaj mai neobisnuit cand vine vorba de platforma google

eu deja am un script facut in perl functional de 3 luni

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...