2 Commits 8826af025c ... 0d91ac3d4f

Author SHA1 Message Date
  jeffreycliff 0d91ac3d4f Merge branch 'master' of http://notabug.org/themusicgod1/tools 4 years ago
  jeffreycliff 5ed96bb358 2019 07 5 4 years ago
2 changed files with 9 additions and 3 deletions
  1. 8 2
      javascripttodefeatTOS
  2. 1 1
      scan-network.sh

+ 8 - 2
javascripttodefeatTOS

@@ -97,10 +97,16 @@ document.mcdconnect.submit();
 
 A&W
 
+((optional)
 1) javascript:
    toggle_visibility('agreementBtn');
-2) goto https://n61.network-auth.com/splash/grant?continue_url=http%3A%2F%2Fwww.aw.ca
- 
+)
+     
+2) goto
+     https://n61.network-auth.com/splash/grant?continue_url=http%3A%2F%2Fwww.aw.ca
+     https://n231.network-auth.com/splash/grant?continue_url=http%3A%2F%2Fwww.aw.ca
+maybe nNNN is needed?
+     
 Regina RQHR 
 
 submitAction();

+ 1 - 1
scan-network.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
-for x in `seq 256` ; do ping -c 1 192.168.250.$x | grep -i 'ttl' |  grep -iv 'Unreachable'; done
+for x in `seq 256` ; do ping -c 1 100.115.92.$x | grep -i 'ttl' |  grep -iv 'Unreachable'; done