phpggc | PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command l
kandi X-RAY | phpggc Summary
kandi X-RAY | phpggc Summary
phpggc is a PHP library. phpggc has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.
PHPGGC is a library of unserialize() payloads along with a tool to generate them, from command line or programmatically. When encountering an unserialize on a website you don't have the code of, or simply when trying to build an exploit, this tool allows you to generate the payload without having to go through the tedious steps of finding gadgets and combining them. It can be seen as the equivalent of frohoff's ysoserial, but for PHP. Currently, the tool supports gadget chains such as: CodeIgniter4, Doctrine, Drupal7, Guzzle, Laravel, Magento, Monolog, Phalcon, Podio, Slim, SwiftMailer, Symfony, Wordpress, Yii and ZendFramework.
PHPGGC is a library of unserialize() payloads along with a tool to generate them, from command line or programmatically. When encountering an unserialize on a website you don't have the code of, or simply when trying to build an exploit, this tool allows you to generate the payload without having to go through the tedious steps of finding gadgets and combining them. It can be seen as the equivalent of frohoff's ysoserial, but for PHP. Currently, the tool supports gadget chains such as: CodeIgniter4, Doctrine, Drupal7, Guzzle, Laravel, Magento, Monolog, Phalcon, Podio, Slim, SwiftMailer, Symfony, Wordpress, Yii and ZendFramework.
Support
Quality
Security
License
Reuse
Support
phpggc has a medium active ecosystem.
It has 2677 star(s) with 438 fork(s). There are 61 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 46 have been closed. On average issues are closed in 31 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of phpggc is current.
Quality
phpggc has 0 bugs and 0 code smells.
Security
phpggc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
phpggc code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
phpggc is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
phpggc releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
phpggc saves you 2189 person hours of effort in developing the same functionality from scratch.
It has 6421 lines of code, 474 functions and 208 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed phpggc and discovered the below as its top functions. This is intended to give you an instant insight into phpggc implemented functionality, and help decide if they suit your requirements.
- Display help information
- Replace files with different size
- Build the test command .
- Generate dummy metadata
- Get the class name .
- Get a path to a temporary file .
- Call a function if it exists .
- releases the lock
- Set the lock id
- Determine if the user can confirm the remote file .
Get all kandi verified functions for this library.
phpggc Key Features
No Key Features are available at this moment for phpggc.
phpggc Examples and Code Snippets
No Code Snippets are available at this moment for phpggc.
Community Discussions
No Community Discussions are available at this moment for phpggc.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install phpggc
You can download it from GitHub.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Pull requests are more than welcome. Please follow these simple guidelines:. Codewise, the directory structure is fairly straightforward: gadgets in gadgets.php, description + logic in chain.php. You can define pre- and post- processing methods, if parameters need to be modified. Hopefully, the already implemented gadgets should be enough for you to build yours. Otherwise, I'd be glad to answer your questions. The --new <framework> <type> command-line option can be used to create the directory and file structure for a new gadget chain. For instance, use ./phpggc -n Drupal RCE would create a new Drupal RCE gadgetchain.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page