Add some README fixes, mention new -f parameter and other changes.

This commit is contained in:
Adam Hamsik 2011-02-25 17:48:33 +02:00
parent e928b25735
commit 7183b7ef1a

19
README
View File

@ -1,5 +1,5 @@
ProxyChains ver 3.1 README ProxyChains ver 3.1 README
====================== ==========================
This is Unix version only. This is Unix version only.
@ -40,9 +40,11 @@ Some cool features:
Configuration: Configuration:
proxychains looks for config file in following order: proxychains looks for config file in following order:
1) ./proxychains.conf 1) file listed in environment variable ${PROXYCHAINS_CONF_FILE} or
2) $(HOME)/.proxychains/proxychains.conf provided as a -f argument to proxychains script or binary.
3) /etc/proxychains.conf ** 2) ./proxychains.conf
3) $(HOME)/.proxychains/proxychains.conf
4) /etc/proxychains.conf **
**see more in /etc/proxychains.conf **see more in /etc/proxychains.conf
@ -53,6 +55,13 @@ Usage Example:
in this example it will run telnet through proxy(or chained proxies) in this example it will run telnet through proxy(or chained proxies)
specified by proxychains.conf specified by proxychains.conf
Usage Example:
bash$ proxychains -f /etc/proxychains-other.conf targethost2.com
in this example it will use different configuration file then proxychains.conf
to connect to targethost2.com host.
Usage Example: Usage Example:
bash$ proxyresolv targethost.com bash$ proxyresolv targethost.com
@ -60,5 +69,3 @@ Usage Example:
in this example it will resolve targethost.com through proxy(or chained proxies) in this example it will resolve targethost.com through proxy(or chained proxies)
specified by proxychains.conf specified by proxychains.conf
NOTE:
to run suid/sgid programs(like ssh) through proxychains you have to be root