beefproject / beef

The Browser Exploitation Framework Project
https://beefproject.com
9.83k stars 2.18k forks source link

[RFE] DNS rebinding is requires iptables but nftables should be supported as well #1430

Open fabianfrz opened 7 years ago

fabianfrz commented 7 years ago

nftables is the successor of iptables and the script should use it if installed or it should go to the configuration file. Note that in nftables there are not predefined chains like in iptables.

https://github.com/beefproject/beef/blob/32d2226991ac30f0e1a75d4ce5e26716c2e5d6c5/extensions/dns_rebinding/dns_rebinding.rb#L48

bcoles commented 7 years ago

Thanks @fabianfrz

Unfortunately this issue will not be resolved due to lack of developer bandwidth. We welcome PRs.