Results 1 to 7 of 7

Thread: Detecting interfaces on a router through remote login

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    5

    Detecting interfaces on a router through remote login

    Hi

    I can connect to a router which is used for IP forwarding.
    I want to know how to recognise the number of interfaces on the router.
    What hosts or routers are connected to that router?

    Is there anyway to do it?

    Thanks in advance for your valuable time.

  2. #2
    AOs Resident Troll
    Join Date
    Nov 2003
    Posts
    3,152
    Try logging in to the device with the admin password...

    That should show you

    MLF
    How people treat you is their karma- how you react is yours-Wayne Dyer

  3. #3
    Right turn Clyde Nokia's Avatar
    Join Date
    Aug 2003
    Location
    Button Moon
    Posts
    1,696
    What type of router is it, CISCO etc?

  4. #4
    Banned
    Join Date
    Jun 2005
    Posts
    445
    nmap -T2 -O -P0 -sV -v -v <router's IP>

    This will generally identify any machine you scan, as well as give you service/daemon versions. When you scan the router... Lets say it's a Linksys WRT54G... check the Linksys website. You should get a bit of information on it.

    NMAP is required for this. Unix/Linux/BSD helps due to the manner in which hardware access is handled, but Windows nmap can scan just fine for your purpose.

  5. #5
    Junior Member
    Join Date
    Sep 2004
    Posts
    5
    HI
    thanks for the fast replies.

    I am using nmap through ethernet,so OS and Version detection gives an error on my Windows 2000 Proff system.Although i have admin access it gives some socket errors.

    Can you tell me some other program for OS and Version detection.
    Thanks in advance.

  6. #6
    Senior Member
    Join Date
    Jul 2003
    Posts
    634
    Ping can be used to guess a footprint, look it up

    i2c

  7. #7
    Junior Member
    Join Date
    Sep 2004
    Posts
    5
    Hi

    I found some information after tweaking with nmap.

    It is like this:
    PORT STATE SERVICE VERSION
    22/tcp open ssh (protocol 1.5)
    23/tcp open telnet Netscreen ScreenOS telnetd
    80/tcp open http?
    443/tcp open https?

    Service Info: Device: firewall

    If you could suggest something?

Posting Permissions

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