In my code developer positions I would normally use The Fiddler for interception/inspection/modification/replay, but I noticed some pentest jobs mentioning BurpSuite, so I thought I'd check it out.
The pre-installed version was quite a bit behind the latest.
The pre-installed version was quite a bit behind the latest.
- apt-cache search burp (OK, it's just called 'burpsuite')
- apt-get install burpsuite (upgrade if not recent)
- burpsuite &
- Proxy => Intercept => turn off for now
- (Firefox) Pereferences => Advanced => Network => Settings
- HTTP: 127.0.0.1 8080
- HTTPS: 127.0.0.1 8080
- Go to http://burp
- Click 'CA Certificate' to download
- (Firefox) Preferences => Advanced => Certificates => View Certificates => Import
- Select the certificate downloaded in (8)
- Check "Trust this certificate to authenticate servers"
- Browse an HTTP and HTPPS website
- Check Burp logs to confirm proxying
No comments:
Post a Comment