Skip to main content

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.

Project description

phoneutria

PyPI - Downloads PyPI - License PyPI - Version

Description

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.

install:

pip install phoneutria

install in ubuntu:

pip install phoneutria --break-system-packages

Command line usage:

To make a POST request:

phoneutria -t https://api.example.com --post "key1=value1&key2=value2"

To make a GET request:

phoneutria -t https://api.example.com --get name email

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phoneutria-1.0rc9.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

phoneutria-1.0rc9-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page