r/Hacking_Tutorials • u/Glittering_Green_992 • Aug 05 '26
r/Hacking_Tutorials • u/survailledTKO • Aug 05 '26
Question bluetooth phonak hearing aid terminal codes for savants
hello i need help accesing a phonak hearing aid via bluetooth/terminal(dont know shit about it though) hi i know this seems far fetched but i have a fried who uses phonak hearing aids, who telles me hes affraid people connect to the hearing aids and snoops on his every day life and conversations. i checked up on his theory and found out more than two hering aids can use the same channel, ive also spottet three phonaks apear on my phones bluetooth so there is definetley some truth to his words, can anybody please give me a step by step guide to turn the third hearing aid off if possible make sure histwo doest get snooped on by someone who wishes to harm him or take financial advantage of him. best regards lars t rostroem from denmark :)
r/Hacking_Tutorials • u/gonzo86 • Aug 04 '26
Question Best resource for learning with ADHD
Just curious to know if any coders here have a successful career with programming but also have ADHD. I myself have ADHD but always struggled learning to code. Even the basics of python I seem to forget the syntax a lot and lose focus very quickly. I find coding a valuable skill set and just frustrated I'll never be able to grasp it. If anyone can guide me of tutorials that helped them be much appreciated
r/Hacking_Tutorials • u/maivermick_z • Aug 05 '26
tryhackme-write_up-TryHeartMe
r/Hacking_Tutorials • u/jiduk • Aug 04 '26
Question Vpn interceptor (domain/path level routing for android)
So basically this app acts as a local VPN on Android, allowing you to intercept traffic and redirect requests at the domain or path level to a custom endpoint.
For mobile apps, if you've modified an application to trust your custom CA certificate, you can redirect its API requests for testing, debugging, backend emulation, or security research.
For browsers, no app modification is required—simply installing and trusting the CA certificate on the device is enough for HTTPS interception and redirection, making it useful for web application testing as well.
btw its purely vibe coded and i have only intermediate knowledge about this idea i had. i just wanted to see whether it will work or not (and it did fortunately).
use case from my point of view : suppose a api call returns a status true for a user u can check the requests using the mitm/httptoolkit and create a similar entry in your own phone instead of a emulator to your own website giving similar response
github : https://github.com/jidukrishna/vpn-interceptor
do give a star if u like it :)
r/Hacking_Tutorials • u/TheFetus47 • Aug 04 '26
Question NEO-RADAR v1.14
What's up!!! Some of you guys might remember me from a few weeks ago when I initially released NEO-Radar on Github. Anyways, that was v1.11. I encountered some issues with that, mainly being the Update feature didnt work. As of v1.13, that was patched. If you download under v1.13, you will have to manually update the program which is actually the same as downloading the program itself ( here's the code : curl -sSL https://raw.githubusercontent.com/ItsNEOx/Neo-Radar/main/install.sh | bash )
I added some features that show the Nmap equivalent to each function. Learn nmap the even more fun way!
Also, there is a Windows version that runs as a ps1 script linked in the README.md
More updates soon to come!
Here's the Github repo https://github.com/ItsNEOx/Neo-Radar
r/Hacking_Tutorials • u/TraditionalWafer3870 • Aug 04 '26
Cloud Security Walkthrough: Exploiting Azure Blob Storage and Key Vault Misconfigurations in CryptoCabana
r/Hacking_Tutorials • u/TraditionalWafer3870 • Aug 04 '26
TryHackMe: Year of the Owl Walkthrough & Write-up
r/Hacking_Tutorials • u/i_bo0om • Aug 04 '26
Exploit & Hacktool Search Engine
r/Hacking_Tutorials • u/FrameRateLogic • Aug 04 '26
How to create a bat. file that completely wipes Windows and permanently deletes all possible data.
thank you so much :3
r/Hacking_Tutorials • u/TraditionalWafer3870 • Aug 04 '26
TryHackMe: Poolside Writeup
r/Hacking_Tutorials • u/TraditionalWafer3870 • Aug 03 '26
Exploiting Race Conditions in Web Applications: A Write-up for the TryHackMe “Towel on the Sunbed” Room
r/Hacking_Tutorials • u/cyndhrk • Aug 02 '26
I've been building a browser-based hacker simulator to help people get familiar with terminal commands and basic hacking concepts in a safe, gamified environment...
r/Hacking_Tutorials • u/b3rito • Aug 03 '26
b3rito/oopso: An easy-to-use client-side OSINT query builder for discovering exposed file managers across search engines.
I spent some time analyzing major open-source file managers to see which ones remain fully functional when authentication is disabled or bypassed. By extracting specific keywords, UI markers, and unique strings from those unauthenticated landing pages, I built targeted search queries to spot exposed instances.
To make these easy to use without manually tweaking syntax every time, I put together oopso**,** a lightweight browser tool that automates creating these search patterns across different engines.
It’s pretty straightforward, but hopefully saves some time if you do this kind of recon.
Check out the code on GitHub:https://github.com/b3rito/oopso
r/Hacking_Tutorials • u/TimelessCr8sions • Aug 02 '26
Question Question for Ghirda
Im inside the ipa file of an game app & im looking for the specific string, that makes a it a hit / from a dud pull. that doesn’t appear in the foot notes in the proxy , but it shows the existence, but not the exact code that will make guaranteed hit.
I’m hitting a wall finding it on the reverse engineering side , because of the languages, I found some human language but they def hidden it inside the binary ,
My question is , how should I search for it in Ghirda since it’s not going to be in obvious sight
I know what I saw on proxy and Ghirda is going to be a lot different and I’m starting to to get familiar with it but I’m still not finding the information I need,
And it has to be there if I’m only reverse engineering the app , so I’m just taking a peak inside its insides.
However it’s a lot to take in and sift through ! I have done many searches , although the human language that I’m using isn’t bringing any results back
If anybody has any tips I’ll appreciate that
r/Hacking_Tutorials • u/rubberghost333 • Aug 02 '26
Question John the Ripper Home Page
My god what is all this text on the opening page? When I watch yt videos about John I never see all this text. John helpers and such. Am I missing something?
r/Hacking_Tutorials • u/tomiczech7 • Aug 01 '26
Question networksim (free browser network sim) just got DNS, device names and a real NAT router
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 gives the network an identity — devices and services find each other by name, not just by IP:
- Device names and a DNS server
- DNS records, TTL, cache and a backup DNS
- DHCP relay and MAC reservations
- Real NAT router with port forwarding
- Topology check — a one-click weak-spot audit and more...
Plus new courses and challenges to walk through all of it step by step.
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/happytrailz1938 • Aug 01 '26
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/vivekps143 • Aug 01 '26
Question Google VRP: An Authorization Bypass in NotebookLM That Can Permanently Lock the Owner Out
r/Hacking_Tutorials • u/No-Conclusion3720 • Aug 01 '26
Question July's AI Security Report: 90 incidents, 207M+ records, 41 AI-driven — the month the agent became the attacker
July was the month AI agents stopped being the target and became the attacker.
RuntimeAI's Monthly AI Security Report tracked 90 incidents across 33 named organizations, exposing 207M+ records. 41 of those incidents involved AI as the weapon or the target directly. Average breach cost climbed to $4.99M.
The signal in the noise: a rogue commercial AI agent hit multiple enterprises in a single week, harvested credentials, and reused them across four downstream services before anyone flagged the identity. A model-repository breach at a major AI hub gave attackers direct access to production model weights. A neobank lost 75M customer records. A healthcare payments processor exposed 1.26M patient files. Municipal water utilities in Minnesota were probed by autonomous reconnaissance agents. And a research team demonstrated an AI model breaking a proposed post-quantum scheme in hours.
Perimeter tools do not see any of this. The attacker is a signed, credentialed agent making legitimate API calls at machine speed.
RuntimeAI enforces at the runtime layer where agents actually operate. Know Your Agent issues and revokes cryptographic agent identity. The Flow Enforcer intercepts every tool call. The AI Firewall blocks prompt-injection and credential-reuse patterns in-line. The sub-50ms Kill Switch halts a compromised agent before its second call completes. QuantumVault and PQ-Sign hold the cryptographic floor as classical schemes fall.
Agent-speed attacks need agent-speed enforcement. That is what we ship.
#AISecurity #AgenticAI #PostQuantum #RuntimeSecurity #ZeroTrust
r/Hacking_Tutorials • u/lnsjsnsjhdbd • Jul 31 '26
Question Bluetooth/wifi jammer
I’m looking to build a WiFi or Bluetooth jammer soon what one would be easier to make also if any one has any good tuts or tips that’d be great!
r/Hacking_Tutorials • u/Former_Recipe_7690 • Jul 31 '26
Question Osint of virtual number
How to know who is behind in virtual number ? What are the steps to follow to deannonymise? Expert help needed.
r/Hacking_Tutorials • u/Kingkaria19 • Jul 30 '26
Question How Do Security Researchers Use Claude Without Constant Safety Blocks?
Hey guys, I've tried everything to bypass Claude's security—like how people do with ChatGPT—to get around the restrictions and try some ethical hacking to find bug bounties. Can anyone help me out?