Using mitmproxy instead of burpsuite? (exploring a blind sqli portswigger lab)

1 · Youssef Hesham · Aug. 24, 2022, 1 a.m.
PortSwigger made a powerful tool burpsuite for performing security testing of web applications. in its community edition it includes tools like repeater, decoder/encoder, burp intruder which helps in modifying http requests and study its behaviour. mitmproxy is a free opensource interactive https proxy. its features includes intercepting HTTP & HTTPS requests, save http conversations for later replay analysis, make scripted changes for http traffic using python for whatever reason, i will try us...