Untuk anda yang ingin membuat software hacking ini saya punya source code nya dan source code dasar untuk membuat SQLI (SQL Injection) scanner adalah sebagai berikut:
------------------------------------------------------------------------------------Private Sub Command1_Click()
Dim StatVar As String
If Text1.Text = "" Then
Label1 = "Please insert the URL"
Else: If Inet1.StillExecuting Then Exit Sub
Label1 = "Requesting SQL Injection Parameter " & Text1.Text
DoEvents
Inet1.URL = Text1.Text + "'"
StatVar = Inet1.OpenURL