Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use it with https proxies in win32? #6

Closed
xq3584123 opened this issue Feb 21, 2018 · 3 comments
Closed

how to use it with https proxies in win32? #6

xq3584123 opened this issue Feb 21, 2018 · 3 comments

Comments

@xq3584123
Copy link

Thanks very much for providing this great program
i download Atr3_win32 but i just don't know how to use it with https/sock4 or 5 proxies in Windows.
i know if single ip requests frequently, ip will get blocked.
Can you leave a email so that i can get in touch you!

@SUP3RIA
Copy link
Owner

SUP3RIA commented Feb 21, 2018

Just run Linux in a VM und use proxychains or fork it and implement it your self. Gevent is also faster on Linux.

@ghost
Copy link

ghost commented May 24, 2018

There is no feature added to select proxies in the tool itself; mainly because this would run slow.
I recommend, as above running a Linux server (CentOS/Debian) -> install proxychains and run the python script on that server; you can check your proxy chain with:
$ proxychains4 curl ipinfo.io/ip
If configured correctly you can chain as much proxies as you want to use for ATR3.

You are on Windows, probably for a reason. I do not recommend searching for tools to proxychain Windows.
You could install VMWare and download a popular ISO like Kali;
https://www.youtube.com/watch?v=kt_C9RW_ttA has a great tutorial!

Regards

@ghost
Copy link

ghost commented Jun 9, 2019

@SUP3RIA Close?

@SUP3RIA SUP3RIA closed this as completed Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants