How to Use Tor+Proxy with Python for Bruteforce

Jan 4, 2020 08:35 PM

hi!

i want to write a python brute force script for instagram

but i want to hide my ip through tor unfortunately instagram is blocking tor ip's from logging in

so i am trying to connect to a randomly chosen proxy server after tor

this is the connection i am trying to do:

me==>tor==>proxy==>instagram

so instagram wont see the tor ip

in the python script:

session = requests.session()

session.proxies'http' = 'socks5h://localhost:9050'

session.proxies'https' = 'socks5h://localhost:9050'

i open a session with the proxy of tor

how can i connect tor to a proxy after this?

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!