+ Reply to Thread
Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By b0nd

Thread: Scanning IPv6 Enabled Hosts Share/Save - My123World.Com!

  1. #1
    Garage Hyper Addict b0nd is a jewel in the roughb0nd is a jewel in the roughb0nd is a jewel in the rough b0nd's Avatar
    Join Date
    Jul 2010
    Location
    irc.freenode.net #g4h
    Posts
    644
    Thanks
    140
    Thanked 270 Times in 109 Posts

    Scanning IPv6 Enabled Hosts



    Source: CarnalOwanage

    Scanning IPv6 Enabled Hosts

    Nmap will scan IPv6 enabled hosts if you pass it the -6 switch, but only does TCP Connect scans and no OS identification, which makes sense because OS identification uses nuances of ipv4 responses...

    carnal0wnage ~: nmap -6 -sV 2002:53e9:a52a::832:3316:5042 -p53,80,222

    Starting Nmap 5.21 ( http://nmap.org ) at 2010-03-19 20:42 UTC
    Nmap scan report for 2002:53e9:a52a::832:3316:5042
    Host is up (0.17s latency).
    PORT STATE SERVICE VERSION
    53/tcp open domain ISC BIND 9.X
    80/tcp open http nginx
    222/tcp open ssh OpenSSH 5.1p1 Debian 5 (protocol 2.0)
    Service Info: OS: Linux

    Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
    Nmap done: 1 IP address (1 host up) scanned in 6.92 seconds


    carnal0wnage ~: nmap -6 -sV ::ffff:66.148.86.4

    Starting Nmap 5.21 ( http://nmap.org ) at 2010-03-19 21:00 UTC
    Nmap scan report for ::ffff:66.148.86.4
    Host is up (0.024s latency).
    Not shown: 795 closed ports, 203 filtered ports
    PORT STATE SERVICE VERSION
    80/tcp open http Apache httpd 1.3.41 ((Unix) PHP/5.2.9)
    8080/tcp open http-proxy Squid webproxy 2.6.STABLE16

    Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
    Nmap done: 1 IP address (1 host up) scanned in 11.41 seconds


    and metasploit supports ipv6

    msf auxiliary(http_version) > run
    [*] 2002:53e9:a52a:0000:0000:0832:3316:5042 is running nginx[*] Scanned 1 of 1 hosts (100% complete)[*] Auxiliary module execution completed
    AnArKI likes this.
    [*] To follow the path: look to the master, follow the master, walk with the master, see through the master,
    ------> become the master!!! <------
    [*] Everyone has a will to WIN but very few have the will to prepare to WIN
    [*] Invest yourself in everything you do, there's fun in being serious

  2. The Following User Says Thank You to b0nd For This Useful Post:

    AnArKI (08-09-2012)

  3. #2
    Garage Newcomer gahac is on a distinguished road
    Join Date
    Aug 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    thanks for that wonderful article sir, i tried it..

Posting Permissions

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