I know how to use most of the tools in Kali like msfvenom and msfconsole and I can safely call myself a script kiddie.
I learned the basics of C# and that helps me understand some of the things in C, but I still get easily lost.
I know the basics of assembly like mov xor add jmp cmp
etc but it's hard for me to follow the flow of actual code and I most likely won't be able to make a pseudo C code from an assembly program
I want to stop being a script kiddie and start being better, not to make a career of it, but just because I like the whole concept of programming tools, finding exploits, and taking advantage of holes in the system.
I started following this book "The Shellcoder's Handbook" and read the first 4-5 chapters. I kind of get the idea and concept but it's very hard for me to follow what's actually happening.
I've been studying for 8 hours every day following the book and similar videos, yet I don't feel much improvement.
Is my method wrong?
Am I just starting from a bad place?
Is it better to learn every command in python/C and overall the languages or should I learn them while studying books and videos like these since I'm pretty good at C# (or so I believe)?
Is it normal to hardly understand these things? I mean, I can understand how a shell script works, for example, but I can't make one myself if left alone to code it.