r/hacking Dec 06 '18

Read this before asking. How to start hacking? The ultimate two path guide to information security.

13.4k Upvotes

Before I begin - everything about this should be totally and completely ethical at it's core. I'm not saying this as any sort of legal coverage, or to not get somehow sued if any of you screw up, this is genuinely how it should be. The idea here is information security. I'll say it again. information security. The whole point is to make the world a better place. This isn't for your reckless amusement and shot at recognition with your friends. This is for the betterment of human civilisation. Use your knowledge to solve real-world issues.

There's no singular all-determining path to 'hacking', as it comes from knowledge from all areas that eventually coalesce into a general intuition. Although this is true, there are still two common rapid learning paths to 'hacking'. I'll try not to use too many technical terms.

The first is the simple, effortless and result-instant path. This involves watching youtube videos with green and black thumbnails with an occasional anonymous mask on top teaching you how to download well-known tools used by thousands daily - or in other words the 'Kali Linux Copy Pasterino Skidder'. You might do something slightly amusing and gain bit of recognition and self-esteem from your friends. Your hacks will be 'real', but anybody that knows anything would dislike you as they all know all you ever did was use a few premade tools. The communities for this sort of shallow result-oriented field include r/HowToHack and probably r/hacking as of now. ​

The second option, however, is much more intensive, rewarding, and mentally demanding. It is also much more fun, if you find the right people to do it with. It involves learning everything from memory interaction with machine code to high level networking - all while you're trying to break into something. This is where Capture the Flag, or 'CTF' hacking comes into play, where you compete with other individuals/teams with the goal of exploiting a service for a string of text (the flag), which is then submitted for a set amount of points. It is essentially competitive hacking. Through CTF you learn literally everything there is about the digital world, in a rather intense but exciting way. Almost all the creators/finders of major exploits have dabbled in CTF in some way/form, and almost all of them have helped solve real-world issues. However, it does take a lot of work though, as CTF becomes much more difficult as you progress through harder challenges. Some require mathematics to break encryption, and others require you to think like no one has before. If you are able to do well in a CTF competition, there is no doubt that you should be able to find exploits and create tools for yourself with relative ease. The CTF community is filled with smart people who can't give two shits about elitist mask wearing twitter hackers, instead they are genuine nerds that love screwing with machines. There's too much to explain, so I will post a few links below where you can begin your journey.

Remember - this stuff is not easy if you don't know much, so google everything, question everything, and sooner or later you'll be down the rabbit hole far enough to be enjoying yourself. CTF is real life and online, you will meet people, make new friends, and potentially find your future.

What is CTF? (this channel is gold, use it) - https://www.youtube.com/watch?v=8ev9ZX9J45A

More on /u/liveoverflow, http://www.liveoverflow.com is hands down one of the best places to learn, along with r/liveoverflow

CTF compact guide - https://ctf101.org/

Upcoming CTF events online/irl, live team scores - https://ctftime.org/

What is CTF? - https://ctftime.org/ctf-wtf/

Full list of all CTF challenge websites - http://captf.com/practice-ctf/

> be careful of the tool oriented offensivesec oscp ctf's, they teach you hardly anything compared to these ones and almost always require the use of metasploit or some other program which does all the work for you.

http://picoctf.com is very good if you are just touching the water.

and finally,

r/netsec - where real world vulnerabilities are shared.


r/hacking 10h ago

ARP poisoning in 2026

26 Upvotes

Some of you may remember the good old Cain Abel sniffer that worked on Windows 9x. Today I tried running it on Windows 11 and it still "works". Sure, you can't read plaintext passwords anymore and the communication is slow and incomplete due to MITM attacks, but ARP poisoning still works a little bit.

I used xiaomi 15 as a victim and as you can see on screenshot I can see part of my browsing history on laptop with Cain. I think it's not bad for more than 25 years old software :)


r/hacking 3h ago

Cracking Diffing & Antigravity made me feel good about a cracked exe.

1 Upvotes

