9 comments

[ 3.6 ms ] story [ 29.7 ms ] thread
Anyone know of similar books on the subject using Python?
Not a book - but SecurityTube has a Python course[1] that covers a variety of security topics.

Haven't done it so I've no idea how good / bad it is. There is a detailed listing of what it aims to cover in the link.

[1] - http://www.securitytube-training.com/online-courses/security...

There's also http://pyvideo.org which you can search for security-related topics. I doubt they are as dense and comprehensive as the SecurityTube course, but they are free.
I finished Violent Python a couple days ago and was amused by the possibilities presented in the book, but it in general teaches execution instead of theory.

Looking to dig deeper into protocols described in the book, I just started reading Foundations of Python Network Programming and it seems to be providing that a more theoretical understanding of networking protocols that are so central to many modern hacks:

http://www.amazon.com/Foundations-Python-Network-Programming...

My immediate, and admittedly puerile, thought was this sounded like the title of another 'scary creature runs amok' Hollywood blockbuster.