Skip to content

Instantly share code, notes, and snippets.

@anonoz
Last active November 6, 2018 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonoz/c838c7165624c1f617a2c6c270ec0c36 to your computer and use it in GitHub Desktop.
Save anonoz/c838c7165624c1f617a2c6c270ec0c36 to your computer and use it in GitHub Desktop.

trying to mess with scoot wifi

02:02AM SGT - I am currently on TR 734 SIN-TXL.

$ dig anonoz.com

; <<>> DiG 9.11.4-RedHat-9.11.4-1.fc28 <<>> anonoz.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25297
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;anonoz.com.			IN	A

;; ANSWER SECTION:
anonoz.com.		76	IN	A	104.18.59.163
anonoz.com.		76	IN	A	104.18.58.163

;; AUTHORITY SECTION:
anonoz.com.		3376	IN	NS	pam.ns.cloudflare.com.
anonoz.com.		3376	IN	NS	bruce.ns.cloudflare.com.

;; ADDITIONAL SECTION:
pam.ns.cloudflare.com.	144	IN	A	173.245.58.138
bruce.ns.cloudflare.com. 1886	IN	A	173.245.59.77
bruce.ns.cloudflare.com. 3135	IN	AAAA	2400:cb00:2049:1::adf5:3b4d

;; Query time: 3 msec
;; SERVER: 172.19.248.1#53(172.19.248.1)
;; WHEN: Wed Aug 15 02:02:28 +08 2018
;; MSG SIZE  rcvd: 183

dig works on domains other than scootwifi.com

$ curl -i http://ifconfig.co

HTTP/1.1 302 Found
Server: squid/3.4.6
Mime-Version: 1.0
Date: Tue, 14 Aug 2018 18:03:43 GMT
Content-Type: text/html
Content-Length: 0
Location: http://www.scootwifi.com
X-Squid-Error: 403 Access Denied
X-Cache: MISS from bc01
Via: 1.1 bc01 (squid/3.4.6)
Connection: close

They use Squid proxy?

$ ssh -v -T git@github.com

OpenSSH_7.7p1, OpenSSL 1.1.0h-fips  27 Mar 2018
debug1: Reading configuration data /home/anonoz/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: /etc/ssh/ssh_config.d/05-redhat.conf line 8: Applying options for *
debug1: Connecting to github.com [192.30.253.113] port 22.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment