Skip to content

JuanBindez/phoneutria

Repository files navigation

phoneutria

PyPI - Downloads PyPI - License PyPI - Version

Description

Python 3 library providing security testing capabilities for webservers.

install:

pip install phoneutria

Command line usage:

Google Hacking:

phoneutria -gh access.logs

Occurrence of the word in website:

phoneutria -t https://api.example.com -w word

To make a GET request of the all links in website:

phoneutria -t https://api.example.com --links