School for Hackers :: Python for Malware Analysis

Python and bash are my two ultimate favorite languages. Both of them let you stick your hands right into the guts of the system, and both let you do really complex things simply and fast.

I’ve got an Introduction to Python course over on my http://localhost (white hat) website, which I built exclusively for a group of beginners. You can also get really good training on Python.org:
https://wiki.python.org/moin/BeginnersGuide

But we’re hackers here, so I want to cast some light on Python from the perspective of a hacker, bug-bounty person or CTF player. Malwology has a nice introduction to Python for Malware Analysis. It should pique your interest if you’re going to have it, and it’s marvelously well-written (something I admire).

Check it out:

https://malwology.com/2018/08/24/python-for-malware-analysis-getting-started/