|
|
|
@ -10,16 +10,14 @@ Important and implemented:
|
|
|
|
|
|
|
|
|
|
* DHCP
|
|
|
|
|
* ARP
|
|
|
|
|
|
|
|
|
|
Nice to have:
|
|
|
|
|
|
|
|
|
|
* NetBEUI / NetBIOS
|
|
|
|
|
* NBNS/NBDS (by filtering binary payload)
|
|
|
|
|
|
|
|
|
|
Not supported:
|
|
|
|
|
|
|
|
|
|
* IPv6 (NDP, Interface Identifier, ...)
|
|
|
|
|
* IPSec
|
|
|
|
|
* 802.1X
|
|
|
|
|
* IPX/LLC
|
|
|
|
|
|
|
|
|
|
## Third party libraries
|
|
|
|
|
|
|
|
|
@ -32,6 +30,8 @@ Not supported:
|
|
|
|
|
```
|
|
|
|
|
$ ./proxy -help
|
|
|
|
|
Usage of ./proxy:
|
|
|
|
|
-hostname string
|
|
|
|
|
Set a windows hostname to filter for in binary payloads
|
|
|
|
|
-log int
|
|
|
|
|
allowed: 5 (debug), 4 (info), 3 (warning), 2 (error), 1 (fatal) (default 4)
|
|
|
|
|
-logfile string
|
|
|
|
@ -59,5 +59,5 @@ Usage of ./proxy:
|
|
|
|
|
### envctl - control VMs, network etc
|
|
|
|
|
```
|
|
|
|
|
$ ./envctl
|
|
|
|
|
Usage: envctl {start|stop|restart} {all|network|vms|alpine|alpine1|alpine2|kali|proxy2|proxy3|proxies}
|
|
|
|
|
Usage: envctl {start|stop|restart|status} {all|network|vms|alpine|alpine1|alpine2|win1|win2|kali|proxy2|proxy3|proxies}
|
|
|
|
|
```
|
|
|
|
|