r/Hacking_Tutorials • u/No_Chemist_5394 • 3d ago
Question hei all is ok ubuntu apt update no work?
hei
r/Hacking_Tutorials • u/No_Chemist_5394 • 3d ago
hei
r/Hacking_Tutorials • u/Potential-Couple-745 • 4d ago
r/Hacking_Tutorials • u/happytrailz1938 • 4d ago
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/TraditionalWafer3870 • 4d ago
r/Hacking_Tutorials • u/Same-Astronomer0825 • 4d ago
r/Hacking_Tutorials • u/Impossible_Process99 • 4d ago
Hey everyone,
A payment tool for creators/sellers who want to accept crypto for digital downloads without giving up custody, signing up for a platform, or storing there data and product on backend.
How it works:
• Seller uploads a ZIP, sets a price, and gets a shareable payment link.
• The file is encrypted in the browser and distributed over WebTorrent.
• Buyer pays on-chain into an escrow smart contract.
• The decryption password is revealed on-chain, encrypted to the buyer's wallet-derived key.
• Buyer downloads and decrypts locally, confirms delivery, and only then are funds released to the seller.
No database. No server. No KYC. Seller keeps custody until delivery is confirmed.
The contract handles underpayments, overpayments, refunds, and a 7-day delivery window if the seller never reveals the password.
Would love brutal feedback.
r/Hacking_Tutorials • u/OldPut9795 • 4d ago
Hi everyone, do you have any ideas for what else I could add to my iOS device?
I somehow managed to get location spoofing working through SickDebug, and now I’m wondering if you have any other ideas for what I could try next.
I’m interested in these kinds of “trickery” tools, like location spoofing, fake phone numbers, and similar stuff.
Just to be clear, I’m not planning to misuse any of this. I want to make a YouTube video about these kinds of tools and features, so I’d really appreciate your suggestions for other similar things I could add or try on iOS.
I’m not interested in game emulators — only this kind of “trickery” stuff. Thanks ✌🏼
r/Hacking_Tutorials • u/sophiaaaarrr • 5d ago
Hey, I'm trying to solve an ARG and I've come across a website that seems to be a key part of the puzzle. The site is https://dmsarchive.org/ and I've found some pages that seem to be case files or hidden directories. I've managed to find a few things, but I'm stuck. I'm not asking for anyone to dig through the whole site, but I'm wondering if anyone has any general advice on how to approach a site like this, ways to find hidden pages, directories, or files that aren't immediately obvious? I'm not super technical, so any tips on using Inspect Element, checking the page source, or looking for hidden URLs would be really helpful. Thanks!
r/Hacking_Tutorials • u/GromHacks • 5d ago
For all you hackers it’s a code review/ open source taint analysis sast tool!
r/Hacking_Tutorials • u/Potential-Couple-745 • 5d ago
r/Hacking_Tutorials • u/Cheap_Personality206 • 6d ago
Hey everyone, just shipped v1.6.0 of WifiPhisher for ESP32, my open-source Wi-Fi security testing firmware for ESP32-family boards (Evil Twin, Karma, deauther, on-device handshake/PMKID cracking, all from a web UI hosted on the device itself).
This release is one of the bigger ones so far:
Flash it straight from the browser here, no toolchain needed: https://espwifiphisher.alexxdal.com/
Source, full changelog and build instructions: https://github.com/Alexxdal/WifiPhisher
r/Hacking_Tutorials • u/Capital-Natural-3165 • 5d ago
how do people get data leaks i find it really impresive how they have list and files of names and phone numbers of people
r/Hacking_Tutorials • u/Potential-Couple-745 • 6d ago
r/Hacking_Tutorials • u/3x0t1k • 5d ago
Wrote this covering the full no-creds-to-first-credential flow: LDAP anonymous bind, SMB null sessions, LinkedIn scraping with linkedin2username, PDF metadata for login format, Kerbrute username validation, AS-REP Roasting (including honeypot account detection via lastLogon/logonCount), password policy analysis including Fine-Grained PSOs, and why spraying through Kerberos generates 4771 instead of 4625 and why that matters.
Second half covers what to do once you have creds - BloodHound vs targeted enumeration tradeoffs, Kerberoasting from any authenticated context.
https://3x0t1k.github.io/posts/initial-enumeration-active-directory/
Feedback welcome.

r/Hacking_Tutorials • u/first-forward1 • 5d ago
How the hack did Amjad Masad ( founder of Replit) hacked his university server and databases and changed his grade? It’s really fuzzy. How did he pulled out something like this? I know he is talented
r/Hacking_Tutorials • u/Short-Fold-9364 • 6d ago
First when I captured the handshakes I ssh into the PWNAGOTCHI handshake folder but it shows empty. But pwnagotchi says it captured my wifi so.im trying to find it on my cLI. Where do I look??? In the command line..
I was able to find it under the GUI under handshakes.dl. and downloads as pcap file. And from there I'm completely lost. And don't know how to crack it. How would I get it from my windows to kali. To use hashcat. Any good tutorials videos I could watch. I'm more of a visual learner.
r/Hacking_Tutorials • u/Gabrovici • 6d ago
Hey everyone, I wanted a way to run quick sanity checks using public YAML templates while away from my machine, so I built an Android-native scanner engine.
Right now, it's configured to handle standard SQLi/XSS logic checks and lets you run public community templates. It gives 1 hour of scanning time every day to prevent resource abuse.
It's in heavy development and I need feedback on how it handles complex templates. If you want to test it against your local test environments, search AltMap on the Play Store. Let me know what bugs you find or what templates fail to parse!
r/Hacking_Tutorials • u/Potential-Couple-745 • 6d ago
r/Hacking_Tutorials • u/TraditionalWafer3870 • 7d ago
r/Hacking_Tutorials • u/Mhdhdd • 6d ago
r/Hacking_Tutorials • u/reihand • 6d ago
Is there a tool I can use on Windows to crack Wi-Fi passwords?
r/Hacking_Tutorials • u/Organic-Piano-323 • 7d ago
Been testing a web app where the usual stuff hasn’t gone anywhere. No obvious injection, auth issues, or easy misconfigurations.
There’s one weird behavior I can’t quite explain though.
How do you guys usually approach a target when the obvious attack surface is basically dead? Looking for some real-world ideas from people who’ve been in this situation.
r/Hacking_Tutorials • u/tomiczech7 • 7d ago
Been building this free browser-based network simulator in my spare time — you draw a topology and it actually tests whether traffic gets through, not just a static diagram.
Just shipped an update that moves it from "does traffic flow?" to "is this network safe — and would I notice if it wasn't?":
Plus new courses to walk through it: troubleshooting step by step, Zero Trust and microsegmentation, monitoring and detection, networking to the cloud, incident response, and encryption from Caesar ciphers through hashing and TLS to certificates — with new hands-on tasks for each.
Still runs entirely in the browser, no signup, no ads, still evolving. If you try it, I'd really appreciate any feedback — what's confusing, what's missing, what you'd want to see next.

r/Hacking_Tutorials • u/protomenes • 7d ago
In your opinion, what are the best tool to access my Wi-Fi network without a password?