proxychains-windows
proxychains-windows copied to clipboard
Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
配置文件
配置文件为啥不默认放在可执行文件同目录,然后默认加载,不然麻烦的,还要弄个环境变量。修改的时候还要再找配置文件。
`C:/proxychains_0.6.8_win32_x64/proxychains_win32_x64.exe -q -f C:/proxychains_0.6.8_win32_x64/proxychains.conf wget -c --progress=bar:force:noscroll --secure-protocol=TLSv1_2 -e robots=off --user-agent="Mozilla/5.0" --no-cookies --retry-connrefused --waitretry=10 --tries=100 'https://example.com' -O /dev/null --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue --arbitraryflag=arbitraryvalue...
I have a client that only supports TLS 1.2 and old cipher suites. I need to get a client to open modern websites. Is it possible for proxychains to connect...
Hi Why you only support SOCKS5 proxy? Is it not possible to use a HTTP/HTTPS proxy?
How print send & recv & connect packets when inject into an exe. Please upload some Demo,ty Best Regards for u!
As the title says, it would be really nice to have this for python selenium
`C:/proxychains_0.6.8_win32_x64/proxychains_win32_x64.exe -q -f C:/proxychains_0.6.8_win32_x64/proxychains.conf aria2c -c -R --file-allocation=none --summary-interval=0 --follow-torrent=false --bt-save-metadata=true --bt-force-encryption=true -V 'magnet:?xt=urn:btih:9DCCED4E3FC49753888F59D559CAD9EA9DD99EA5&tr=udp%3A%2F%2Ftracker.bitsearch.to%3A1337%2Fannounce&tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.breizh.pm%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2920%2Fannounce&dn=%5Bbitsearch.to%5D+kubuntu-22.10-desktop-amd64.iso'` Segfaults Immediately. The same for torrent files as well. Also if the magnet URL is really...
在cmd输入proxychains.exe curl whatismyip.akamai.com 后出现下面错误 [E] 2020/11/17 15:30:18 Line 40 too long that it exceeds the buffer size [E] 2020/11/17 15:30:18 Error reading hosts file: 传递给系统调用的数据区域太小。(122) Error: 传递给系统调用的数据区域太小。(122) 不知道怎么解决
Hello! I hope you're doing great! Here's what I did: ``` mv proxychains.conf /etc/ mv proxychains_cygwin_x64.exe /usr/bin/proxychains.exe mv proxychains_helper_cygwin_x64.exe /usr/bin/ mv cygproxychains_hook_x64.dll /usr/bin/ chmod 755 /usr/bin/proxychains.exe chmod 755 /usr/bin/cygproxychains_hook_x64.dll chmod...