In this chapter, we discussed the approaches that we can use to automate our web application scanning and assessment with Python. We saw how can we use Python to automate the detection of web application vulnerabilities such as XSS, CSRF, clickjacking and SSL stripping. All of these can come very handy during a real assessment and will help you as pen-testers to get a decent grasp of automating things with python.
In the next chapter, we will explore various concepts related to reverse engineering, fuzzing, and buffer overflows.