tomac / yersinia

A framework for layer 2 attacks
GNU General Public License v2.0
702 stars 119 forks source link

ncurses: DHCP Release IP reverse order #81

Open soxrok2212 opened 1 year ago

soxrok2212 commented 1 year ago

The ncurses UI asks for the server IP and a start/end IP. These are processed backwards upon pcap inspection. Example:

Server IP: 10.0.0.1 -> 1.0.0.10
Start IP: 10.0.0.2 -> 2.0.0.10
End IP: 10.0.0.254 -> 254.0.0.10
soxrok2212 commented 1 year ago

Partial duplicate of https://github.com/tomac/yersinia/issues/59