Skip to content

Instantly share code, notes, and snippets.

@sesseor
sesseor / sherlock.ipynb
Last active March 17, 2021 10:44
sherlock.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sesseor
sesseor / socks5.py
Created April 30, 2021 20:43
Python requests over Tor (Socks5)
#install `tor`
#sudo apt install tor
#sudo service tor start
#install `requests`
#pip3 install requests
#pip3 install requests[socks]
import requests
proxies = {