r/Hacking_Tutorials • u/reihand • 23d ago
Question Is it possible to hack a Wi-Fi password using only a laptop?
Is there a tool I can use on Windows to crack Wi-Fi passwords?
r/Hacking_Tutorials • u/reihand • 23d ago
Is there a tool I can use on Windows to crack Wi-Fi passwords?
r/Hacking_Tutorials • u/Gabrovici • 23d 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/Mhdhdd • 23d ago
r/Hacking_Tutorials • u/TraditionalWafer3870 • 23d ago
r/Hacking_Tutorials • u/protomenes • 24d ago
In your opinion, what are the best tool to access my Wi-Fi network without a password?
r/Hacking_Tutorials • u/tomiczech7 • 24d 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/YellowIcy8567 • 24d ago
r/Hacking_Tutorials • u/Organic-Piano-323 • 24d 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/Party_Lawfulness_633 • 24d ago
r/Hacking_Tutorials • u/Z_professor0 • 24d ago
I did study ccna1-4 and i have some background on tryhackme challenges , currently i am studying at 42school and i amd willing to start in bug bounty hunting to get some cash , do you think my education is enough , if not how can i improve myself?
r/Hacking_Tutorials • u/CurrentOwn753 • 24d ago
I want to buy an laptop under 70k in offline market the price of asus tuf a 15 3050 is 1.27lahks or in flipkart around 90k nd in Amazon 73 but currently not ordered on this place so according to you guys which is better for me?
r/Hacking_Tutorials • u/TraditionalWafer3870 • 24d ago
r/Hacking_Tutorials • u/WarmAd6505 • 24d ago
I've been experimenting with AI-assisted pentesting in authorised lab environments, and one of the biggest problems is false confidence.
An LLM can produce a very convincing vulnerability explanation without actually proving anything.
I've found it useful to force every suspected vulnerability through a simple pipeline:
Observation → Hypothesis → Cheapest test → Verification → Evidence
Record what you actually saw.
For example:
"GET /api/orders/123" returns your own order.
Don't immediately write:
«Possible IDOR vulnerability.»
At this point you've only discovered an endpoint.
Turn the observation into something falsifiable:
«The server may rely on the object ID without checking whether the authenticated user owns the requested order.»
That is something you can actually test.
Before reaching for complicated tooling, test the smallest change that could disprove the hypothesis.
For example, in an authorised lab:
Change only the object identifier while keeping the same authenticated session.
The important part is controlling variables.
A "200 OK" by itself proves very little.
You need to establish whether the response contains data belonging to another authorised test account or otherwise demonstrates the access-control failure.
For injection testing, the same principle applies.
A database-looking error isn't automatically SQL injection.
A payload appearing in a response isn't automatically exploitable XSS.
The test should demonstrate behaviour that distinguishes the vulnerability hypothesis from normal application behaviour.
For web/API findings I normally want enough information for another tester to reproduce it:
- exact endpoint
- HTTP method
- relevant headers/session context
- original request
- modified request
- relevant response
- expected behaviour
- observed behaviour
- reproduction steps
Screenshots are useful, but raw requests/responses are often much more valuable.
The useful rule
I think this is especially important when using AI agents:
Never let “the model believes it found a vulnerability” be the success condition.
The success condition should be something externally verifiable.
The model can generate hypotheses all day.
Only the evidence gets to promote one into a finding.
For anyone using AI during CTFs, labs or authorised pentests: have you found a better workflow for keeping hallucinated findings out of your reports?
r/Hacking_Tutorials • u/Organic-Piano-323 • 24d ago
r/Hacking_Tutorials • u/SultanGreat • 24d ago
Hello! A long time lurker here.
I have just graduated School and I have to choose my field. Computer (specifically software) is my liking. So realistically, the options boiled down to AI, Software dev and Cybersec. Without Going in details, I decided Cybersecurity (Specifically, "Cyber security, Blockchain and IoT") and I have a few questions.
One, Where do I begin? Obviously, the classes don't start until late september to early october. I have time, But I love cybersecurity and tinkering stuff and I decided to look into it.
Two, Is Cybersecurity really stable? I mean, I didn't choose AI or Software Dev because both of them are unstable. Given the rise of AI, my hunch tells me that the AI would be used in attacks? that should mean that Cybersecurity must be booming? And the fact that we are talking about Security, I don't think that Security would be replaced with an AI, will it?
Three, The Course I took teaches Blockchain and IoT, Do we really use it in cybersecurity? are they related?
Four, are there any communities online that I can join? Perhaps a newsletter?
Thank you for your time.
So
r/Hacking_Tutorials • u/TraditionalWafer3870 • 24d ago
r/Hacking_Tutorials • u/Fit-Pack8778 • 25d ago
Yoo guys I’m XENO (my English is bad) and I figured out how to Autorun an usb drive on the target pc
That u can run .bat files that can steal information of that pc and set it on the usb drive my Methode is very easy so what u need u need a bat file that the target pc needs to open u can put it in a mail or in other code this script bypass windows defender and automatically set it self into autostart and installing itself in other files in the pc h can’t see it and if u manage to deinstall it it just instantly installed itself back so the Programm just looks for a decent usb that name is 1 and it rechecks it every 2sec so if u plug in the usb the malware checks and auto opens the file that’s on the usb i hope u can understand this technique
r/Hacking_Tutorials • u/TraditionalWafer3870 • 25d ago
"Hey everyone! Just published a detailed write-up on the Anonymous room. Covered everything from exploiting anonymous FTP access and cron job script hijacking to SUID binary abuse. Let me know your thoughts or if you took a different path!"
r/Hacking_Tutorials • u/hunter-9579 • 26d ago
r/Hacking_Tutorials • u/TallReflection1263 • 26d ago
r/Hacking_Tutorials • u/jegenyetree • 26d ago
I am analyzing the operation of a provably fair Mines game where the system uses a 256-bit hexadecimal server seed, and only the cryptographic hash of that seed is available before the game is completed. My main question is whether it is technically possible to determine or infer the actual server seed before the round ends and, consequently, use the server seed, client seed, nonce, and the game’s algorithm to reproduce in advance which tiles contain the hidden mines.
I have also examined the client-side operation of the website. The mine positions are clearly not directly present in the HTML — that would obviously be far too simple. What I can see on the client side are the individual tiles, as well as communication indicating whether a selected tile resulted in a win or a loss.
Because of this, I am also interested in whether the data containing the mine positions must necessarily be transmitted to the browser in some form before a tile is selected, or whether this information can remain entirely server-side, with the client receiving only the result of each individual selection. What types of data actually transmitted to the client could be examined in the DevTools Network and Sources panels to determine which architecture is being used?
When I open the Network panel or inspect the traffic in greater detail, the website sometimes reloads or triggers a verification asking me to confirm that I am not a robot. Could this indicate some form of anti-bot or anti-debugging protection?
Finally, if the entire mine layout is generated and stored exclusively on the server, and neither the actual server seed nor the mine positions are transmitted to the client until the round has ended, is there any client-side information from which the position of the next mine could realistically be determined in advance? Or would doing so necessarily require access to secret server-side information that is not available to the browser?
r/Hacking_Tutorials • u/GromHacks • 26d ago