Skip to content
Snippets Groups Projects
Commit 076e1826 authored by Uwais's avatar Uwais
Browse files

Demo Code Pushes

parent fe33d211
Branches master
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment