mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
Fixed IPtables for APF Mode
Added a new banner
This commit is contained in:
parent
16b774248d
commit
589e45b64f
5 changed files with 26 additions and 7 deletions
|
@ -98,5 +98,5 @@ class iptables:
|
|||
|
||||
def NFQUEUE(self):
|
||||
log.debug("Setting iptables NFQUEUE rule")
|
||||
os.system('iptables -t nat -A PREROUTING -j NFQUEUE --queue-num 1')
|
||||
os.system('iptables -I FORWARD -j NFQUEUE --queue-num 0')
|
||||
self.nfqueue = True
|
Loading…
Add table
Add a link
Reference in a new issue