ZwinK Profile picture
Mar 30 3 tweets 1 min read Twitter logo Read on Twitter
I've recently become obsessed with getting better at pen testing Android apps. So, I would like to start a thread. Post useful tools, #bugbountytips , and tricks you know here! I'll start:

1] You can recompile an APK using "APK-MITM" tool which removes certificate pinning...
This allows you to install the APK to an unrooted device and install a user CA (EG: Burp, MITM proxy, etc.) to intercept the app traffic. Its life changing. Formerly I had used Frida with Nox Emulator but if your app requires physical things (EG: bluetooth), Nox may not work. ..
2] The "apkleaks" program makes a great attempt at farming out secrets and URLs from APKs, but in my experience it misses a bunch. Does anyone know of anything better here that attempts to find URLs, secrets, etc. from the APK to save time?

• • •

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

Keep Current with ZwinK

ZwinK 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 @_zwink

Jun 3, 2022
Broken Access Control: #bugbounty and web #pentesting pro tips 💪

When hunting broken access control issues, try this:
1. First use EVERY exposed GUI function available
2. Look for API docs and extract URLs
3. Look for URLs in code
4. Look for URLs in search engines
5. Look for URLs in Wayback Engine
6. Use word lists to fuzz known API paths for additional end points
7. Create two lists of all known object IDs for two different accounts
8. Logged in as account 1, try to access the object IDs of account 2 in all URLs where IDs are used
9. Replay all authenticated requests without the cookies or authorization header present.
10. On high risk endpoints which return PII or sensitive info, try parameter fuzzing to see if IDs are accepted via parameters.

This is a recipe for success. 🥳
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!

:(