Abhishek Meena Profile picture
Nov 19 8 tweets 3 min read
6 Account takeover tips🌵
#bugbounty #infosec

See🧵:👇
➡ Use intruder to send many reset links/token to your email in a short amount of time and compare the links/tokens.

If only a few digits are different you can brute force them. After you can do the same with 2 different emails
➡ HTTP Parameter Pollution
When requesting a password reset link:
email=victim@domain.com&youremail@domain.com

When resetting password:
token={token}&email=youremail@domain.com&email=victim@domain.com
➡ If you find your password reflected in response/source code don't report it yet
Check if it is vulnerable to CORS or any IDOR to steal other user's passwords
➡ Check if any CSRF token is implemented while changing profile information, if not generate CSRF PoC while changing email
➡ Link your account to facebook/google and capture the request, if there is no CSRF here you can send the link to a victim to link your google to his account, then you log in using google
➡ (Once got that)
While linking account to facebook, POST request looked like : oauth={token}&userid=myuserid&email=myemail

Change userid with victim's userid and forward.

#BugBounty #BugBountyTip #BugBountyTips
Thanks To Read This Amazing Thread 🧵On :
• Account Takeover Tips🔥

All Credit Goes to : @m0m0x01d

#bugbounty #Infosec

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Abhishek Meena

Abhishek Meena Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Aacle_

Nov 19
🌱BugBounty Tips v1 🔥🌵
#bugbounty #infosec

See🧵:👇
• If you're testing for XSS on a site with a CSP, use burp's find+replace on the CSP reporting uri to point to a burp collaborator instance so you don't have to monitor dev tools for csp exceptions.

🧵:👇
• Search for hidden (and visible) input fields and try to set the value via GET. A lot of Webapps still use $_REQUEST. You will be surprised. If you have a
reflected value -> check of html/script injection.
Read 7 tweets
Nov 18
✨Recon Everything v3
#bugbounty #infosec

Thread🧵:👇
• Focus on site functionality that has been redesigned or changed since a previous version of the target.

Sometimes, having seen/used a bounty product before, you will notice right away any new
functionality.
A bounty brief example would be reading a brief and noticing a lot of pointed references to the API or a particular page/function in the site.
Read 9 tweets
Nov 16
✨Awesome Bug Bounty Tools 🌟

#bugbounty #Infosec

Thread🧵:👇
▪ Subdomain Enumeration Tools List

—————————
I've opened My Bug Bounty tips Group =>
Join Link : t.me/bugbountyresou…
—————————

#bugbounty #infosec Image
▪ Content Discovery

#bugbounty #infosec Image
Read 10 tweets
Nov 16
Recon Everything v2

#bugbounty #infosec #bugbountytips

Thread🧵:👇
• Now, if you are slightly experienced, after a few minutes of tinkering with this workflow, you will get a feeling whether it might have something interesting going on or not. This point is difficult to explain. It will come with practice.

🧵:👇
• The weird behavior doesn’t necessarily mean you have found a bug that is worth reporting. It probably means you have a good chance so you should keep digging into it more.

🧵:👇
Read 13 tweets
Nov 16
Session Management Checklist 🔗

☑ Establish how session management is handled in the application (eg, tokens in cookies, token in URL)
☑ Check session tokens for cookie flags (httpOnly and secure)
☑ Check session cookie scope (path and domain)

Thread🧵(1/n) :👇
☑ Check session cookie duration (expires and max-age)
☑ Check session termination after a maximum lifetime
☑ Check session termination after relative timeout
☑ Check session termination after logout
☑ Test to see if users can have multiple simultaneous sessions

🧵(2/n) :👇
☑ Test session cookies for randomness
☑ Confirm that new session tokens are issued on login, role change and logout
☑ Test for consistent session management across applications with shared session management
☑ Test for session puzzling
☑ Test for CSRF and clickjacking
Read 4 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(