uk
Feedback
Bug bounty Tips

Bug bounty Tips

Відкрити в Telegram

🛡️ Cybersecurity enthusiast | 💻 Helping secure the digital world | 🌐 Web App Tester | 🕵️‍♂️ OSINT Specialist Admin: @laazy_hack3r

Показати більше
5 799
Підписники
+1424 години
+777 днів
+41130 день
Архів дописів

anyone looking for a job in freshers and experienced check this out https://www.hcltech.com/careers/careers-in-india

🚨 CVE-2025-1094: PostgreSQL psql SQL injection 🔥PoC:https://github.com/rapid7/metasploit-framework/pull/19877 🧐Deep Dive :
🚨 CVE-2025-1094: PostgreSQL psql SQL injection 🔥PoC:https://github.com/rapid7/metasploit-framework/pull/19877 🧐Deep Dive :https://attackerkb.com/topics/G5s8ZWAbYH/cve-2024-12356/rapid7-analysis 👇Dorks: HUNTER : protocol="postgresql" FOFA : product="PostgreSQL" SHODAN : "port:5432 PostgreSQL" 📰Refer:https://thecyberthrone.in/2025/02/15/cve-2025-1094-impacts-postgresql-with-sql-injection/

🔖Find hidden Endpoints:
javascript:(async function(){let scanningDiv=document.createElement("div");scanningDiv.style.position="fixed",scanningDiv.style.bottom="0",scanningDiv.style.left="0",scanningDiv.style.width="100%",scanningDiv.style.maxHeight="50%",scanningDiv.style.overflowY="scroll",scanningDiv.style.backgroundColor="white",scanningDiv.style.color="black",scanningDiv.style.padding="10px",scanningDiv.style.zIndex="9999",scanningDiv.style.borderTop="2px solid black",scanningDiv.innerHTML="<h4>Scanning...</h4>",document.body.appendChild(scanningDiv);let e=[],t=new Set;async function n(e){try{const t=await fetch(e);return t.ok?await t.text():(console.error(`Failed to fetch ${e}: ${t.status}`),null)}catch(t){return console.error(`Error fetching ${e}:`,t),null}}function o(e){return(e.startsWith("/")||e.startsWith("./")||e.startsWith("../"))&&!e.includes(" ")&&!/[^\x20-\x7E]/.test(e)&&e.length>1&&e.length<200}function s(e){return[...e.matchAll(/['"]((?:\/|\.\.\/|\.\/)[^'"]+)['"]/g)].map(e=>e[1]).filter(o)}async function c(o){if(t.has(o))return;t.add(o),console.log(`Fetching and processing: ${o}`);const c=await n(o);if(c){const t=s(c);e.push(...t)}}const l=performance.getEntriesByType("resource").map(e=>e.name);console.log("Resources found:",l);for(const e of l)await c(e);const i=[...new Set(e)];console.log("Final list of unique paths:",i),console.log("All scanned resources:",Array.from(t)),scanningDiv.innerHTML=`<h4>Unique Paths Found:</h4><ul>${i.map(e=>`<li>${e}</li>`).join("")}</ul>`})();

⚡️One Million Dorks - A repository with text files containing a million dorks for finding potentially vulnerable web pages an
⚡️One Million Dorks - A repository with text files containing a million dorks for finding potentially vulnerable web pages and sensitive data (in Google and other search engines). Can be used with various automation tools. 🎯https://github.com/HackShiv/OneDorkForAll/tree/main/dorks/1M_dork #bugbounty #cybersecurity

👻👻👻Nuclei AI Prompts for @pdnuclei Nuclei v3.3.9 (@pdiscoveryio) has -ai option to generate and run nuclei templates on th
👻👻👻Nuclei AI Prompts for @pdnuclei Nuclei v3.3.9 (@pdiscoveryio) has -ai option to generate and run nuclei templates on the fly in natural language. This is a list of prompts for this option: - sensitive data exposure - SQLi - XSS - SSRF https://github.com/reewardius/Nuclei-AI-Prompts

🚀Preparing for a Linux interview? Don't go in unprepared! If you're looking for real-world, scenario-based Linux interview questions, this document is a goldmine. With 250 practical questions and answers, it covers everything from: ✔ Troubleshooting commands File & process management Networking & security configurations System performance monitoringl Scripting and automation Whether you're an aspiring Linux admin, DevOps engineer, or security specialist, this resource will boost your confidence and sharpen your skills before your next interview. Download the document below and start practicing! #Linux #DevOps #SysAdmin #InterviewPreparation #TechCareers #LinuxCommands #ITJobs

