Results 1 to 4 of 4

Thread: Ports

  1. #1
    Guest
    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?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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]

  3. #3
    New Member Jeff_1's Avatar
    Join Date
    Jan 2001
    Location
    Right behind you.
    Posts
    10

    Talking 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.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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
  •  



Click Here to Expand Forum to Full Width