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
XBow and the “AI Takeover”: Why You Can Put Down the Goat Farming Manual

Let’s be real: we’ve all had that 3:00 AM moment. You’re staring at a target, your third empty energy drink is judging you from the desk…Continue reading on Medium »
Read more...
From Breaking Systems to Defending Them: My SOC Learning Journey Begins (Day 01)

Day 01: Introduction to SOC and Its Role in the Blue TeamContinue reading on Medium »
Read more...
Clawdbot: The AI Assistant That “Does Everything” — And Why That’s the Problem

Clawdbot went viral for a simple reason: it promises an AI assistant that actually does things.Continue reading on Medium »
Read more...
What if I told you most data breaches start with a vulnerability no one’s even seen before? Zero-days don’t wait for patch notes. The…Continue reading on Medium » (https://medium.com/@verylazytech/zero-day-detection-rule-builder-12-tools-every-cybersecurity-pro-should-master-b205a40f85dc?source=rss------bug_bounty-5)
How a Temporary Invite Led to a Permanent Billing Takeover

بسم الله الرحمن الرحيم اللهم صلِّ على سيدنا محمد ﷺ وعلى آله وصحبه وسلم تسليمًا كثيرًاContinue reading on Medium »
Read more...
Account Takeover via Weak Password Reset Token Validation

A Case Study in Insecure Token DesignContinue reading on System Weakness »
Read more...
Breaking the Gate: How We Bypassed Email Verification on a Major Platform

A Story of JWT Token Rotation and Rate Limit EvasionContinue reading on Medium »
Read more...
From One Mutation to a Full Service Outage: A GraphQL DoS Story

Sometimes the most dangerous vulnerabilities do not leak any data.Continue reading on Medium »
Read more...
Unrestricted Resource Consumption: When APIs Never Say “Enough”

Unrestricted Resource Consumption isn’t a flashy vulnerability. No account takeover. No stolen tokens. No clever bypass.Continue reading on Medium »
Read more...
Sliver-C2 N8n Notifcations
https://www.reddit.com/r/redteamsec/comments/1qq4ky3/sliverc2_n8n_notifcations/

<!-- SC_OFF -->I spent some time building a real-time monitoring system for Sliver C2 implant callbacks using n8n workflow automation and Python. The goal was to receive instant notifications when beacons or interactive sessions connect to the C2 server during authorized security assessments. The integration includes several automated components:
• Python monitoring daemon that polls the Sliver server every 5 seconds with persistent state tracking
• n8n workflow for webhook processing and parallel notification delivery
• Color-coded alerts to Discord and Slack (red for sessions, green for beacons) The system is designed to start automatically when the Sliver service launches. The only manual requirement is ensuring the n8n workflow is active. <!-- SC_ON --> submitted by /u/0x0trace (https://www.reddit.com/user/0x0trace)
[link] (https://github.com/0x0Trace/sliver-n8n-notifications) [comments] (https://www.reddit.com/r/redteamsec/comments/1qq4ky3/sliverc2_n8n_notifcations/)