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
CrimeFlare Bypass Hostname

This tool serves to search for the original IP behind websites that have been protected by CloudFlare, the information generated can be useful for further penetration. The information generated by this tool is as follows.

https://github.com/zidansec/CrimeFlare


#cloudflare #bypass #Tools
2FA Bypass Techniques

#bugbountytip
#bugbounty
#infosec
File Upload Mindmap

#Bugbounty #BugBountyTips
PrintNightmare (CVE-2021-1675): Remote code execution in Windows Spooler Service

https://github.com/hhlxf/PrintNightmare

#pentest
🚨🚨
I am starting the #BurpHacksForBounties series for 30 days, each day will share a Burp hack, which makes my working with Burp Suite easier.

Starting Monday. Stay tuned.

They will not be the ones you find on the internet 😉😉

#infosec #appsec #bugbounties #bugbountytips
#BurpHacksForBounties - Day 1/30

Turbo intruder: Power of Python with Burp Suite Intruder.

I use it to tailor my pen-testing for a specific target and targetted #bugbounty

#infosec #appsec #bugbountytips #bugbountytip #security
How to - 🧵🙃👇
1/n
Using: CE so that everyone can explore.
Intruder in CE is limited in multithreading, Turbo-Intruder can overcome that.
- Install through Extender
- Send req to the plugin.
2/n
Once you send req to the plugin, a python editor will open. This will show a couple of existing python scripts to take reference from and to use.
3/n
Details in comments.
Code: https://gist.github.com/r0hi7/47e3d47efaa1ee3df63a6e936dade787

Increase concurrency or can add pipeline.
Then click attack.
n/n
You can do almost anything with Python inside Burp.
Eg.
- Handle custom login
- Tailored testing
- Filter out requests on "interesting" responses
- Scale your testing
- Add rate limiting, pipeline, etc

This approach can overcome intruder multithreading deficiencies in CE.