News

When I did the study plan, I used 2 languages for most of it: C and Python. C: Very low level. Allows you to deal with pointers and memory allocation/deallocation, so you feel the data structures and ...
Python really shines when it comes to automating repetitive tasks. Think about it: scanning networks, fuzzing applications, ...