phoneutria

Release v1.0-rc28. (Installation)

Pypi Python Versions

phoneutria Python 3 library providing security testing capabilities for webservers, enabling GET and POST requests, and incorporating checks against common vulnerabilities such as XSS, SQL Injection, and CSRF..


Behold, a perfect balance of simplicity versus flexibility:

from phoneutria import Chelicera

url = "testphp.vulnweb.com"

ch = Chelicera(url)
make_get_request(wordlist)

The User Guide

This part of the documentation begins with some background information about the project, then focuses on step-by-step instructions for getting the most out of phoneutria.

The API Documentation

If you are looking for information on a specific function, class, or method, this part of the documentation is for you.