January 15, 2021, 05:58:26 PM
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] Port Scanner by Xzider [ 1+ years ago ]
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [bb] Port Scanner by Xzider [ 1+ years ago ] (Read 611 times)
BlitzBot
Jr. Member
Posts: 1
[bb] Port Scanner by Xzider [ 1+ years ago ]
«
on:
June 29, 2017, 12:28:38 AM »
Title :
Port Scanner
Author :
Xzider
Posted :
1+ years ago
Description :
Very simple...Maybe add a log file to make it easier to read.
Code :
Code: BlitzBasic
Port% =
Input
(
"Port to start checking with - "
)
Print
"Port starting at - "
+ Port% +
" - "
Print
"Press any key to start"
WaitKey
While
Not
KeyHit
(
1
)
stream% =
CreateTCPServer
(
Port%
)
If
stream%
Print
"Port - "
+ Port% +
" - open"
Else
Print
"Port - "
+ Port% +
" - was closed"
Print
"Press any key to continue"
WaitKey
End If
Port% = Port% +
1
Wend
Comments :
slenkar(Posted 1+ years ago)
thanks, do you know how to open a port?
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SyntaxBomb - Indie Coders
»
Languages & Coding
»
Blitz Code Archives
»
Miscellaneous
»
[bb] Port Scanner by Xzider [ 1+ years ago ]
SimplePortal 2.3.6 © 2008-2014, SimplePortal