Skip to content

Commit

Permalink
Update arp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
farzinenddo committed Jan 22, 2016
1 parent 061ef5c commit 746471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/modules/modbus/sniff/arp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def arp_callback(pkt):
if ModbusADU in pkt:
pkt.show()
def poison_target(gatway_ip,gatway_mac,target_ip,target_mac):
self.printLine('[+] Start Poisoning',bcolors.OKGREEN)
self.printLine('[+] Start Poisoning',bcolors.OKGREEN)
with open('/proc/sys/net/ipv4/ip_forward', 'w') as ipf:
ipf.write('1\n')
while True:
Expand Down

0 comments on commit 746471a

Please sign in to comment.