Skip to content

Instantly share code, notes, and snippets.

View cmlh's full-sized avatar

Christian Heinrich cmlh

View GitHub Profile
@achillean
achillean / ssh-fingerprints.csv
Created February 17, 2015 20:11
Top 1,000 Duplicate SSH Fingerprints on the Internet
dc:14:de:8e:d7:c1:15:43:23:82:25:81:d2:59:e8:c0 245272
32:f9:38:a2:39:d0:c5:f5:ba:bd:b7:75:2b:00:f6:ab 197846
d0:db:8a:cb:74:c8:37:e4:9e:71:fc:7a:eb:d6:40:81 152046
34:47:0f:e9:1a:c2:eb:56:eb:cc:58:59:3a:02:80:b6 140777
df:17:d6:57:7a:37:00:7a:87:5e:4e:ed:2f:a3:d5:dd 91904
81:96:a6:8c:3a:75:f3:be:84:5e:cc:99:a7:ab:3e:d9 80499
7c:a8:25:21:13:a2:eb:00:a6:c1:76:ca:6b:48:6e:bf 78172
1c:1e:29:43:d2:0c:c1:75:40:05:30:03:d4:02:d7:9b 71851
8b:75:88:08:41:78:11:5b:49:68:11:42:64:12:6d:49 70786
c2:77:c8:c5:72:17:e2:5b:4f:a2:4e:e3:04:0c:35:c9 68654
@FredericJacobs
FredericJacobs / TrustedSCAPICerts
Created December 17, 2014 09:30
Snapchat Certs (and the Square ones for Snapchat payments)
(
<3082042a 30820312 a0030201 02020438 63def830 0d06092a 864886f7 0d010105 05003081 b4311430 12060355 040a130b 456e7472 7573742e 6e657431 40303e06 0355040b 14377777 772e656e 74727573 742e6e65 742f4350 535f3230 34382069 6e636f72 702e2062 79207265 662e2028 6c696d69 7473206c 6961622e 29312530 23060355 040b131c 28632920 31393939 20456e74 72757374 2e6e6574 204c696d 69746564 31333031 06035504 03132a45 6e747275 73742e6e 65742043 65727469 66696361 74696f6e 20417574 686f7269 74792028 32303438 29301e17 0d393931 32323431 37353035 315a170d 32393037 32343134 31353132 5a3081b4 31143012 06035504 0a130b45 6e747275 73742e6e 65743140 303e0603 55040b14 37777777 2e656e74 72757374 2e6e6574 2f435053 5f323034 3820696e 636f7270 2e206279 20726566 2e20286c 696d6974 73206c69 61622e29 31253023 06035504 0b131c28 63292031 39393920 456e7472 7573742e 6e657420 4c696d69 74656431 33303106 03550403 132a456e 74727573 742e6e65 74204365 72746966 69636174 696f6e20 41757468 6f726974 79202832 30343829 30820122 300d0609 2a864886 f70d0101 01050003 820
@achillean
achillean / shodan-stream.py
Created June 12, 2014 23:43
Basic code template for accessing the Shodan Streaming API using Python
#!/usr/bin/env python
#
# shodan-stream.py
# Read a firehose/ stream of 1% of the data that Shodan collects in real-time.
#
# WARNING: This script only works with people that have a subscription API plan!
# And by default the Streaming API only returns 1% of the data that Shodan gathers.
# If you wish to have more access please contact us at support@shodan.io for pricing
# information.
#
#!/usr/bin/ruby
require 'socket'
read = 0x0804832C
write = 0x0804830C
ptr_write = 0x08049614
pppr = 0x80484e4
writable_data_section = 0x08049620
@uiur
uiur / gifboom_api.md
Last active December 15, 2015 06:49
GifBoomのJSON API

GifBoomのJSON API

GifBoomのWeb APIを調べたのでメモ。公開されてるものではないので使用は自己責任で。とりあえず便利そうなやつだけ。

レスポンスはすべてJSON形式で返ってくる。だいたいのAPIは認証なしで使える模様。

あるユーザーの投稿したGIF一覧を取得したい場合、まず/v1/users/searchでusernameからuser_idをとってきて、そのuser_idを使って/v1/feed/user_timelineにリクエストを投げればいい。

GET /v1/users/search

ユーザーを検索する。usernameからuser_idをとってくるのに使える。