-
```
.\socksproxy.exe
2021/06/30 11:58:00 [ERR] socks: Failed to handle request: Connect to 10.0.0.4:80 failed: dial tcp 10.0.0.4:80: connectex: No connection could be made because the target machine…
-
┌──(root㉿kali)-[/home/kali/Desktop/nemo]
└─# proxychains4 docker-compose up -d
[proxychains] config file found: /etc/proxychains4.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxycha…
ksnks updated
11 months ago
-
Can you write a tutorial on how to compile proxychains on openwrt? please
-
When I use sudo proxychains `nmap -sT -p443,80 -Pn 192.168.37.238 `
I get
```
sudo proxychains nmap -sT -p443,80 -Pn 192.168.37.238
[proxychains] config file found: /etc/proxychains.conf
[pro…
-
**Is your feature request related to a problem? Please describe.**
ss_privoxy.exe will be loaded automatically as soon as Shadowsocks runs, but in fact it's only needed if system proxy is used. How…
-
### 🐛 Describe the bug
```python
# either
torch.hub.load('pytorch/vision', 'resnet50', pretrained=True)
# or
from torchvision.models.resnet import resnet50
resnet50(pretrained=True)
```
B…
-
Attempting to use Kerberos with a ccache and `-k -no-pass` appears to not be working. After reading #141 I updated my BloodHound.py to 1.7.2 and reattempted using an obtained ticket but got the same e…
-
对于技术人员shadowsocks应该不陌生,shadowsocks实质上也是一种socks5代理服务,类似于ssh代理。
与vpn的全局代理不同,shadowsocks仅针对浏览器代理,不能代理应用软件,比如curl、wget等一些命令行软件。如果要让终端下的命令行工具都能支持代理,这时我们就要用上proxychains-ng这款神器了。
### [](https://www.hi-…
-
**Describe the issue**
Due to local network restrictions, I must use proxychains to install python (and python modules) into graalvm.
- For python itself => no problem (via `proxychains gu install p…
-
thank you author ,it is a great software in LINUX proxy.
it can proxy for socks5 with TCP, but it does't proxy sock5 witch UDP data.
Using jnettop i could see, the UDP data doesn't go through ssh w…