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
3/n
Use Macro with sessions.

For all in-scope URLs now, this macro under sessions will run prior to each request.
n/n
Use cases
- Sites having custom login.
- Useful in writing extender plugins.
- IDOR testing.

Tomorrow we will see how we can automate testing with Macro and burp.
#BurpHacksForBounties - Day 8/30

Burp Suite Automation through Macros and Using macros in creating sessions for APIs and protected resources.

#infosec #appsec #burp #security #bugbountytips #bugbounty
Create Macros for burp as discussed in previous tweet.
#BurpHacksForBounties - Day 7

Once created, add it as session and set the scope. For demo, I am adding all URLs as Scope.

Now all the requests mentioned in Tools scope will be Macro processed.

Use Tracer to debug macro
🚨🚨🤓 #BurpHacksForBounties - Day 9/30

Following parameter in Burp Suite repeater's response.

A time-saver tip that I read from @sw33tLie reply in the thread by @codingo_

👇🔽⬇️
#security #appsec #burp #bugbountytips #bugbountytip
When you are playing with a parameter in the repeater tab and its value gets reflected in the response, you can enable this toggle when you have to scroll to see what has changed...a true time-saver!

How to? See the image below.
Proxying Edge for Burp Suite without interfering with your system proxy settings.

#bugbountytips
❤‍🔥1
Zero-day / CVE-2021-35211

SolarWinds 2.0: Serv-U Remote Memory Escape Vulnerability. The said vulnerability was reported to SolarWinds by Microsoft security team and is under active exploitation.

This security vulnerability only affects Serv-U Managed File Transfer and Serv-U Secure FTP and does not affect any other SolarWinds or N-able (formerly SolarWinds MSP) products.

https://www.solarwinds.com/trust-center/security-advisories/cve-2021-35211
#BurpHacksForBounties - Day 10/30

Do you face issues with Cached responses too with Burp Suite?
Then this is what you should do. Just disable it 😂😂

#infosec #security #appsec #bugbountytips #bugbounty
Enable the following rules in Proxy -> Options -> Match and Replace.
- If-Modified-Since
- If-None-Match

These are inbuilt rules in Burp Suite
Sometimes I see 304 in response in Burp and I have to dig in the Burp history to check the first occurrence of the response and analyze. With those headers removed, you may not find such responses.