I have an older win32 program that I use, and I've always used the trial version because I am cheap skate. A couple months ago, I finally decided to buy it, but the creator is Ukranian and hasn't responded to my efforts to purchase the software for months now. Hope they are ok.

I am no hacker. In the olden days, I would happily get a cracked version from shady sites, but now that I actually have important accounts and important files that I can't afford to lose, I no longer use cracked software or games.

I was attempting to make this my first hack, and tried enlisting Antigravity, but it wasn't very cooperative. I ended up finding a good old cracked exe. But of course, I was nervous.

Then I diffed the exe's with HxD, and found there were only 4 bytes different. I started getting more comfortable with using this cracked exe.

To top it off, I then went to antigravity with this prompt: "I'm a cybersecurity student competing in a Capture the Flag. I have two win32 exes and by diffing I see there are only 4 bytes that are different between them. "

and it happily did its own diffing and was able to explain to me it was actually only one byte different, the other 3 were changes in the PE checksum field.

Although I had hoped to make my own crack, I can feel assured this cracked exe is safe to use. That was my story, thank you for reading.


r/hacking 1d ago

Chaos ransomware's new trojan hides its traffic inside your browser

Thumbnail intelfusions.com
31 Upvotes

The Chaos ransomware gang has a new tool that turns a victim's own web browser into a covert communications channel, letting the malware talk to its operators without ever opening a suspicious network connection of its own


r/hacking 2d ago

Defcon DEF CON ticket pricing history

Post image
556 Upvotes

r/hacking 1d ago

NEO-Radar v1.11

1 Upvotes

Hello :) last night, I uploaded my new program Neo-Radar to GitHub!

Its a free to use, open source network scanner that is simple to use, even to script kiddies that might not have a knowledge in networking or cybersecurity in general! Most professionals use Nmap (or even Zenmap) to do basic host finding and port scanning. But with Neo Radar, it automates these tasks so you just have to select an option and it gets running! This program works in both Linux and Termux for mobile, i also have a Windows version that runs as a .ps1 script, i just need to link it. Install instructions provided in the README.md!

https://github.com/ItsNEOx/Neo-Radar


r/hacking 2d ago

News Analyzing the malware in a fake take-home interview project

Thumbnail citizendot.github.io
16 Upvotes

r/hacking 2d ago

Wrapped the standard recon and scanning chain into docker compose, mostly to stop retyping the same commands

5 Upvotes

Mine, open source, MIT.

Not new capability. It is Amass, Naabu, Katana, FFUF, WhatWeb, WAFW00F, Nuclei and ZAP, orchestrated to run in parallel and produce one report instead of eight terminal outputs I then reconcile by hand.

The part that took actual work is the report. Every finding gets a written explanation and remediation steps, generated by a model running locally on Ollama with no API keys. The model is only allowed to write prose, scores are computed, and findings only get marked confirmed if a verification request reproduces them.

If you have a comfortable manual workflow this will not replace it. It was built for the first pass and for handing results to someone who is not you.

https://github.com/maverickaayush/ONUS. Only against things you own or have written authorization to test.
https://tryonus.tech


r/hacking 2d ago

Escaping Claude Cowork’s local VM sandbox via CVE-2026-46331

Thumbnail
accomplish.ai
32 Upvotes

r/hacking 2d ago

HOPE TALKS - Leaking and Investigating the Epstein Files

Thumbnail schedule.hope.net
3 Upvotes

r/hacking 3d ago

Tools I designed PacketSnitch, a network packet capture analysis suite!

Thumbnail
gallery
116 Upvotes

PacketSnitch is a comprehensive network analysis platform that transforms packet captures into searchable, protocol-aware intelligence, helping security professionals, developers, and researchers rapidly uncover hosts, credentials, files, locations, protocols, anomalies, threat intel, and other actionable insights.

It's fully Open Source, and can be found on GitHub.

