
Netview enumera i sistemi utilizzando chiamate WinAPI
= netview
Netview è uno strumento di enumerazione. Usa (con -d) il dominio corrente oppure un dominio specificato (con -d domain) per enumerare gli host. Puoi anche usare -f se desideri specificare un file con un elenco di host. Eventuali nomi host che desideri escludere possono essere specificati in un elenco con -e. Se vuoi interrogare un gruppo di dominio ed evidenziare dove sono connessi quegli utenti, specifica il gruppo con -g.
Informazioni: http://web.archive.org/web/20130301022254/http://www.room362.com/blog/2012/10/8/compiling-and-release-of-netview.html
Versione compilata: https://github.com/mubix/netview/releases
Una volta ottenuto un elenco, netview controlla ciascun host per quanto segue
Tutto l'output può essere reindirizzato a un file con l'argomento '-o'. L'accesso alle condivisioni trovate può essere verificato con -c.
Inoltre, è possibile specificare un ritardo (in secondi) tra le enumerazioni degli host con -i, e una percentuale di jitter (0.0-1.0) per randomizzare l'intervallo con -j.
== Output di esempio
=== nessun argomento {{{ C:>netview.exe
-h : Display this help menu -f filename.txt : Specifies a file to pull a list of hosts from -e filename.txt : Specifies a file of hostnames to exclude -o filename.txt : Out to file instead of STDOUT -d domain : Specifies a domain to pull a list of hosts from uses current domain if none specified -g group : Specify a group name for user hunting uses 'Domain Admins' if none specified -c : Check found shares for read access -i interval : Seconds to wait between enumerating hosts -j jitter : Percent jitter to apply to the interval (0.0-1.0) }}}
=== -d / -d con dominio / o -f con nome file {{{ C:>netview.exe -d
[*] -d used without domain specifed - using current domain [+] Number of hosts: 1
[+] Host: HOST1
Enumerating AD Info [+] HOST1 - Comment - [+] HOST1 - OS Version - 6.1 [+] HOST1 - MSSQL Server
Enumerating IP Info [+] HOST1 - IPv6 Address - fe80::(removed from example)%10 [+] HOST1 - IPv6 Address - fe80::(removed from example)%15 [+] HOST1 - IPv6 Address - fe80::(removed from example)%12 [+] HOST1 - IPv4 Address - 172.16.10.50 [+] HOST1 - IPv4 Address - 192.168.56.1 [+] HOST1 - IPv6 Address - 2001:(removed from example)
Enumerating Share Info [+] HOST1 - Share - ADMIN$ Remote Admin [+] HOST1 - Share - C$ Default share [+] HOST1 - Share - Backups [+] HOST1 - Share - Finance [+] HOST1 - Share - IPC$ Remote IPC [+] HOST1 - Share - print$ Printer Drivers [+] HOST1 - Share - SharedPrinter Kyocera 5112
Enumerating Session Info [+] HOST1 - Session - MUBIX from \172.16.10.207 - Active: 48 - Idle: 44
Enumerating Logged-on Users [+] HOST1 - Logged-on - HOST1\mubix [+] HOST1 - Logged-on - HOST1\mubix
}}}