|
-
Feb 26th, 2001, 11:56 AM
#1
you migth want to specify on what you want to do. And as far as I know most people around here appreciate that you post your own code and we start from there. Sounds ok to you?
-
Feb 28th, 2001, 12:29 PM
#2
Retired VBF Adm1nistrator
Well you in theory have access to their ports if those ports happen to be listening for connections.
If they're not listening for connections, then no
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 28th, 2001, 06:58 PM
#3
New Member
Ok let me be more specific...ines
I dont know hardly **** about VBScript...i can make documents and alert boxes..but that's it...that's why i dont have any sample code to show...if i had sample code i wouldnt be here in the first ****ing place dont you think?
But now i am interested in making a web page that will allow someone to "port scan" their computer for various open ports "trojan horse programs"....but if this is too much of a strain on your brain to help..instead of being a smart-ass then dont bother.
Tip of the Day
Did you know...
There are no tips available.
-
Mar 1st, 2001, 03:02 AM
#4
Retired VBF Adm1nistrator
To create a port scanner,
The basic idea is that you have a socket (or sockets), and you try to connect it to a port. If it connects, then you tell the user you were able to connect to that port. If it doesnt connect, (ie. Connection Refused), then that port is not listening.
Whether or not you can use the winsock control using VBScript is beyond me, but if you can, you just do the above.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|