Imran Parray
@imranparray101
Followers
6K
Following
4K
Media
278
Statuses
3K
Founder - @snap_sec
Visit us →
Joined May 2017
🚀 Use grep to extract URLs By: @imranparray101 Here’s a handy command to extract URLs from junk / assorted data: cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* curl http://host.xx/file.js | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* The grep ‘-o’ parameter will
2
40
227
Great resource. Thanks for sharing.
We need to focus more on the JavaScript files: https://t.co/RbX9kgD5di
1
0
6
In fact, sometimes you should also look for older versions of the app on third-party APK stores to gain access to outdated endpoints. #bugbounty
Bug Bounty Tip: Always try the mobile version of the app. You'd be surprised how often mobile endpoints skip security checks that are enforced on the web.
0
0
10
Coming back to bug bounties after a solid 4–5 year break, great to see so many new faces around! (Feel free to say hi 👋) #BugBounty
9
0
32
What really happens when you submit a bugbounty report #bugbounty
https://t.co/mpNSKTRlYZ
0
0
2
We Hacked Larksuite for 30 days and here is what we found. https://t.co/poCWiq6Spl
#bugbounty #appsec #InfoSec
blog.snapsec.co
Back in March 2020 shuffling our private invites stock to crash into a program worthy of our time and excitement. In a while, we stumbled upon a program by name of Lark Technologies. Larksuite is...
0
7
32
2
32
216
3 Common Webhook #Bugs You’ll Almost Always Find: - SSRF (blind/full) via internal host/IP access - Origin IP leaks when targets use Cloudflare-like services - Access control bypass by retrieving event data not exposed via API/UI #BugBounty #bugbountytip
0
4
8
Not every program treats researchers this well , but when they do, both sides win. #BugBounty #cybersecurity
11
1
26
Just found out you can alias rm to trash in Linux to avoid accidentally deleting files permanently. alias rm='trash' trash is a safer alternative to rm, it moves files to the trash instead of permanently deleting them. #LinuxTips #CLI #Linux
1
2
8
While working with JSON data today, I discovered a simple yet powerful tool called Gron, created by @TomNomNom . It helps visualize JSON in a clear and structured way. #appsec #bugbounty
3
6
100
How did we Found an Request Smuggling and then escalated it to Account Takeover. https://t.co/ndiycrRNu3
#BugBounty #cybersecurity
1
30
119
Some time ago our team at https://t.co/nHyQHIqfvT decided to participate on Larksuite’s #bugbounty program and found tons of interesting vulnerabilities. We picked the 15 most interesting vulnerabilities to share in our blog. #bugbounty #appsec
Case Study: How did we Found 15 Security Vulnerabilities in #Larksuite. https://t.co/0rFJ1GFgDc
#appsec #cybersecurity #bugbounty
2
2
27
A quick introduction to "Snapsec Suite". https://t.co/XIi2C9tjn5
0
0
2
The goal should be to master at least one or a few vuln-classes while building a foundational understanding of everything else. BB hunting is a race, you find bugs by beating others to it. So, having expertise in at least one type of vulnerability can help you win the race.
I'm no bug hunter, but limiting your knowledge to one tech stack is not a good idea, in my opinion. What happens when that specific thing your're an "expert" (loath that word) is replaced or outdated?
0
0
6
Our Methodology to find more BAC Bugs. #BugBounty #CyberSecurity
How to Find More access Control issues in web applications. [Thread 🧵] #bugbountytips #appsec #infosec
0
4
28
Hello Hackers, Is there a tool that allows you to remove or filter out subdomains running under Cloudflare from a list of subdomains? #bugbountyhelp
1
0
7
Eid Mubarak to all the Muslims around the global. May Allah accept your good deeds and bring honour to you and your families. #EidAlAdha
🌙✨ Eid Mubarak! Wishing you peace, prosperity, and happiness on this blessed Eid ul Adha. From the SnapSec team #EidMubarak #EidulAdha
0
0
11
Stop sharing your XSS payloads on Twitter; it's not useful. XSS is a context-specific vuln, and there are countless different contexts that can exist when exploiting an XSS vuln. This makes it highly unlikely that your weird-looking XSS payload will be effective for others.
13
11
125