mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-21 19:58:47 +00:00
Add some README fixes, mention new -f parameter and other changes.
This commit is contained in:
parent
e928b25735
commit
7183b7ef1a
19
README
19
README
@ -1,5 +1,5 @@
|
||||
ProxyChains ver 3.1 README
|
||||
======================
|
||||
==========================
|
||||
|
||||
This is Unix version only.
|
||||
|
||||
@ -40,9 +40,11 @@ Some cool features:
|
||||
|
||||
Configuration:
|
||||
proxychains looks for config file in following order:
|
||||
1) ./proxychains.conf
|
||||
2) $(HOME)/.proxychains/proxychains.conf
|
||||
3) /etc/proxychains.conf **
|
||||
1) file listed in environment variable ${PROXYCHAINS_CONF_FILE} or
|
||||
provided as a -f argument to proxychains script or binary.
|
||||
2) ./proxychains.conf
|
||||
3) $(HOME)/.proxychains/proxychains.conf
|
||||
4) /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)
|
||||
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:
|
||||
|
||||
bash$ proxyresolv targethost.com
|
||||
@ -60,5 +69,3 @@ Usage Example:
|
||||
in this example it will resolve targethost.com through proxy(or chained proxies)
|
||||
specified by proxychains.conf
|
||||
|
||||
NOTE:
|
||||
to run suid/sgid programs(like ssh) through proxychains you have to be root
|
||||
|
Loading…
Reference in New Issue
Block a user