I really don’t know how to explain but hacking is difficult to understand. Like I watched tutorials on Youtube, took courses and read many books but still I feel like I know nothing. Watching Mr Robot and other documentation made feel even worse, you might say Mr Robot doesn’t portray the real world but the documentation do. Like this video I was completely baffled at how I didn’t have a single clue how they did it what techniques they used.
After all that though, I don’t want to give up on hacking, I want to learn more advanced stuff. If you have an recommendations please dm me or comment.
Sorry for my bad english learning to write too.
I’m probably in the same boat as you, I have zero formal CS education. The way I originally learned was various: by embarking on small projects, fixing broken computers so I could play games, reading books, watching videos. The key thing in learning any subject is to recognise that when you don’t understand something it’s usually because some foundational knowledge is missing. You cannot properly understand a computer file system before you grasp the concept of binary numbers, bits and bytes, for instance.
Lately I’ve been using Chatgpt. You can ask it to write code in any language. Ask it to solve a particular problem and then start dismantling the answer, step by step. When you don’t understand the answer, ask it to elaborate. For your purposes, you could ask it to script a port scanner on your home network. This is key skill for any aspiring hacker and if you can get that working on your LAN, those principles can be adapted to WAN. Get a copy of the CIA vault 7 library, ask chatgpt to explain snippets of the code. I would imagine you have to preface your questions as coming from a ‘white hat’ perspective or it may balk.