darkdump icon indicating copy to clipboard operation
darkdump copied to clipboard

Fix #13, socks proxy and added check for tor exit node

Open A73X opened this issue 10 months ago • 1 comments

I encountered an issue with missing dependencies for the proper proxying of tor traffic with requests. I updated requirements.txt using pip freeze.

I noticed that the check for the tor exit node wasn't properly implemented. I refactored it using check.torproject.org's api.

Finally, I also had the dead onion issue. In my case, it was linked to nltk. I added some nltk.download.

This PR is not perfect, it is a quick fix but it's working. Didn't do much testing ;)

A73X avatar Dec 12 '24 16:12 A73X