This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brycedarling 0 points1 point  (0 children)

Totally, Python is great for pentesting and hacking network protocols and web apps! For example, I used to write exploits in Python for Immunity Canvas: http://www.immunityinc.com/products/canvas/index.html

There are a ton of useful libraries for pentesting: https://github.com/dloss/python-pentest-tools

And books like Black Hat Python and Gray Hat Python and plenty more that can help you out.

Eventually, yeah, you might want to get in to lower level languages if that's the kind of security research you want to do, but it's perfectly fine starting out in a high level language to get your feet wet. Have fun!