Skip to content

Instantly share code, notes, and snippets.

The houses of parliament netblock is publicly listed:

https://apps.db.ripe.net/search/lookup.html?source=ripe&key=194.60.0.0%20-%20194.60.63.255&type=inetnum

Despite their unwillingness to reveal the UK parliament web proxies in an FOI request, wikipedia allows you to query for /24 blocks. 63 wikipedia queries later, and here's the list of every IP address that has made a wikipedia edit from the UK parliament netblock.

  • 194.60.62.36 [7 found](h ttps://en.wikipedia.org/wiki/Special:Contributions/194.60.62.36)
  • 194.60.62.35 10 found
  • 194.60.62.34 15 found
  • 194.60.62.33 34 found
@opless
opless / gitignore
Created February 9, 2014 00:37
Unity 3d .gitignore
*.userprefs
.DS_Store
obj/
Project/Library/
Project/Temp/
### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
@opless
opless / gist:5460312
Created April 25, 2013 14:52
How to dump a SSL cert and determine if it's valid. Useful if someone is doing a MITM attack on you.
#!/bin/sh
echo "HEAD / HTTP/1.0\n Host: $1:443\n\n EOT\n" | openssl s_client -prexit -connect $1:443