burpsuite (not official) – Telegram
burpsuite (not official)
30.6K subscribers
29 photos
3 videos
84 files
283 links
new BurpSuite PRO files, plugins, articles.
latest cracked BS:
https://news.1rj.ru/str/burpsuite

Official chat: https://news.1rj.ru/str/burp_chat
Download Telegram
burpsuite_pro_2.1.05.zip
285.6 MB
pass: 311138

inside README.md, plz read it before run BS. Use Java 8.

Happy Hacking!
burpsuite_pro_2.1.07.zip
290 MB
pass: 311138

inside README.md, plz read it before run BS. Use Java 8.

Happy Hacking!
👎1
#Tips
In #Burp Suite you can mark which parameter (or path, noscript) you need to scan.
To do it, open Intruder tool, mark the most interesting parts of the HTTP request, and then send it to scan.

https://news.1rj.ru/str/webpwn/255
bs-pro_2020.4.zip
336.5 MB
pass: 311138

README.txt inside, plz read it before run BS.

Happy Hacking!
Burp Suite extension to discover apikeys/accesstokens and sensitive data from HTTP response.

https://github.com/m4ll0k/BurpSuite-Secret_Finder
Small #tip to import subdomains OR urls to BurpSuite with bash:

xargs-burp-subdoms(){
FILE_SUBDOMS="$1"
xargs -n1 -P 10 -i bash -c 'curl http://{} > /dev/null -x 127.0.0.1:8080 -skL --no-keepalive --connect-timeout 2' < $FILE_SUBDOMS
xargs -n1 -P 10 -i bash -c 'curl https://{} > /dev/null -x 127.0.0.1:8080 -skL --no-keepalive --connect-timeout 2' < $FILE_SUBDOMS
}

xargs-burp-urls(){
xargs -n1 -P 10 -i bash -c 'curl {} > /dev/null -x 127.0.0.1:8080 -skL --no-keepalive --connect-timeout 2' < $1
}

use:
$ xargs-burp-subdoms /tmp/subdomainslist
No more noise in your logs!

BurpSuite SSL Pass Trough Config. Filter out the noise unwanted request capture on burpsuite

FoxyProxy Firefox
https://gist.github.com/0xatul/71737250fc77b73ec8a681ccd003c949

FoxyProxy Chrome
https://gist.github.com/FlameOfIgnis/92b01a9969368000d042e6a296441355


And we have a simple way:

Burp Suite > Proxy > Options > TLS Pass Through.

Add these:

.*\.google\.com 
.*\.gstatic\.com
.*\.mozilla\.com
.*\.googleapis\.com
.*\.pki\.goog

thx: https://gist.github.com/vsec7/d5518a432b70714bedad79e4963ff320