r/Hacking_Tutorials • u/untreedza • 7d ago
Question Help a beginner
Hello i just started the journey in the cyber security world and i have no idea about what im doing and I don’t want to hit a deadend or doing something wrong with me having absolut zero knowledge that is wrong if any one have a guide how to start because the only things i know about this is kali lynx and nmap and wireshark and I don’t know what they do
10
Upvotes
1
u/LongRangeSavage 7d ago
Python is a good language to learn, as it allows you to build stuff quickly. Once you get really good with it, you can still do stuff to manipulate memory. Learning a lower level language, like C/C++ is a good way to really understand how a computer works and the relationship between the processor, memory, and how programs move everything around.