Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHCP Release Attack ARP setting source IP to 255.255.255.255 #82

Open
soxrok2212 opened this issue Aug 30, 2023 · 1 comment
Open

DHCP Release Attack ARP setting source IP to 255.255.255.255 #82

soxrok2212 opened this issue Aug 30, 2023 · 1 comment

Comments

@soxrok2212
Copy link

When starting a DHCP release attack, arp is first performed. However, cap inspection shows the source address ass 255.255.255.255 instead of the actual IP regardless of what is set in the DHCP fields.

Tested on arm64 little endian (Kali VM on M1 Mac).

@soxrok2212
Copy link
Author

This appears to be when an interface also has an IPv6 address. Removing the IPv6 correctly resolves the right IP and the ARP message is constructed correctly.

Perhaps some extra logic is needed to specify IPv4/IPv6, or just ignore v6 altogether for now since it's huge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant