-
-
24 Nov 2018 20:19:00 UTC
- Distribution: Mojolicious-Plugin-ZipBomb
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (627 / 0 / 0)
- Kwalitee
Bus factor: 1- 92.86% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Share
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mojolicious::Plugin::ZipBomb - Mojolicious Plugin to serve a zip bomb on configured routes.
SYNOPSIS
# Mojolicious $self->plugin('ZipBomb', { routes => ['/wp-admin.php'], methods => ['get'] }); # Mojolicious::Lite plugin 'ZipBomb', { routes => ['/wp-admin.php'], methods => ['get'] } };
DESCRIPTION
Mojolicious::Plugin::ZipBomb is a Mojolicious plugin to serve a zip bomb on configured routes.
CONFIGURATION
When registering the plugin,
routes
is required, butmethods
is optional. Per default, the routes leading to the zip bomb use any method.METHODS
Mojolicious::Plugin::ZipBomb inherits all methods from Mojolicious::Plugin and implements the following new ones.
register
$plugin->register(Mojolicious->new);
Register plugin in Mojolicious application.
SEE ALSO
Module Install Instructions
To install Mojolicious::Plugin::ZipBomb, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Plugin::ZipBomb
perl -MCPAN -e shell install Mojolicious::Plugin::ZipBomb
For more information on module installation, please visit the detailed CPAN module installation guide.