Skip to content

ab2pentest/PHPInfo_ICC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PHPInfo Insecure Configurations Checker or PICC

Description:

This tool uses regular expressions to search for potentially insecure configurations in the PHP info page.

Requirements:

pip install requests tabulate termcolor

Usage:

python3 phpinfo_checker.py http://localhost:8088/info.php

image

Purpose:

Just for fun ... !