From 076e1826e3b1f63f938ce1d78c3945360ccfcf69 Mon Sep 17 00:00:00 2001 From: Uwais <muhammaduuwais132@gmail.com> Date: Fri, 21 Mar 2025 04:49:00 +0530 Subject: [PATCH] Demo Code Pushes --- arpsniffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpsniffer.c b/arpsniffer.c index 2b6aac9..7057cd5 100644 --- a/arpsniffer.c +++ b/arpsniffer.c @@ -97,7 +97,7 @@ char *get_ip_address(uint8_t ip[4]) void arp_spoof_alert(char *attacker_ip, char *attacker_mac){ system("yad --title='WARNING: Serious Alert!' --text='Your System might be under ARP Spoofing Attack!' --button='OK:0' --width=400 --height=150 --image='dialog-error' --no-buttons --center --background='#660000' --timeout=5 --timeout-indicator=bottom"); - prevent_arp_spoofing(attacker_ip, attacker_mac); + // prevent_arp_spoofing(attacker_ip, attacker_mac); exit(0); } -- GitLab