wok-current annotate proxychains-ng/description.txt @ rev 25279
updated rfkill (0.5 -> 1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 15:03:30 2022 +0100 (2022-07-18) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25154 | 1 ProxyChains is a UNIX program, that hooks network-related libc functions |
Hans-G?nter@25154 | 2 in DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD) |
Hans-G?nter@25154 | 3 and redirects the connections through SOCKS4a/5 or HTTP proxies. |
Hans-G?nter@25154 | 4 It supports TCP only (no UDP/ICMP etc). |
Hans-G?nter@25154 | 5 |
Hans-G?nter@25154 | 6 The way it works is basically a HACK; so it is possible that it doesn't |
Hans-G?nter@25154 | 7 work with your program, especially when it's a script, or starts |
Hans-G?nter@25154 | 8 numerous processes like background daemons or uses dlopen() to load |
Hans-G?nter@25154 | 9 "modules" (bug in glibc dynlinker). |
Hans-G?nter@25154 | 10 It should work with simple compiled (C/C++) dynamically linked programs |
Hans-G?nter@25154 | 11 though. |