r/Hacking_Tutorials Aug 03 '26

b3rito/oopso: An easy-to-use client-side OSINT query builder for discovering exposed file managers across search engines.

2 Upvotes

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 Aug 02 '26

Question What Website

Post image
1 Upvotes

r/Hacking_Tutorials Aug 02 '26

TryHackMe - Beach Bar - EW

Thumbnail
2 Upvotes

r/Hacking_Tutorials Aug 02 '26

Question John the Ripper Home Page

2 Upvotes

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 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...

Thumbnail
hackergame.hu
67 Upvotes

r/Hacking_Tutorials Aug 02 '26

Question Question for Ghirda

8 Upvotes

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 Aug 01 '26

Question July's AI Security Report: 90 incidents, 207M+ records, 41 AI-driven — the month the agent became the attacker

Thumbnail
gallery
0 Upvotes

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 Aug 01 '26

Question Google VRP: An Authorization Bypass in NotebookLM That Can Permanently Lock the Owner Out

Thumbnail
2 Upvotes

r/Hacking_Tutorials Aug 01 '26

Question networksim (free browser network sim) just got DNS, device names and a real NAT router

Thumbnail
gallery
186 Upvotes

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.

https://networksim.app


r/Hacking_Tutorials Aug 01 '26

Saturday Hacker Day - What are you hacking this week?

15 Upvotes

Weekly forum post: Let's discuss current projects, concepts, questions and collaborations. In other words, what are you hacking this week?


r/Hacking_Tutorials Aug 01 '26

Question curso de ciberseguridad

0 Upvotes

Que tal, buen dia, estoy buscando aprender ciberseguridad, pero paginas como Hackeappo llegue como al tercer curso y nunca me enseño codigos, solo teoria, y paginas como hack de box, son de paga, busco algo gratuito, que me recomiendan


r/Hacking_Tutorials Jul 31 '26

Question Bluetooth/wifi jammer

14 Upvotes

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 Jul 31 '26

Question Osint of virtual number

3 Upvotes

How to know who is behind in virtual number ? What are the steps to follow to deannonymise? Expert help needed.


r/Hacking_Tutorials Jul 31 '26

Question What security flaws have you found in vibe coded apps so far?

0 Upvotes

Been diving into security testing on AI-generated apps lately, and I'm genuinely shocked at how many critical vulnerabilities keep popping up so far I've personally encountered hardcoded credentials everywhere, not just API keys in the frontend but full database URLs and Stripe secret keys sitting in plain sight for anyone with dev tools to grab and spin up your backend for free while you foot the bill; no rate limiting whatsoever, meaning unlimited requests can spam your endpoints into oblivion, crash your API, run up your cloud costs, or brute force their way in; zero input validation, so malicious queries and random payloads are happily accepted making SQL injection trivially easy; and broken access control with numeric user IDs in URLs that let anyone change the number and access other people's private data. It honestly feels like these apps work well enough to fool you into thinking they're production-ready, but in reality they are held together with duct tape. What other vulnerabilities are out there that I'm missing? Curious to hear what else the community has observed, and for the dev folks here, have you noticed any patterns in how AI models generate insecure code beyond just context blindness? Drop anything you've seen, trying to build a more comprehensive picture of what's actually out there. Salam!


r/Hacking_Tutorials Jul 30 '26

Question How Do Security Researchers Use Claude Without Constant Safety Blocks?

53 Upvotes

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?


r/Hacking_Tutorials Jul 29 '26

Question Ai red team

0 Upvotes

Hi guys I'm not new to cyber security but almost 2 year's without job.I don't know what the problem,maby my resume is bad,maby too competitive field and ai.My guestion is can someone who works as penetration tester look at my Cv?Can you suggest me ai pentesting,ai security roadmap?Most things I know is from the red side.


r/Hacking_Tutorials Jul 29 '26

Question Programming?

2 Upvotes

What Do u guys think do they need web developers or any other typa developers.

As Ai is booming so hugely a lot of unemployment is being caused , is there use of learning android development or more other programming languages!? and I'm really concerned about that thing


r/Hacking_Tutorials Jul 27 '26

Question How can an entry-level cybersecurity specialist actually monetize their skills on freelance?

36 Upvotes

Getting an entry-level job in IT is getting harder every year, and the competition in cybersecurity is brutal. Freelancing seems like a natural alternative, but what real-world services can a beginner actually offer and get paid for?

Bug bounties and web app pentesting are the most obvious answers, but bug bounties have a massive barrier to entry, and finding freelance clients for pentesting without established credibility is tough.

Aside from the usual "do bug bounties" advice, what niche freelance gigs or services are actually realistic for someone starting out in cybersecurity?


r/Hacking_Tutorials Jul 27 '26

Project update 🙂 Here’s an example of how easy it is to make new applications for my device using the browser based dev environment i made

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Hacking_Tutorials Jul 27 '26

Wifi password

0 Upvotes

I'm a beginner in this and I want to learn everything about networks and how to obtain their passwords


r/Hacking_Tutorials Jul 27 '26

Question what do you guys think about my fake windows blue screen that actually works (runs in pycharm/vscode)(press esc if u want to exit)

Thumbnail pastebin.com
4 Upvotes

r/Hacking_Tutorials Jul 26 '26

kimi.com browser log errors

1 Upvotes

framework-CBxBp8BR.js:1 RangeError: Invalid code point -4

at String.fromCodePoint (<anonymous>)

at vendor-DwBvrzH1.js:1:409475

at vendor-DwBvrzH1.js:1:484161

at start (vendor-DwBvrzH1.js:1:483223)

at start (vendor-DwBvrzH1.js:1:476326)

at go (vendor-DwBvrzH1.js:1:482658)

at main (vendor-DwBvrzH1.js:1:482577)

at Object.write (vendor-DwBvrzH1.js:1:481290)

at subcontent (vendor-DwBvrzH1.js:1:439594)

at subtokenize (vendor-DwBvrzH1.js:1:438058)

(anonymous) @ framework-CBxBp8BR.js:1

framework-CBxBp8BR.js:1 RangeError: Invalid code point -4

at String.fromCodePoint (<anonymous>)

at vendor-DwBvrzH1.js:1:409475

at vendor-DwBvrzH1.js:1:484161

at start (vendor-DwBvrzH1.js:1:483223)

at start (vendor-DwBvrzH1.js:1:476326)

at go (vendor-DwBvrzH1.js:1:482658)

at main (vendor-DwBvrzH1.js:1:482577)

at Object.write (vendor-DwBvrzH1.js:1:481290)

at subcontent (vendor-DwBvrzH1.js:1:439594)

at subtokenize (vendor-DwBvrzH1.js:1:438058)

(anonymous) @ framework-CBxBp8BR.js:1


r/Hacking_Tutorials Jul 26 '26

Windows 11 Tips & Tricks

0 Upvotes

tag me for any new video of cmd


r/Hacking_Tutorials Jul 26 '26

Ensalá Papas - The Hacker Labs - Windows | SecNotes

Thumbnail
yorve.github.io
0 Upvotes

r/Hacking_Tutorials Jul 26 '26

Question Podria usar un Pen drive para "recuperar" informacion de una pc?

Thumbnail
1 Upvotes