12.5K subscribers
550 photos
27 videos
24 files
889 links
This channel discusses:

— Offensive Security
— RedTeam
— Malware Research
— OSINT
— etc

Disclaimer:
t.iss.one/APT_Notes/6

Chat Link:
t.iss.one/APT_Notes_PublicChat
Download Telegram
1/n
Unzipping setting is disabled by default in Burp Proxy, enable it like this.
2/n Before & After.
#BurpHacksForBounties - Day 5/30

Check intruder, repeater, sequencer, etc response in one shot instead of every time sending the response to browser.

A short but important trick
🚨🚨 #BurpHacksForBounties - Day 6/30

Burp Suite and firefox 🔥🦊 match made in heaven.

Read the shortcomings of in-built browser and how to make firefox silent.
Down here 👇🍺

#infosec #appsec #burp #security #bugbounty #bugbountytips
0/n
First of all, why?
Why use Firefox if Burp Suite has Chromium browser built-in?

This is because :
- Burp inbuilt chromium does not persist settings on each different run.
- Plugin reinstallation each time
- Can't disable local CORS checks
- It's not flexible etc.
1/n
I personally use firefox, and if you have used it as I do, you must have seen a lot of detectportal.firefox.com requests.
They are noisy, you can right-click on that and mark "Do not intercept", but that is not a persistent way either.
in CE you don't have sessions. :(
2/n
The best approach is to disable this on Firefox, once and for all.
Trust me this is easy and this wil be your great investment.

Go to about:config and disable this completely.
Got a S3 bucket but don't know who is the owner?

Use the below command to check the bucket owner

aws s3api get-bucket-acl --bucket bucket-name

#bugbountytip #bugbountytips #infosec #AWS
#BurpHacksForBounties - Day 7/30

Macro: A recorded session in Burp Suite

Part 1: What, How & Why?
Part 2: How to use to automate testing?

#infosec #ppsec #bugbounty #bugbountytips #security #burp
1/n
Macros in Burp suite are set of recorded requests.

You create that recorded requests by passing request/(s) through proxy first and then selecting set of requests to add to a Macro.

To create a Macro: Project Options -> Sessions -> Macro
2/n
Click Add and proxy tab will open.

Send the requests you want to record.
Click OK.
Macro will be recorded give it a fancy name.