Skip to content

Instantly share code, notes, and snippets.

View dawnaliens's full-sized avatar

Richard Liu dawnaliens

  • Shenzhen / Auckland
  • 19:00 (UTC +13:00)
View GitHub Profile
# https://twitter.com/brsn76945860/status/1171233054951501824
pip install mmh3
-----------------------------
# python 2
import mmh3
import requests
response = requests.get('https://cybersecurity.wtf/favicon.ico')
favicon = response.content.encode('base64')