{"id":5,"date":"2022-03-23T19:05:54","date_gmt":"2022-03-23T18:05:54","guid":{"rendered":"http:\/\/blubb.fish\/?p=5"},"modified":"2022-03-23T19:05:54","modified_gmt":"2022-03-23T18:05:54","slug":"how-to-set-up-proxychains-with-tor","status":"publish","type":"post","link":"https:\/\/blubb.fish\/index.php\/2022\/03\/23\/how-to-set-up-proxychains-with-tor\/","title":{"rendered":"How to set up Proxychains with tor"},"content":{"rendered":"\n<p class=\"has-large-font-size wp-block-paragraph\">Needed Software:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>proxychains<\/li><li>tor<\/li><\/ul>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Install Software<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Arch:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>pacman -S tor proxychains<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Debian \/ Ubuntu:<br><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install tor proxychains<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Configure:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check tor status<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl status tor<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">should show something like the below. if active is shown everything is good and tor is running<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"238\" src=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torstatus.png\" alt=\"\" class=\"wp-image-7\" srcset=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torstatus.png 774w, https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torstatus-300x92.png 300w, https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torstatus-768x236.png 768w\" sizes=\"auto, (max-width: 774px) 100vw, 774px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">configure proxychains:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#vim \/etc\/proxychains.conf<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Remove the  # from<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>dynamic_chain<\/li><li>strict_chain<\/li><li>random_chain<\/li><li>proxy_dns<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">add \/ edit at the end of file<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>socks4 &gt;127.0.0.1 9050<\/li><li>socks5 &gt;127.0.0.1 9050 <\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"649\" height=\"184\" src=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/proxychainsconf.png\" alt=\"\" class=\"wp-image-8\" srcset=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/proxychainsconf.png 649w, https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/proxychainsconf-300x85.png 300w\" sizes=\"auto, (max-width: 649px) 100vw, 649px\" \/><\/figure>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Testing:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Close all instances of Firefox<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start Firefox with the following command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># proxychains firefox https:\/\/www.whatismyip.com<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This will start Firefox connectiong to whatismyip.com and you can check that your exit is in some other country. \ud83d\ude09 Netherlands is definitly not my country \ud83d\ude09<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"321\" height=\"179\" src=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torip.png\" alt=\"\" class=\"wp-image-9\" srcset=\"https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torip.png 321w, https:\/\/blubb.fish\/wp-content\/uploads\/2022\/03\/torip-300x167.png 300w\" sizes=\"auto, (max-width: 321px) 100vw, 321px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Needed Software: proxychains tor Install Software Arch: Debian \/ Ubuntu: Configure: Check tor status should show something like the below. if active is shown everything is good and tor is running configure proxychains: Remove the # from dynamic_chain strict_chain random_chain proxy_dns add \/ edit at the end of file socks4 &gt;127.0.0.1 9050 socks5 &gt;127.0.0.1 9050 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,3],"tags":[],"class_list":["post-5","post","type-post","status-publish","format-standard","hentry","category-anonymity","category-linux"],"_links":{"self":[{"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/posts\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":3,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/posts\/5\/revisions"}],"predecessor-version":[{"id":39,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/posts\/5\/revisions\/39"}],"wp:attachment":[{"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/media?parent=5"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/categories?post=5"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blubb.fish\/index.php\/wp-json\/wp\/v2\/tags?post=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}