Update arp spoofer & dns sniffer

This commit is contained in:
Manuel Vergara 2024-01-29 19:27:46 +01:00
parent c86c4f8b21
commit 92ed9c3beb
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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")