rootsecdev / dfunc-bypasser

This tool is for letting you know how strong your disable_functions is and how you can bypass that.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dfunc-Bypasser

This is a tool that can be used by developers to check if exploitation using LD_PRELOAD is still possible given the current disable_functions in the php.ini file and taking into consideration the PHP modules installed on the server.

Installation

git clone https://github.com/teambi0s/dfunc-bypasser

Usage

There are two options to input the disable_functions list:

  1. For help on the parameters: python dfunc-bypasser.py -h
  2. Provide the phpinfo url: python dfunc-bypasser.py --url https://example.com/phpinfo.php
  3. Provide the local phpinfo file: python dfunc-bypasser.py --file dir/phpinfo

Contributers

  1. S Ashwin Shenoi
  2. Tarunkant Gupta

from team bi0s

Screenshots

About

This tool is for letting you know how strong your disable_functions is and how you can bypass that.


Languages

Language:Python 89.7%Language:PHP 10.3%