Proxychains: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „*https://linuxhint.com/proxychains-tutorial/“)
 
Zeile 1: Zeile 1:
 +
=Use of proxychains=
 +
*proxychains nmap  -sS www.xinux.de  -p 80
 +
=Default use=
 +
*grep "^[^#]" /etc/proxychains.conf
 +
strict_chain
 +
proxy_dns
 +
tcp_read_time_out 15000
 +
tcp_connect_time_out 8000
 +
[ProxyList]
 +
socks4 127.0.0.1 9050Links=
 
*https://linuxhint.com/proxychains-tutorial/
 
*https://linuxhint.com/proxychains-tutorial/

Version vom 11. November 2018, 13:21 Uhr

Use of proxychains

  • proxychains nmap -sS www.xinux.de -p 80

Default use

  • grep "^[^#]" /etc/proxychains.conf
strict_chain
proxy_dns
tcp_read_time_out 15000
tcp_connect_time_out 8000

[ProxyList] socks4 127.0.0.1 9050Links=