๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿ”’์ •๋ณด๋ณด์•ˆ/๋„คํŠธ์›Œํฌ ๋ณด์•ˆ

๋„คํŠธ์›Œํฌ ํ•ดํ‚น - Tor ProxyChains ๋กœ์ปฌ ํ”„๋ก์‹œ ์„ค์ •

by Janger 2021. 12. 15.
728x90
๋ฐ˜์‘ํ˜•

https://medium.com/cyberxerx/how-to-setup-proxychains-in-kali-linux-by-terminal-618e2039b663

 

How to Setup PROXYCHAINS in Kali-Linux by Terminal

proxychains is open source software for Linux systems and comes pre-installed with Kali Linux, the tool redirects TCP connections through…

medium.com

 

[์„ค์น˜ ๋ฐ ์„ค์ •]

# tor ์„ค์น˜
sudo apt install tor


# proxychains ์„ค์ • ํŒŒ์ผ ์ˆ˜์ •ํ•˜๊ธฐ
sudo vim /etc/proxychains.conf

or 

sudo vim /etc/proxychains4.conf




1) Dynamic_chain & proxy_DNS ์ฃผ์„ ์‚ญ์ œ
2) Strict chain & Random chain ์ฃผ์„ ์ฒ˜๋ฆฌ

3) ๋งจ์•„๋ž˜์— [ProxyList] ๋ถ€๋ถ„์— "socks5	127.0.0.1 9050" ์ž‘์„ฑ

service tor restart

 

 

[์‚ฌ์šฉ ๋ฐฉ๋ฒ• ์˜ˆ์‹œ]

# ์‚ฌ์šฉ ๋ฐฉ๋ฒ•
proxychains firefox ipinfo.io/ip

 

 

 

 

 

[๋งฅ๋ถ proxychains4 ์˜ค๋ฅ˜ ํ•ด๊ฒฐ]

reboot
# Hold option Key
# press Command + R when system recovery screen presents.
# Choose language, click Terminal of Utilities from top bar
csrutil disable
reboot

 

[denied ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•]

[proxychains] Strict chain  ...  127.0.0.1:9050  ...  127.0.0.1:9050 <--denied

 

/usr/local/etc/proxychains.conf ์„ค์ • ํŒŒ์ผ์„ ์—ด์–ด์„œ socks4 ๋ถ€๋ถ„์„ ์ฃผ์„ ์ฒ˜๋ฆฌํ•˜๊ณ  socks5๋งŒ ๋‚จ๊ฒจ๋‘”๋‹ค. 

 

 

์ถœ์ฒ˜: 

https://github.com/rofl0r/proxychains-ng/issues/210

 

doesnt work on mac · Issue #210 · rofl0r/proxychains-ng

Does not work on Mac os Sierra 10.12.4 The problem is that the proxy specified in the config does not work. As if simply ignored. In the log, only the following: $ proxychains4 curl XXX.ru/123.php ...

github.com

 

728x90
๋ฐ˜์‘ํ˜•