|
|||||||||||
|
PalmMap (Rootscan updated).
From: Shaun Colley <shaunige(at)yahoo.co.uk>
Date: Fri Aug 01 2003 - 12:58:25 EDT
# PalmMap.bas
fn set_auto_off(0) s$(0) = "Host:" s$(2) = "Start Port:" s$(4) = "End Port:" f = form(9, 3, "PalmMap v1.2") if f = 0 then end if f = 2 then gosub about let h$ = s$(1) let p = val(s$(3)) let e = val(s$(5)) let i = p let t$ = "PalmMap.log" open new "memo", t$ as #4 form2: cls form btn 30 , 40 , 40 , 18, "connect()", 1 form btn 85 , 40, 40 , 18 , "TCP SYN" , 1 form btn 60 , 80 , 40 , 18 , "UDP scan" , 1 form btn 60 , 120, 40 , 18 , "Ping scan" , 1draw "Scan type?", 50, 20, 1 while x = asc(input$(1)) if x = 14 then gosub scan if x = 15 then print "Scan type not implemented as of yet." if x = 16 then print "Scan type not implemented as of yet." if x = 17 then print "Scan type not implemented as of yet." wend
sub scan
sub about
Enjoy.
Thank you for your time.
Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/ Received on Fri Aug 1 14:14:26 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:47 EDT |
||||||||||
|
|||||||||||