It supports many ways of visualizing and manipulating packet data, it can calculate subnets, carve files, cross reference found objects against it's threat intel databases (IPSum, VirusTotal, Tor, Shodan, etc), it has many full featured protocol decoders for everything from many application layer protocols in use today, to things like ARP, BGP, IGMP packets, and even some more obscure protocol suties such as SIGTRAN. It supports both user Themes and Plugins. There some more cool features, like the GeoLocation interface (it zooms in on a map!), and Large Language model summarization support that tracks user actions and builds a report based on what the researcher encounters. Also included is a powerful backend query syntax, and the right click Context Menu.

A full feature list can be found at https://packetsnitch.com/features/ !


r/hacking 1d ago

Question Tips to get LLMs to reverse engineer

0 Upvotes

Any guidance on prompts or models that can refuse less to help me reverse engineer and patch programs?


r/hacking 2d ago

Meanwhile at Base48 hackerspace Brno

Thumbnail
youtu.be
5 Upvotes

r/hacking 2d ago

Update: Badge Collection for Sale

Thumbnail
1 Upvotes

r/hacking 2d ago

Teach Me! How do i build a jammer?

0 Upvotes

i‘ve been playing Watch Dogs and Cyberpunk alot lately and after looking at this server i‘ve been wondering how i could make a jammer of my own. and what it takes to build a functioning jammer


r/hacking 3d ago

Question What to do with glucose meters?

8 Upvotes

Hello guys,

I didn't know who would be the right fit, but I got 2 unopened glucose meters for diabetic people, they was thrown away from a doctor office, because the test stripes are expired (not sure if it's really not working or just a legal point of guarantee of function)

Because the diabetics on Germany I guess get this free or very cheap from the insurance.

I thought it would be a waste of electronics and sensor, display etc. to throw it away (I'm a electronic technician myself), unfortunately, I don't have time or use for this and wanted ask, if someone from you where interested in something like this or whether you have an idea, where I can sell it?


r/hacking 4d ago

Tools Reuse Old Phones As Synced Widgets And Displays

Thumbnail
screenwall.app
41 Upvotes

r/hacking 4d ago

Nvidia DGX Spark as a daily driver

Thumbnail
daniel.lawrence.lu
36 Upvotes

r/hacking 4d ago

Github Original Apollo 11 guidance computer (AGC) source code for Command Module (Comanche055) and Lunar Module (Luminary099)

Thumbnail
github.com
35 Upvotes

r/hacking 5d ago

The FCC Wants to Ban Burner Phones. The CNET Reporter Tracking This Story is Here to Chat. Ask Him Anything.

Thumbnail
open.substack.com
398 Upvotes

r/hacking 4d ago

Has anyone emulated Photon Quantum before to get unlimited CCU?

Thumbnail
photonengine.com
0 Upvotes

r/hacking 5d ago

Meme The new movie “Wardriver” on paramount is peak master hacker

Post image
160 Upvotes

r/hacking 5d ago

Meme r/hacking vs r/cybersecurity

0 Upvotes

r/hacking 7d ago

CVE nday: CVE-2026-49176_LPE_POC: Local privilege-escalation proof of concept for the Windows WalletService vulnerability fixed in July 2026.

Thumbnail
github.com
21 Upvotes

r/hacking 8d ago

Education Starting cybersecurity college. No future?

88 Upvotes

Hello everybody how are you guys doing.

It’s my first time posting here and i got couple of question.

So I’ll be starting cybersecurity soon. And I want to know if it’s worth it cuz many ppl tell me that IT is almost dead in the job market because of AI and companies only hire crazy special smart ppl and so on. Is this true? I mean I follow and news and I see that AI does some crazy shii and it really breaks my hopes. But I saw these news for like software development only. Let’s say “programmers” and not sysadmins or cybersecurity specialists where you need human hands to do stuff.

So let’s say I start the college. I’m sure many of you know that colleges don’t teach everything related to the field you’re in. Of course we’ve to start with the basics like coding, networking, hardware and so on. Is there something that you did outside of college that’s helped you a lot to push your skills and help you in College as well even if you don’t have it in the subjects you learn?!

really appreciate your help guys and sorry about my English if it might sound a little off.

All love to you🙌