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 1 year 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

Looks good. Will test it tomorrow. Thanks for adding this PR, I originally had the nltk shit but i forgot why i took it out (was probably drinking). Thanks for actually being useful unlike some of the knobs who just open up random issues on my projects and don't actually read the README or the source files. Cheers.

josh0xA avatar Dec 16 '24 05:12 josh0xA

Hi, are there any updates on this PR? I’ve tested it and can confirm it works as expected. It would be great to have this merged. Thanks a lot!

CrazyTim71 avatar Jul 03 '25 11:07 CrazyTim71