<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Burp on slightlymore</title><link>https://slightlymore.co.uk/tags/burp/</link><description>Recent content in Burp on slightlymore</description><generator>Hugo</generator><language>en-GB</language><copyright>&lt;a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license"&gt;CC BY 4.0&lt;/a&gt; by Clinton Montague</copyright><lastBuildDate>Sat, 06 Dec 2025 15:37:58 +0000</lastBuildDate><atom:link href="https://slightlymore.co.uk/tags/burp/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxying cli traffic to burp suite using proxychains</title><link>https://slightlymore.co.uk/proxying-cli-traffic-to-burp-suite-using-proxychains/</link><pubDate>Sat, 06 Dec 2025 00:00:00 +0000</pubDate><guid>https://slightlymore.co.uk/proxying-cli-traffic-to-burp-suite-using-proxychains/</guid><description>&lt;p&gt;&lt;a href="https://github.com/haad/proxychains" target="_blank" rel="noopener"&gt;proxychains ↗️&lt;/a&gt;
 is a tool which forwards TCP traffic via a proxy. You run other applications via it. For example&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;proxychains curl www.example.com
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The relevant part of config for HTTP traffic is in &lt;code&gt;/etc/proxychains.conf&lt;/code&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell-session" data-lang="shell-session"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="gp"&gt;#&lt;/span&gt;socks4 127.0.0.1 &lt;span class="m"&gt;9050&lt;/span&gt; &lt;span class="c1"&gt;# comment this line out. TODO: Why?&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="gp"&gt;#&lt;/span&gt; Add the following line
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;http 127.0.0.1 8080
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This config forwards the traffic to a proxy on 8080 which is the default for burp. Change the setup as needed for other tools.&lt;/p&gt;</description></item></channel></rss>