Results 1 to 4 of 4

Thread: Port Scanning

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    11

    Port Scanning

    I downloaded a port scanner and am having a bit of difficulties. Can any1 help?. I think the scanner is written to work only in the US as it starts scanning with a smaller prefix than the UK. Do I need to alter the coding(C+)?, or is there another way to configure?? Sorry if this is a dumbass question.!

  2. #2
    Senior Member
    Join Date
    Jan 2002
    Posts
    371
    Go to:

    www.webattack.com

    And under Freeware/Network Scanners, download a program called SuperScan.
    SoggyBottom.

    [glowpurple]There were so many fewer questions when the stars where still just the holes to heaven - JJ[/glowpurple] [gloworange]I sure could use a vacation from this bull$hit, three ringed circus side show of freaks. - Tool. [/gloworange]

  3. #3
    uninstall the program and pull up command promt for scanning ports
    UDP Scan:
    You can use NMap to port scan the host with the following command line:

    nmap -g67 -P0 -p130-140 -sU 192.168.128.88

    (Notice the -g67 which specifies source port).

    TCP Scan:
    You can use NMap to port scan the host with the following command line:

    nmap -g67 -P0 -p130-140 -sS 192.168.128.88

    (Notice the -g67 which specifies source port

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    677
    NMAP
    (There's even an NT version if you don't have *nix)

    http://www.insecure.org/nmap/
    One Ring to rule them all, One Ring to find them.
    One Ring to bring them all and in the darkness bind them.
    (The Lord Of The Rings)
    http://www.bytekill.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •