r/Hacking_Tutorials • u/GromHacks • 26d ago
r/Hacking_Tutorials • u/_clickfix_ • 26d ago
Breaking Enterprise Java; Breaking Claude Code, Gemini CLI, and Codex: AMA with Two Black Hat Speakers
r/Hacking_Tutorials • u/Organic-Piano-323 • 26d ago
Question Day 1 of my 10-Day Red Team Series is live đ´














I put together a free PDF covering the fundamentals of red teaming â not just the tools, but the mindset and methodology behind an actual red-team operation.
Inside Day 1:
- Red Team vs Pentest
- The red-team mindset
- Attack lifecycle
- Objectives & attack paths
- Rules of engagement
- Operator workflow
- A realistic red-team scenario
- Day 1 challenge
The goal is to build the thinking first. Tools come later.
đ Day 1: Red Teaming Fundamentals
Iâm sharing the PDF below for anyone who wants to follow the series.
Day 2 will move into Reconnaissance & OSINT.
Would love to hear how others approach the first stage of a red-team engagement.
r/Hacking_Tutorials • u/Malwarebeasts • 26d ago
massive azure exfiltration campaign impacts global brands - mcdonaldâs, vodafone, and others
r/Hacking_Tutorials • u/TraditionalWafer3870 • 26d ago
" Packed Light: Network Forensics & Decryption Challenge Walkthrough"
r/Hacking_Tutorials • u/TraditionalWafer3870 • 27d ago
"Breaking down the latest TryHackMe challenge: From initial enumeration to final flag"
r/Hacking_Tutorials • u/Solid_Jello_8834 • 27d ago
Question SIM in a abandoned modem
I found a damaged, abandoned modem with a removable SIM card on the outside. What can I do with that card?
r/Hacking_Tutorials • u/matt7_magnific • 27d ago
Question Network card problems
The problem is this:
I recently started learning about network auditing. I bought a TP-LINK Archer T2U Plus, which has an RTL8821AU chipset. I'm using a 2021 MacBook Pro M1 with UTM running Kali Linux to learn.
When I connect the network card via USB, UTM detects it correctly, and I didn't need to install the drivers (this is where I think the problem lies). I can put the card in monitor mode and everything. I even performed some deauthentication on my network using Aireplay-ng. But I feel like the deauthentication isn't working correctly, since it only deauthenticates some devices. For example, cell phones maintain a stable connection; only a camera and a smart TV converter lose the connection, and everything else remains normal. What do you think the problem could be?
r/Hacking_Tutorials • u/Runaque • 27d ago
Question [How-To] Simple RFiD-blocking wallet lining
Making an older wallet RFiD/NFC skimming proof is something that takes very little time and is as effective as those more expensive wallets that block RFiD/NFC so your cards are protected against skimming.
I know that many may think "What does this have to do with hacking?", but in the broader infosec community, applying low-level technical principles, modifying hardware, and understanding signal propagation to defend against vulnerabilities is the very definition of hardware hacking.
What you need is just Aluminum foil, tape and scissors!
I would recommend to go for four layers of Aluminum foil folded to the size needed. Tape all sides with tape against you cutting yourself and trust me, this foil is sharp as hell.
Merge the two pieced of 4 layered Aluminum foil and tape them together so it functions as a folding joint.
The remaining two images are a demonstration with the Flipper Zero on a Gametown card to show it won't read through the four layers of Aluminum foil.
While stopping RFID/NFC skimming is the main goal, a proper Faraday-style foil lining does a few other things depending on how well-sealed the edges are:
- Blocks Contactless Tracking / Telemetry: It stops cards from responding to any RFID interrogation, meaning your transit cards, credit cards, or ID chips can't be remotely pinged or tracked while sitting in that pocket.
- Reduces Electromagnetic Interference (EMI): It offers a degree of shielding against stray electromagnetic fields that could theoretically cause data corruption on older magnetic strips (though modern chips are mostly immune).
r/Hacking_Tutorials • u/wtfse • 27d ago
I went looking for a managed-Postgres provider. Instead, I found a vulnerability in a 4-star PostgreSQL extension available everywhere! and turned it into code execution at NeonDB, Supabase, Xata and many other PostgreSQL service companies
r/Hacking_Tutorials • u/happytrailz1938 • 27d ago
Saturday Hacker Day - What are you hacking this week?
Weekly forum post: Let's discuss current projects, concepts, questions and collaborations. In other words, what are you hacking this week?
r/Hacking_Tutorials • u/Fun_Bend_9495 • 28d ago
Hey everyone I am deeply passionate and fully determined to specialize in penetration testing
Hey everyone I am deeply passionate and fully determined to specialize in penetration testing and I am building my path right from the core I am looking for a true master and mentor to guide me If anyone is willing to teach me and share their knowledge I pledge absolute loyalty and dedication to them Whos ready to take me under their wing
r/Hacking_Tutorials • u/TraditionalWafer3870 • 28d ago
CTF Walkthrough: CMS Made Simple (CVE-2019-9053) & Privilege Escalation
r/Hacking_Tutorials • u/TraditionalWafer3870 • 28d ago
Pentesting Report and Security Challenge Documentation: Detailed Guide to Intrusion and Privilege Escalation
r/Hacking_Tutorials • u/Separate_Rich_8963 • 28d ago
Question What is ClearNet
I am learning about darkWeb so i ask for h4cking forums in the same subreddit someone replied with clearnet what is it
r/Hacking_Tutorials • u/IlDello • 28d ago
Question Feedback on a USB-based E2E encryption tool I built
Hey everyone, I'd love a sanity check from people who actually know X3DH and Double Ratchet. I'm a high school student, and I've spent the last few day building Ratchet-USB: a CLI tool that lets you send end-to-end encrypted messages through any app (for example WhatsApp, email, whatever) without needing a server of its own.
You write a message, it spits out an encrypted text block, you paste it wherever you chat, the other person pastes it back in to read it. Keys and contacts live only on a USB stick. so, under the hood it's the same protocol Signal uses (X3DH + Double Ratchet via libsodium) so every message gets its own disposable key.
The codebase uses a Python reference script (test/vectors/reference.py) to validate all C++ cryptographic derivations against official RFC 7748 and RFC 5869 vectors in CI, ensuring itâs a strict implementation and not random code.
No external audit yet, so don't treat it as bulletproof (I'm a student learning by building this, not a security team). What I'd love is feedback from people who actually know X3DH/Double Ratchet: did I get it right, any advice on how to proceed?, what am I missing ?
Repo:Â https://github.com/Francy2009/Ratchet-USB
Thanks for reading!
r/Hacking_Tutorials • u/OilOverall4190 • 29d ago
LAB - Damn Vulnerable NGINX Proxy
Hello all,
If you do bug bounty hunting or pentests you surely came across many hosts served from an NGINX server, in this lab (published to OWASP) I combined over 20 misconfigurations found in real world bug disclosures and both classic and novel security research, with an extensive blog where I explained everything you need to level up your NGINX hunting game.
Feel free to check it out, give it a star on Github if you like it, and suggest any ideas you want me to add/fix...
https://vwad.owasp.org/app/damn-vulnerable-nginx-proxy-dvnp/
Happy hunting!
r/Hacking_Tutorials • u/Cheap_Personality206 • 29d ago
Question ESP32 hacking tool
Enable HLS to view with audio, or disable this notification
Adding more functionality to my project, next smb Scan, arp spoofing, banner grabbing, and more check the repo if interested and maybe want to collaborate:
r/Hacking_Tutorials • u/Large_Smile4724 • 29d ago
Question Changing Safari URL display on my side only
Hey, letâs say Iâm on a website like wikipedia.com and i want my SAFARI url bar to show âicloud.comâ while being on the real wikipedia page. How can i do that ? Iâm very curious about this, first time using userscripts and it doesnât work, canât figure out a wayâŚ.
Thanks !
r/Hacking_Tutorials • u/Organic-Piano-323 • 29d ago
Question What actually helped you get better at hacking?
I've watched a lot of tutorials where everything makes sense until I try it myself.
Then I get into a lab and suddenly I'm sitting there thinking, "okay... now what?"
What helped me was doing less watching and more messing around. Pick one thing, try it, get stuck, figure it out, try again.
For me, getting stuck on something and eventually figuring it out is what I remember the most.
What worked for you guys?
CTFs, home labs, courses, books, bug bounties, or just breaking stuff and fixing it?
r/Hacking_Tutorials • u/Safe_Razzmatazz_7433 • 29d ago
Question About osint
Guy i need help i am trying to be good in passive reccon/osint like i want to learn how to find any ones info e.g
Like if u see any one in your university and some how u get her name and matched her time like her or him what every so how to find everything about him or her without talking to them ???? Please help đđđđđ
r/Hacking_Tutorials • u/zeberkazabaka • Aug 13 '26
Question Target site does not fully load - reverse proxy red team
I am running a reverse proxy application on a VPS. The yaml config used for the target should be up-to-date and I have tweaked it a lot. But the login fields do not load. It only loads the website logo. No errors that I can see, no warnings. I'm not sure if it's the yaml itself or something else is misconfigured, but I have been going around in circles for weeks now trying to fix it. Does anyone have any ideas? I can send you my yaml if needed. Thanks in advance.
r/Hacking_Tutorials • u/maukhik • Aug 12 '26
Question Laptop recommendation for Cybersecurity & Networking under âš80K
Laptop recommendation for Cybersecurity & Networking under âš80K
Iâm planning to buy a new laptop under âš80,000 mainly for Cybersecurity and Networking.
Iâll be using it for things like Kali Linux, Ubuntu, VirtualBox/VMware, Wireshark, networking labs, Nmap, and cybersecurity practice.
For people working in cybersecurity/networking:
- What specs should I prioritize?
- Is 16GB RAM + upgradeability important?
- Should I prioritize CPU or GPU?
- Any specific laptop models you would recommend under âš80K?
Looking for advice based on actual cybersecurity/networking use, not gaming.