Update arp spoofer & dns sniffer
This commit is contained in:
parent
c86c4f8b21
commit
92ed9c3beb
@ -52,6 +52,8 @@ def main():
|
|||||||
|
|
||||||
arguments = get_arguments()
|
arguments = get_arguments()
|
||||||
|
|
||||||
|
print("\n[+] Iniciando ARP spoofing...")
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
spoof(arguments.ip_address, "192.168.1.1") # Mensaje al target
|
spoof(arguments.ip_address, "192.168.1.1") # Mensaje al target
|
||||||
spoof("192.168.1.1", arguments.ip_address) # Mensaje al router
|
spoof("192.168.1.1", arguments.ip_address) # Mensaje al router
|
@ -52,7 +52,7 @@ def process_sniffed_packet(packet):
|
|||||||
|
|
||||||
def sniff(interface):
|
def sniff(interface):
|
||||||
"""
|
"""
|
||||||
|
Sniffing de paquetes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
print("\n[+] Interceptando paquetes de la máquina victima: \n")
|
print("\n[+] Interceptando paquetes de la máquina victima: \n")
|
Loading…
Reference in New Issue
Block a user