Tuesday, 28 March 2023

Manage incoming and outgoing traffic requests with Burp Suite Community Edition

 1. Install 

- Url download Burp Suite Community Edition (free version)

# set exc for file instal
chmod +x burpsuite_community_linux_v2023_2_4.sh
# install burp
./
burpsuite_community_linux_v2023_2_4.sh

- change port Proxy: Proxy/ Proxy settings / Edit port

2. Using with browser

- open Burp / Temporary project / Use Burp defaults / Start Burp
- Using with browser: Target/ open browser / enter address...
-> results in: Target/ Site map

3. Using with Postman

- Open Postman/ File/ Setting/
+ tab: General / SSL certificate vertitication -> Off
+ tab: Proxy/ Checked Add a custom proxy configration: Checked HTTP, HTTPS, Proxy server: 127.0.0.1:8080 (port of Burp proxy)
+ Call Api in Postman => Result in Proxy/ HTTP history.

Thank you. 

No comments:

Post a Comment

Golang Advanced Interview Q&A