Situatie
Miranda este o aplicație client bazată pe Python Universal Plug-N-Play concepută pentru a descoperi, a interoga și a interacționa cu dispozitivele UPNP, în special dispozitivele Internet Gateway (aka, routerele). Acesta poate fi folosit pentru a controla dispozitivele UPNP activate într-o rețea pentru posibilele vulnerabilități.
Solutie
1.Tools included in the miranda package
miranda – UPNP administration tool:
root@kali:~# miranda -h
Command line usage: /usr/bin/miranda [OPTIONS]
-s <struct file> Load previous host data from struct file
-l <log file> Log user-supplied commands to log file
-i <interface> Specify the name of the interface to use (Linux only, requires root)
-u Disable show-uniq-hosts-only option
-d Enable debug mode
-v Enable verbose mode
-h Show help
2. Miranda Usage Example
Start on interface eth0 (-i eth0) in verbose mode (-v), then start discovery mode (msearch):
root@kali:~# miranda -i eth0 -v
Binding to interface eth0 …
Verbose mode enabled!
upnp> msearch
Entering discovery mode for ‘upnp:rootdevice’, Ctl+C to stop…
****************************************************************
SSDP notification message from 192.168.1.230:80
XML file is located at http://192.168.1.230:80/description.xml
Device is running FreeRTOS/6.0.5, UPnP/1.0, IpBridge/0.1
Leave A Comment?