Install proxychains


SUBMITTED BY: Guest

DATE: March 11, 2014, 1:06 p.m.

FORMAT: Text only

SIZE: 543 Bytes

HITS: 23278

  1. sudo tsocks apt-get install proxychains
  2. config
  3. /etc/proxychains.conf
  4. # ProxyList format
  5. # type host port [user pass]
  6. # (values separated by 'tab' or 'blank')
  7. #
  8. #
  9. # Examples:
  10. #
  11. # socks5 192.168.67.78 1080 lamer secret
  12. # http 192.168.89.3 8080 justu hidden
  13. # socks4 192.168.1.49 1080
  14. # http 192.168.39.93 8080
  15. #
  16. #
  17. # proxy types: http, socks4, socks5
  18. # ( auth types supported: "basic"-http "user/pass"-socks )
  19. #

comments powered by Disqus