Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Detecting port scanning even if pot is not open

Options
  • 06-10-2001 6:01pm
    #1
    Registered Users Posts: 469 ✭✭


    Im trying to get udp thru a firewall and need to setup the outside pc to accept udp packets on all ports to try and find out if the firewall will let any UDP packets thru at all ( doesnt seem like it)

    Is there anyway to detect if ppl are trying to connect to a port using udp If that port is not open ?
    Or a way of opening all ports to accept incoming udp packets easily?
    Thanks


Comments

  • Registered Users Posts: 1,842 ✭✭✭phaxx


    Other than writing an app to open lots of ports and print a message when it recieves anything, you could do it with a firewall on the inside machine - tell it to log any udp packets it comes across.

    What os is the inside machine?


  • Closed Accounts Posts: 296 ✭✭moist


    You could use comthing like Portsentry (*NIX only I believe) which will listen on any TCP/UDP port that does not already
    have somthing listening on it.
    That will show you if there are any connections being made to the machine.
    On the other hand you could use somthing like tcpdump (on the target machine) to see if there
    are any packets reaching the machine.


  • Closed Accounts Posts: 121 ✭✭joev


    Originally posted by moist
    You could use comthing like Portsentry (*NIX only I believe) which will listen on any TCP/UDP port that does not already
    have somthing listening on it.
    That will show you if there are any connections being made to the machine.
    On the other hand you could use somthing like tcpdump (on the target machine) to see if there
    are any packets reaching the machine.

    Any ethernet/ip traffic monitor wouldalso do...
    for *NIX you've got iptraf, emonitor etc.. Can't remember the win32 ones at present...

    Probably the best tool to use is the swiss army knife of network tools.. netcat.

    check out http://www.atstake.com/research/tools/
    for details.

    joev.


Advertisement