This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original code is from https://gist.github.com/aaronshaf/1346968 | |
The instructions were to open a dev console and paste in the script. | |
A nicer way is to make it a bookmarklet. | |
1. Create a new bookmark in our browser. You should be able to edit the name and URL | |
2. Give it a decent name (e.g. "amz cloud plaintext") | |
3. Paste the following as the URL (make it all one line): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Useful for students in need of block quotes for their paper, etc. | |
// Execute the line in your JavaScript console | |
new_window=window.open();new_window.document.body.innerHTML = $('iframe').contents().find('iframe').contents().find('body').get(1).innerHTML; | |
javascript:new_window=window.open();new_window.document.body.innerHTML = $('iframe').contents().find('iframe').contents().find('body').get(1).innerHTML; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
""" | |
Export your Windows Bluetooth LE keys into Linux! | |
Thanks to: http://console.systems/2014/09/how-to-pair-low-energy-le-bluetooth.html | |
Usage: | |
$ ./export-ble-infos.py <args> | |
$ sudo bash -c 'cp -r ./bluetooth /var/lib && service bluetooth force-reload' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for x in {a..z}; do openssl s_client -connect ${x}.ssl.fastly.net:443 < <( echo "Q\r" ) 2>/dev/null | openssl x509 -noout -text 2>/dev/null | grep 'DNS:' | tr ',' '\n' | sed 's/.*DNS://g' ; done | sort | uniq | |
*.01click.net | |
*.12wbt.com | |
*.1stdibs.com | |
*.1stdibs.us.com | |
*.1stdibscdn.com | |
*.2brightlights.info | |
*.4ormat.com | |
*.4sqi.net |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.33.216.0/24|202.249.2.169|2497 701 15169 7545|7545||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.17.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.4.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.23.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.31.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.24.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.9.0/24|202.249.2.169|2497 701 15169 17625|17625||| | |
U|A|1503631399|routeviews|route-views.wide|2497|202.249.2.169|27.109.29.0/24|202.249.2.169|2497 701 15169 17625|17625||| |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27.33.216.0/24 15169 7545 7545 | |
27.109.17.0/24 15169 17625 17625 | |
27.109.4.0/24 15169 17625 17625 | |
27.109.23.0/24 15169 17625 17625 | |
27.109.31.0/24 15169 17625 17625 | |
27.109.24.0/24 15169 17625 17625 | |
27.109.9.0/24 15169 17625 17625 | |
27.109.29.0/24 15169 17625 17625 | |
27.109.8.0/24 15169 17625 17625 |