port

A small but effective tool (if you know the right way to use it..you might do wonders..)

——————–
you need:

2 textboxes
1 listbox
3 commandbuttons
1 timer
1 winsock control
——————–

Private Sub Command1_Click()   Timer1.Enabled = True End Sub Private Sub Command2_Click()   Timer1.Enabled = False   Text2.Text = "0" End Sub Private Sub Command3_Click()   List1.Clear End Sub Private Sub Timer1_Timer()   On Error Resume Next   Winsock1.Close   Text2.Text = Int(Text2.Text) + 1   Winsock1.RemoteHost = Text1.Text   Winsock1.RemotePort = Text2.Text   Winsock1.Connect End Sub Private Sub Winsock1_Connect()  List1.AddItem Winsock1.RemotePort & " is open!" End Sub

——————–
Explanation:

text1 = IP to scan
text2 = starting port
list1 = list where all open ports are shown
command1 = start
command2 = stop and reset
command3 = clear port list
timer1 = will make the winsock control to try ports

http://hackingarticles.com/wp-content/plugins/sociofluid/images/digg_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/reddit_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/dzone_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/delicious_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/blinklist_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/technorati_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/facebook_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/sphinn_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/mixx_48.png http://hackingarticles.com/wp-content/plugins/sociofluid/images/twitter_48.png
Related posts:

  1. Netbios Hacking- The Ethical Hacking
  2. Hacking Gmail account using GX Cookie
  3. How to make a Fork Bomb (Rabbit Virus)
  4. How to hack Wifi Password? [WPA Cracking]
  5. Basic BIOS password crack