Ooops
January 16, 2021, 06:26:56 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Forum
Help
Search
Gallery
Login
Register
SyntaxBomb - Indie Coders
»
Languages & Coding
»
Blitz Code Archives
»
Miscellaneous
»
[bb] IP scanner by schilcote [ 1+ years ago ]
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [bb] IP scanner by schilcote [ 1+ years ago ] (Read 667 times)
BlitzBot
Jr. Member
Posts: 1
[bb] IP scanner by schilcote [ 1+ years ago ]
«
on:
June 29, 2017, 12:28:43 AM »
Title :
IP scanner
Author :
schilcote
Posted :
1+ years ago
Description :
This program was written by me when I was messing around with Nmap. It tries to connect to whatever.you.enter.0-255 and sees if it can. If it gets a connection, it writes it to the screen.
It's incredibly slow.
Code :
Code: BlitzBasic
firstthree$=
Input
$
(
"What is the IP? (-the last section): "
)
port=
Input
(
"What port to scan on?: "
)
For
t=
0
To
255
ip$=firstthree$+t
stream=
OpenTCPStream
(
ip$,port
)
If
stream
Then
DebugLog
"Found a computer: "
+ip$
Print
ip$
Else
DebugLog
"Nothing found on "
+ip$
EndIf
Next
WaitKey
End
Comments :
schilcote(Posted 1+ years ago)
Oh yeah,DISCLAMER:I, Schilcote am NOT RESPONSIBLE for whatever anybody does with this code. If you break into somebody's computer using this code, and you get caught, it's your own problem. I cannot be held responcible for your actions!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SyntaxBomb - Indie Coders
»
Languages & Coding
»
Blitz Code Archives
»
Miscellaneous
»
[bb] IP scanner by schilcote [ 1+ years ago ]
SimplePortal 2.3.6 © 2008-2014, SimplePortal