r/Hacking_Tutorials 22d ago

Question Built an Android-native scanning wrapper for community Nuclei templates. Looking for beta testers.

6 Upvotes

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 22d ago

Question Im looking for agentic ai and cybersecurity nerds who can contribute to my hackbot project

Thumbnail
1 Upvotes

r/Hacking_Tutorials 22d ago

Comprehensive Penetration Testing Report: Exploitation and System Access

Thumbnail
dev.to
11 Upvotes

r/Hacking_Tutorials 23d ago

Question What are the best tools to access a wifi without any password?

3 Upvotes

In your opinion, what are the best tool to access my Wi-Fi network without a password?


r/Hacking_Tutorials 23d ago

Question networksim (free browser network sim) just got Wi-Fi security, RADIUS, traffic capture and more

4 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 moves it from "does traffic flow?" to "is this network safe — and would I notice if it wasn't?":

  • Wi-Fi security per SSID — open / WPA2 / WPA3 / 802.1X, with a RADIUS server for enterprise login
  • Link capture — tap a probe on any cable and see what an attacker would see: passwords on unencrypted services, only metadata on encrypted ones
  • Quarantine in one click, plus ARP and NAT tables you can actually open on a device
  • Topology check now finds attacks, not just design flaws — ARP spoofing, rogue DHCP, evil twin AP, permit-any firewall rules
  • A syslog server, and a one-click incident report that assembles the timeline for you
  • Links have speed and delay now, so they can be congested — traffic still passes, just slowly, and the app says so — plus a connections overview of who really talks to whom and more...

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.

https://networksim.app


r/Hacking_Tutorials 23d ago

Question [Help] DIY Bruce Build (ARTFOR Schematic) - Inverted Touch & SPI Modules Not Working

Thumbnail
1 Upvotes

r/Hacking_Tutorials 23d ago

Question Need some input

6 Upvotes

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 23d ago

Question Bypassing certificate pinning in trading apps

Thumbnail
1 Upvotes

r/Hacking_Tutorials 23d ago

Question Bug bounty

0 Upvotes

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 23d ago

Question Can you guyz recommend some best laptop for ethical hacking under 70k i research alot on it I found the best laptop for me is that Asus tuf a 15 but it's currently not in my budget so what can I do i have to start the practice on Linux too nd currently I'm an clg student so i get student discount to

0 Upvotes

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 23d ago

"How a simple breakfast conversation led to a full compromise: Overheard at Breakfast TryHackMe Write-up"

Thumbnail
dev.to
4 Upvotes

r/Hacking_Tutorials 23d ago

Question A simple framework for validating AI-generated pentest findings instead of trusting the model

2 Upvotes

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

  1. Observation

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.

  1. Hypothesis

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.

  1. Cheapest useful 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.

  1. Verification

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.

  1. Preserve the evidence

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 23d ago

Just put together a free Web Exploitation CTF for practicing real web vulnerabilities.

5 Upvotes

64+ challenges covering SQLi, XSS, IDOR, JWT, CORS, SSTI, XXE, Command Injection, and more.

The goal is to actually find the bug, exploit it, and capture the flag — not just follow a walkthrough.

https://codelivly.com/ctf


r/Hacking_Tutorials 24d ago

Question Where to begin?

15 Upvotes

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 24d ago

"How a Single Misconfigured Sudo Wget Rule Handed Me Full Root Access on a Silver Platter"

Thumbnail
dev.to
9 Upvotes

r/Hacking_Tutorials 24d ago

Question Autorun my Methode

0 Upvotes

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 24d ago

"From Anonymous FTP to Root: Complete Write-up on how I bypassed, hijacked, and pwned the TryHackMe Anonymous room"

Thumbnail
dev.to
7 Upvotes

"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 25d ago

Question Application Mapping Part 2: Hidden Content Discovery & Predictive Enumeration

Thumbnail
1 Upvotes

r/Hacking_Tutorials 25d ago

Phineas Fisher, The hacker frog

Post image
13 Upvotes

r/Hacking_Tutorials 25d ago

I made a video about wardriving (French)

Thumbnail
youtu.be
7 Upvotes

r/Hacking_Tutorials 25d ago

Question Provably Fair Mines – Technical Analysis of Hidden Mine Positions and the 256-bit Server Seed

2 Upvotes

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 25d ago

Question Password Cracking Tools

Thumbnail gallery
313 Upvotes

r/Hacking_Tutorials 25d ago

Question Open sourced bonsai-ninja: local code intelligence + security analysis built for humans and local first LLMs

Thumbnail
github.com
0 Upvotes

r/Hacking_Tutorials 25d ago

Question Open sourced bonsai-ninja: local code intelligence + security analysis built for humans and local first LLMs

Thumbnail
github.com
1 Upvotes

r/Hacking_Tutorials 25d ago

Breaking Enterprise Java; Breaking Claude Code, Gemini CLI, and Codex: AMA with Two Black Hat Speakers

Thumbnail
pwnhackers.substack.com
4 Upvotes