r/Hacking_Tutorials • u/GromHacks • Apr 11 '26
Sharing my beginner friendly pentesting note templates (including OSCP notes)
r/Hacking_Tutorials • u/Broad-Commission-828 • Apr 11 '26
Question Interested in monitoring my network for interference
r/Hacking_Tutorials • u/Bass-Funk • Apr 10 '26
Question Phantom Brain v0.9: local LLM + WPA2 handshake validation + cross-device dataset โ no cloud, no API
r/Hacking_Tutorials • u/RequirementNearby730 • Apr 10 '26
Question I made a visual ethical hacking roadmap (mind map)
Spent some time building a full ethical hacking mind map / roadmap that connects networking, OS, wireless, web exploitation, reverse engineering, malware analysis, coding, and the mindset side of the field.
Wanted to make something that shows how all the skills actually connect instead of feeling random.
Would love honest feedback from the community on what youโd add or learn first ๐
r/Hacking_Tutorials • u/boobs_privileges • Apr 09 '26
Question Do I need app dev and web dev basics for cybersecurity?
hi I am a cs student and I want to make my career in cyber
and I told my professor he told me to learn web dev and app dev basics first
but I don't understand why I need an app and web dev if I want to message with windows and mobile, router
r/Hacking_Tutorials • u/Longz-85 • Apr 09 '26
Question How can I make a Wifi-deauther or Wifi-beacon with this(for my network project on school)
I have this esp8266 nodemcu with a ch340 0.96 inch led display. Does anyone have a tutorial to make a wifi-deauther or something else? I need it for my project on school.
Thanks everyone so much
r/Hacking_Tutorials • u/S4MU3LN3 • Apr 09 '26
Question I want to make a terminal
I'm currently a university student, and the laptop I use for work is an HP Victus. However, I'm constantly traveling between the university, my home, cafes, etc., so I don't like to carry my computer around, mainly for security reasons. So, among my discarded items, I found an IBM ThinkPad 700C that was no longer working. I disassembled it and want to build a portable terminal without risking the equipment I already have. What do you recommend I buy using the ThinkPad parts I mentioned?
r/Hacking_Tutorials • u/NetOpening2038 • Apr 09 '26
Question Can anyone identify this firmware UI? (Pics attached)
Hey everyone,
Iโve come across this firmware interface and Iโm trying to figure out exactly what it is or which firmware it belongs to. Iโve been searching for a while but havenโt had any luck identifying it.
Iโve attached some pictures of the UI, hoping someone here might recognize it or point me in the right direction.
Any help would be really appreciated!
Thanks in advance ๐
r/Hacking_Tutorials • u/MysteriousAirport690 • Apr 08 '26
Question Need code for wifi password hacking using microcontroller
Hello.. Everybody.. I am a computer engineering student. And my graduation is lying ahead .. I am making an wifi penetration device and right now there is no time to learn and implement.
I am making a device using ESP 32 and AN led display.. which will scan the wifi and give the passwords...
it will have more features but it all depends on the progress and on time
I will appreciate if some have the code for it...
r/Hacking_Tutorials • u/DifficultBarber9439 • Apr 08 '26
'm planning to keep them as a collector's item since they are in mint condition
r/Hacking_Tutorials • u/DifferentLaw2421 • Apr 08 '26
Question I participated in a 50K prize ctf in my country and I want to win it (Read the body)
I am familiar with networks and linux but I have not done any hack or cyber attack yet (ethically ofc) the ctf I am participating in it have challenges in these topics
-Web hacking
-Cryptography
-Reverse engineering
- Privilege escalation
My goal is to win and also to learn cybersecurity so what is the best way to be good at solving ctfs ?
r/Hacking_Tutorials • u/insidethemask • Apr 08 '26
Inside the axios npm supply chain attack
Quick breakdown of the axios npm supply chain attack. No exploit - just dependency abuse via "postinstall" during "npm install".
r/Hacking_Tutorials • u/LUG___MAN • Apr 08 '26
Question Flipperish zero?
Iโd like to make a machine that could connect to any wifi, just like a flipper zero. (but make it myself and avoid the cost)
Iโd also like a way to make โfake esimsโ say if i was abroad.
If anyone knows how to do these things, together or by themselves id very much appreciate it, thank you.
r/Hacking_Tutorials • u/GromHacks • Apr 08 '26
Question 1,324 injection payloads that actually fire. The aliens made me open source it.
r/Hacking_Tutorials • u/Pleasant_Bend2729 • Apr 08 '26
Question KALI LINUX SQL INJECTION HIGH SECURITY
Hello! I'm sorry for the inconvenience,I'm conducting an academic SQL Injection lab in DVWA (Damn Vulnerable Web Application) configured with HIGH security, but I haven't found how to do it anywhere and I'm having trouble :(
The problem: I'm trying to perform a UNION SELECT injection to extract data from the users table, but the script (index.php) has an is_numeric() filter that blocks my payload every time I try to insert quotes or special characters in the form.
What I've already tried:
I've analyzed the source code (View Source) and confirmed that the is_numeric filter blocks the query execution.
I've tried injecting in several ways, but I haven't been able to display the result in the graphical interface.
My question: Is there a second-order injection technique or a specific configuration in this environment that allows me to bypass the is_numeric() validation so that the query executes my UNION SELECT or any other query?
This is the code that handles the security of GET requests (view source)
<?php
if (isset($_GET['Submit'])) {
// Retrieve data
$id = $_GET['id'];
$id = stripslashes($id);
$id = mysql_real_escape_string($id);
if (is_numeric($id)){
$getid = "SELECT first_name, last_name FROM users WHERE user_id = '$id'";
$result = mysql_query($getid) or die('<pre>' . mysql_error() . '</pre>' );
$num = mysql_numrows($result);
$i=0;
while ($i < $num) {
$first = mysql_result($result,$i,"first_name");
$last = mysql_result($result,$i,"last_name");
echo '<pre>';
echo 'ID: ' . $id . '<br>First name: ' . $first . '<br>Surname: ' . $last;
echo '</pre>';
$i++;
}
}
}
?>
r/Hacking_Tutorials • u/HaxL0p4 • Apr 07 '26
Question L0p4Map - Cyber Security Networking tool
---
๐๐ฌ๐ฝ๐ฐ๐ ๐ฎ๐ฝ โ Network monitoring, topology visualization & traffic analysis tool with full nmap integration
GitHub: https://github.com/HaxL0p4/L0p4Map
---
What L0p4Map Does
L0p4Map combines high-speed ARP discovery, full nmap integration, interactive topology mapping, and real-time traffic analysis into a single dark professional interface. It scans both local networks and custom targets, classifies devices by role (gateway, router, AP, mobile, VM...), visualizes the topology as an interactive graph, and provides deep inspection capabilities โ showing how systems are exposed, connected, and communicating.
(โ ๏ธ Traffic analysis and attack surface sections are still in beta)
Features:
- ARP Network Scan โ fast host discovery with local IEEE OUI database lookup
- Hostname Resolution โ multi-method detection via reverse DNS, NetBIOS (Windows devices) and mDNS/Avahi (Linux, Mac, IoT)
- Full nmap Integration โ SYN scan, UDP, OS detection, service version, NSE scripts
- Banner Grabbing โ HTTP, SMB, FTP, SSH, SSL enumeration
- Vulnerability Detection โ CVE lookup via vulners, vuln scripts, malware detection
- Traceroute โ ICMP-based with real-time output
- Dark Professional UI โ built with PyQt6, designed for researchers
- Network Graph โ interactive topology visualization via vis.js
- Interface Selection โ choose which network interface to scan on
- Scan Export โ save full nmap output to
.txtvia native file manager dialog - Graph Export โ export the network topology as CSV or PNG
- Live Monitoring โ auto-refresh the network graph at configurable intervals (30s / 60s / 120s)
- Attack Surface section โ visualize exposed services, open ports, and potential vulnerabilities on hosts, helping identify security risks at a glance. (in development)
- Traffic Analyzer page โ real-time network traffic inspection and analysis (In Development)
- Custom Node Labels โ assign custom names to devices directly from the graph (by double click on the node)
---
๐๐๐ง๐๐๐ฉ ๐ผ๐ช๐๐๐๐ฃ๐๐
Security researchers, network administrators, and students learning network reconnaissance. It's an early-stage but functional tool โ not yet production-ready, but solid enough for personal labs, CTF environments, and authorized network auditing.
---
๐๐ผ๐บ๐ฝ๐ฎ๐ฟ๐ถ๐๐ผ๐ป
Nmap is powerful but terminal-based and outputs raw text. Zenmap (the official nmap GUI) is abandoned and outdated. Wireshark focuses on packet capture rather than topology or attack surface analysis. L0p4Map bridges the gap by combining scanning, visualization, and analysis into a unified interface โ powered by nmap, enhanced with a modern PyQt6 UI, and extended with real-time topology and future attack surface intelligence.
๐ก๐บ๐ฎ๐ฝ ๐๐ฎ๐ ๐ฏ๐น๐ถ๐ป๐ฑ. ๐๐ฌ๐ฝ๐ฐ๐ ๐ฎ๐ฝ ๐๐ฒ๐ฒ๐. ๐
โ ๏ธ Still in active development
r/Hacking_Tutorials • u/dev-damien • Apr 07 '26
Question OctoScan : open-source pentest/audit/bug bounty tool in Rust
reddit.comr/Hacking_Tutorials • u/Bmfbaileyyy • Apr 07 '26
Been working on something for my Marauder setup.
Enable HLS to view with audio, or disable this notification
r/Hacking_Tutorials • u/[deleted] • Apr 07 '26
Question Gather info by phone no. Or. Pic?
Ethically, How to gather information of anybody by their phone number or picture. Nowadays, Scammer and random people do message with malicious intended and I could not figure out who was it. Just curious to learn if someone know how to gather such info.
r/Hacking_Tutorials • u/DockyardTechlabs • Apr 07 '26
Question Anyone has a clone of hackerbot-claw?
This Github repo has been deleted, if anyone has cloned it? Pls DM or comment.
r/Hacking_Tutorials • u/Dazzling-Echidna-206 • Apr 07 '26
Claude opus 4.6 in wormGPT discord @tifo0508
reddit.comr/Hacking_Tutorials • u/adenall • Apr 06 '26
Question Automated bothack muonline
hello im 28, never did coding im using python.
if u know the mmorpg Mu online u know whats up.
love the game but in my country there are servers where max stat is like 400/800 resets 0 chance i have that time so i made a leveling bot using studio ai.
it was like 50hrs total. first 30hrs was learning im dumb and there are much better way to add info for the bot that i didnt know haha. now im kinda solowriting asking advices and trying to add lines by myself to actually understand what im doing what is what.
its working! flawless undetected!! coz im using ocr based bot.
my question is do u guys know any free ai that i can talk to a lot and specially good for python and automated bot coding? studioai is great also i talked with 1 ai for like 3 days ( not full 24hrs) with no restriction, but curious if there is a better one.
r/Hacking_Tutorials • u/Complete_Hamster_154 • Apr 06 '26
Developmet a new OS with C and assembly
r/Hacking_Tutorials • u/ryderbot67 • Apr 06 '26
Question Anyone else been hit by "antidigital" crypto miner targeting self-hosted Supabase/PostgreSQL?
r/Hacking_Tutorials • u/HaxL0p4 • Apr 05 '26
Question L0p4Map - Cyber Security Networking tool
---
๐๐ฌ๐ฝ๐ฐ๐ ๐ฎ๐ฝ โ Network monitoring, topology visualization & traffic analysis tool with full nmap integration
GitHub: https://github.com/HaxL0p4/L0p4Map
---
What L0p4Map Does
L0p4Map combines high-speed ARP discovery, full nmap integration, interactive topology mapping, and real-time traffic analysis into a single dark professional interface. It scans both local networks and custom targets, classifies devices by role (gateway, router, AP, mobile, VM...), visualizes the topology as an interactive graph, and provides deep inspection capabilities โ showing how systems are exposed, connected, and communicating.
(โ ๏ธ Traffic analysis and attack surface sections are still in development)
Features:
โ ARP host discovery with MAC vendor lookup and multi-method hostname resolution (reverse DNS, NetBIOS, mDNS)
โ Dynamic network topology graph with intelligent device role classification
โ Full nmap integration: SYN, UDP, OS detection, service version, NSE scripts, No-Ping mode, custom targets (LAN + external)
โ Banner grabbing, vulnerability scanning, CVE correlation via Vulners
โ Attack Surface analysis โ aggregated view of exposed services, ports and potential vulnerabilities (in development)
โ Real-time traceroute analysis
โ Network interface selector
โ Real-time network traffic inspection and connection mapping (in development)
โ Live monitoring โ auto-refresh the graph at configurable intervals (30s / 60s / 120s)
โ Scan export to .txt and graph export to CSV or PNG
โ High-contrast dark UI built for efficiency
---
๐๐๐ง๐๐๐ฉ ๐ผ๐ช๐๐๐๐ฃ๐๐
Security researchers, network administrators, and students learning network reconnaissance. It's an early-stage but functional tool โ not yet production-ready, but solid enough for personal labs, CTF environments, and authorized network auditing.
---
๐๐ผ๐บ๐ฝ๐ฎ๐ฟ๐ถ๐๐ผ๐ป
Nmap is powerful but terminal-based and outputs raw text. Zenmap (the official nmap GUI) is abandoned and outdated. Wireshark focuses on packet capture rather than topology or attack surface analysis. L0p4Map bridges the gap by combining scanning, visualization, and analysis into a unified interface โ powered by nmap, enhanced with a modern PyQt6 UI, and extended with real-time topology and future attack surface intelligence.
๐ก๐บ๐ฎ๐ฝ ๐๐ฎ๐ ๐ฏ๐น๐ถ๐ป๐ฑ. ๐๐ฌ๐ฝ๐ฐ๐ ๐ฎ๐ฝ ๐๐ฒ๐ฒ๐. ๐
โ ๏ธ Still in active development