Want to learn more about Oauth bugs? Here's a detailed writeup by @Doyensec on Oauth vulns like: - Redirect Scheme Hijacking
Want to learn more about Oauth bugs? Here's a detailed writeup by @Doyensec on Oauth vulns like: - Redirect Scheme Hijacking - Scope Upgrade - Client Confusion - Mutable Claims https://blog.doyensec.com/2025/01/30/oauth-common-vulnerabilities.html #bugbounty #bugbountytips

⚡️Exclusive Collection of Private Nuclei Templates 1. Akokonunes 2. Emadshanab 3. BoobooHQ 4. SirBugs 5. Linuxadi 6. 0xKayala 7. Bhataasim1 8. H0tak88r

🔥 CRTO Aspirants & Red Teamers – Must-Check Resource! ⚡If you're preparing for the Certified Red Team Operator (CRTO) or wan
🔥 CRTO Aspirants & Red Teamers – Must-Check Resource! ⚡If you're preparing for the Certified Red Team Operator (CRTO) or want to refine your red teaming skills, this GitHub repo is a goldmine. https://github.com/h3ll0clar1c3/CRTO

Check this and give reaction

hacking or defensive tactics. 🔍

I’ll provide a technical overview of how such an attack *could* function based on historical patterns of zero-click exploits (like Pegasus) and known vulnerabilities. This is purely for educational purposes to highlight defensive strategies. --- ### Hypothetical Attack Chain: "Graphite" Spyware via WhatsApp PDFs *(Note: This is a generalized reconstruction based on public research into zero-click exploits, not confirmed details of Paragon's tools.)* #### 1. Exploit Vector: Weaponized PDF in WhatsApp Groups - Delivery: A malicious PDF is shared in a WhatsApp group. The victim’s device automatically downloads and processes the file (e.g., for thumbnail generation or metadata parsing). - Zero-Click Trigger: The exploit activates during background processing of the PDF (no need for the user to open it). #### 2. Vulnerability Exploitation - Target: A flaw in WhatsApp’s PDF rendering engine (e.g., a library like libpdfium or `MuPDF`). - Example vulnerabilities: - Memory Corruption: Buffer overflow, use-after-free, or integer overflow in the PDF parser. - JavaScript Execution: Exploiting embedded JavaScript in PDFs (if the renderer supports it, like Adobe Reader). - File Format Ambiguity: Abusing features like embedded fonts, XFA forms, or XSS in PDF annotations. - Payload Execution: The exploit gains remote code execution (RCE) within WhatsApp’s sandbox. #### 3. Escalation & Persistence - Sandbox Escape: Exploit Android OS vulnerabilities (e.g., kernel privilege escalation via CVE-2023-33106) to break out of WhatsApp’s app sandbox. - Persistence Mechanisms: - Root Access: Modify system partitions or install a bootloader-level backdoor. - Stealth: Disable security apps (Google Play Protect), hide processes, and encrypt C2 communications. #### 4. Data Exfiltration - Data Harvesting: - Messages: Bypass WhatsApp’s E2E encryption by scraping the app’s UI or accessing decrypted databases. - Microphone/Camera: Use Android APIs to record audio/video silently. - Location: Abuse GPS or Wi-Fi triangulation. - Exfiltration: Data is sent to a command-and-control (C2) server via HTTPS, disguised as normal traffic. --- ### Key Technical Components 1. Zero-Day Vulnerabilities: - At least two unpatched flaws are needed: - One in WhatsApp’s PDF processing. - One in Android’s kernel or SELinux policies for sandbox escape. 2. Payload Obfuscation: - The PDF would be crafted to bypass WhatsApp’s malware scanners (e.g., using steganography or encryption). - Example: Hide exploit code in a PDF’s JBIG2 image stream or embedded font files. 3. C2 Infrastructure: - Use bulletproof hosting providers or compromised IoT devices to mask the attacker’s origin. --- ### Why This Is Effective - Trusted Platform: Victims assume WhatsApp is safe due to E2E encryption, but client-side vulnerabilities bypass encryption entirely. - Scale: Group chats allow mass targeting (e.g., activists, journalists in the same group). - Forensic Evasion: The PDF could self-destruct or trigger memory wiping after exploitation. --- ### Defensive Countermeasures - Patch Management: Update WhatsApp and Android OS immediately. - Network Segmentation: Use firewalls to block suspicious C2 traffic (e.g., domains in MISP threat intel lists). - Behavioral Analysis: Tools like Stalkerware Alert detect spyware-like activity. --- ### Final Note Real-world exploits of this sophistication require nation-state resources (costing millions of dollars) and are rarely disclosed publicly. Security researchers analyze such threats through reverse engineering and threat intelligence sharing (e.g., Citizen Lab). Understanding these mechanics helps defenders prioritize mitigations. Let me know if you’d like resources on ethical