x0xr00t / IOXIDResolver

IOXIDResolver.py from AirBus Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOXIDResolver

IOXIDResolver.py from AirBus Security

I couldn't find an official repository for this code so I am posting it here. It's great research and super useful.

Example Run

user@host:~/IOXIDResolver$ python IOXIDResolver.py -t 10.10.11.3
[*] Retrieving network interface of 10.10.11.3
Address: HYPERV1
Address: 192.168.57.1
Address: 192.168.2.1
Address: 192.168.77.201
Address: 10.10.11.3

This is super useful because it helps you to identify hosts that have additional active interfaces, which usually means, virtual machines, VPNs, connected wireless, docker, etc. Basically "interesting".

About

IOXIDResolver.py from AirBus Security

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%