Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Some of the most impactful vulnerabilities are not complex, they exist because of simple mistakes. Hidden files and endpoints are often…Continue reading on Medium » (https://medium.com/@thenewdate24/how-i-discover-what-developers-forgot-to-secure-bug-bounty-cce0468031aa?source=rss------bug_bounty-5)
All You Need To Know . Learning With Live Targets !Continue reading on Medium » (https://d0natel00.medium.com/wordpress-hacking-599bf729e738?source=rss------bug_bounty-5)
$500 in just a single IDOR

Hey Everyone!Continue reading on Medium »
Read more...
How I Chained Mass Assignment and CSV Injection to Exfiltrate Corporate Data

IntroductionContinue reading on System Weakness »
Read more...
Blind SQL Injection in Yahoo!

In 2014, Stefano Vettorazzi discovered a significant vulnerability in Boolean-based blind SQL.affecting the Yahoo! Sports draft endpoint.Continue reading on Medium »
Read more...
Deterministic Network Halt: How a Nil Pointer in BSC Geth Can Stop a Blockchain

Introduction In the high-stakes world of blockchain security, the spotlight usually falls on clever DeFi flash loan exploits or complex…Continue reading on Block Magnates »
Read more...
Resolute | HackTheBox | OSCP Preparation

Firstly, we start off by setting our environment variable $target to the machine’s IP so as we don’t have to manually type its IPContinue reading on Medium »
Read more...
Hacking NASA Without a Login: How One Clojure Function Gave Me Root Access

You get used to looking at a lot of source code when bug hunting. Most of the time it’s a grind, but every once in a while, you spot…Continue reading on Medium »
Read more...
(ab)using windows toast notification for fun and user manipulation
https://www.reddit.com/r/redteamsec/comments/1rys5zy/abusing_windows_toast_notification_for_fun_and/

<!-- SC_OFF -->During some free time I ended up doing some research on something I never really thought about before: using Windows toast notifications for user manipulation. I ended up writing a BOF and a blog post about it, hope it's useful. Blog post: https://brmk.me/2026/03/18/toast-my-way.html BOF: https://github.com/brmkit/toastnotify-bof <!-- SC_ON --> submitted by /u/brmkit (https://www.reddit.com/user/brmkit)
[link] (https://brmk.me/2026/03/18/toast-my-way.html) [comments] (https://www.reddit.com/r/redteamsec/comments/1rys5zy/abusing_windows_toast_notification_for_fun_and/)
AI agent hacked McKinsey's chatbot and gained full read-write access in just two hours
https://www.reddit.com/r/redteamsec/comments/1ryummv/ai_agent_hacked_mckinseys_chatbot_and_gained_full/

<!-- SC_OFF -->A new report from The Register reveals that an autonomous AI agent built by security startup CodeWall successfully hacked into the internal AI platform Lilli used by McKinsey in just two hours. Operating entirely without human input the offensive AI discovered exposed endpoints and a severe SQL injection vulnerability granting it full read and write access to millions of highly confidential chat messages strategy documents and system prompts. <!-- SC_ON --> submitted by /u/EchoOfOppenheimer (https://www.reddit.com/user/EchoOfOppenheimer)
[link] (https://www.theregister.com/2026/03/09/mckinsey_ai_chatbot_hacked/) [comments] (https://www.reddit.com/r/redteamsec/comments/1ryummv/ai_agent_hacked_mckinseys_chatbot_and_gained_full/)
SMTPwn, an SMTP user enumeration tool I built for pentesting engagements
https://www.reddit.com/r/Pentesting/comments/1ryrywt/smtpwn_an_smtp_user_enumeration_tool_i_built_for/

<!-- SC_OFF -->**[Tool Release] SMTPwn — SMTP User Enumeration & Relay Testing Tool** Just released SMTPwn, an SMTP user enumeration tool I built for pentesting engagements. **What it does:** Abuses the SMTP protocol to enumerate valid usernames on a mail server using VRFY, RCPT TO, and EXPN. Has a BOTH mode that requires a user to pass both VRFY and RCPT — cuts false positives on catch-all servers significantly. **Key features:** - Pre-flight probe that detects catch-all / open relay configs before scanning - Automatic EHLO/HELO negotiation with fallback - RSET state management between checks — no transaction bleed - Tunable delay, timeout, and batch size to stay under the radar - Pure Python stdlib — zero dependencies **Example:** ``` python3 smtp_enum.py -t 10.10.10.10 -d target.com -w users.txt -m RCPT ``` Tested against Postfix, Sendmail, Exchange, and HMailServer. GitHub: https://github.com/marcabounader/SMTPwn Feedback and PRs welcome. <!-- SC_ON --> submitted by /u/Frequent_Culture_782 (https://www.reddit.com/user/Frequent_Culture_782)
[link] (https://www.reddit.com/r/Pentesting/comments/1ryrywt/smtpwn_an_smtp_user_enumeration_tool_i_built_for/) [comments] (https://www.reddit.com/r/Pentesting/comments/1ryrywt/smtpwn_an_smtp_user_enumeration_tool_i_built_for/)
How do I get started in cybersecurity?
https://www.reddit.com/r/Pentesting/comments/1ryxghm/how_do_i_get_started_in_cybersecurity/

<!-- SC_OFF -->Hi everyone, just to give a little context: I'm about to graduate with a degree in Computer Engineering (in approx. six months) and I'm figuring out my career path. Cybersecurity has always interested me, so I want to dive into it, but I'm not quite sure where to start. I already have a solid foundation in operating systems, networking, and software/hardware development, so I think the next step would be applying those concepts to security. From what I've seen on YouTube, the offensive side of security (pentesting) looks the most fun to me. Any suggestions on where I should begin? <!-- SC_ON --> submitted by /u/Tacei12 (https://www.reddit.com/user/Tacei12)
[link] (https://www.reddit.com/r/Pentesting/comments/1ryxghm/how_do_i_get_started_in_cybersecurity/) [comments] (https://www.reddit.com/r/Pentesting/comments/1ryxghm/how_do_i_get_started_in_cybersecurity/)
Cleared technical round for pentest role, rejected for “lack of focus”... feeling confused
https://www.reddit.com/r/Pentesting/comments/1rz8won/cleared_technical_round_for_pentest_role_rejected/

<!-- SC_OFF -->Hey everyone, I wanted to share something that happened recently and get your thoughts. I attended an interview for a penetration testing role. The technical round actually went well and I cleared it. I was feeling pretty confident at that point. But in the final discussion, things went in a completely different direction. They focused a lot on my background: ECE graduate Worked in customer support for 3 months (contract role) Now trying to move into cybersecurity They kept asking why I moved across different areas and what my “actual” long-term career is. I told them honestly like my goal is cybersecurity, especially offensive security. I chose ECE because I wanted a strong base in both hardware and software. The support job was just temporary to handle my expenses, and I even turned down a permanent offer because I didn’t want to move away from my goal. I’ve also been worked as a penetration testing intern for 6 months and built myself security-related stuff projects, found some bugs and reported those on bug bounty platforms. But they kept coming back to the same point, saying they want someone who is “fully focused” on cybersecurity and seemed to feel I might switch again in the future. That part honestly didn’t sit right with me. I get that companies want committed people, but isn’t it normal early in your career to explore a bit before settling? Especially when I’ve clearly decided what I want now and I’m actively working toward it? What confused me more is that this was initially presented as an internship (6 months then full-time), so I didn’t expect this level of concern about long-term stability. I don’t know… maybe I’m missing something here, or maybe I didn’t explain myself well enough. Has anyone else faced something like this? Would like to hear how you handled it. <!-- SC_ON --> submitted by /u/PacketLossIRL (https://www.reddit.com/user/PacketLossIRL)
[link] (https://www.reddit.com/r/Pentesting/comments/1rz8won/cleared_technical_round_for_pentest_role_rejected/) [comments] (https://www.reddit.com/r/Pentesting/comments/1rz8won/cleared_technical_round_for_pentest_role_rejected/)
SQLMap Meets AI: Skynet + Ollama Security Workflow

Automating SQL Injection Testing with Autonomous IntelligenceContinue reading on Medium »
Read more...
What Is OSINT & How Hackers Use It ️

The art of finding everything about a target — without touching a single system.Continue reading on Medium »
Read more...