Getting ipv6 from snmp

So, been doing some retired boxes from htb and one of them required to find ipv6 from snmp.

https://github.com/trickster0/Enyx

For example:-

└─$ python2 enyx.py 2c public 10.10.10.20
###################################################################################
#                                                                                 #
#                      #######     ##      #  #    #  #    #                      #
#                      #          #  #    #    #  #    #  #                       #
#                      ######    #   #   #      ##      ##                        #
#                      #        #    # #        ##     #  #                       #
#                      ######  #     ##         ##    #    #                      #
#                                                                                 #
#                           SNMP IPv6 Enumerator Tool                             #
#                                                                                 #
#                   Author: Thanasis Tserpelis aka Trickster0                     #
#                                                                                 #
###################################################################################


[+] Snmpwalk found.
[+] Grabbing IPv6.
[+] Loopback -> 0000:0000:0000:0000:0000:0000:0000:0001
[+] Unique-Local -> dead:beef:0000:0000:0250:56ff:feb9:dc9b
[+] Link Local -> fe80:0000:0000:0000:0250:56ff:feb9:dc9b
                                                                                                                                                                                                                                           

And you can access web from http://%5Bdead:beef::250:56ff:feb9:dc9b%5D/

Last updated