Acme-XSS

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.008_001;

use strict;
use warnings;
use utf8;

use Module::Build;
use File::Basename;
use File::Spec;

my %args = (
    license              => 'perl',
    dynamic_config       => 0,

    configure_requires => {

lib/Acme/XSS.pm  view on Meta::CPAN

use 5.013001;
our $VERSION = '0.03';



1;
__END__

=for stopwords xmp XSS

=encoding utf8

=head1 NAME

Acme::XSS - "><xmp>XSS Testing

=head1 SYNOPSIS

    use Acme::XSS;
    <xmp>

lib/Acme/XSSism.pm  view on Meta::CPAN

<html><body><script>alert(document.cookie);</script><pre>
package Acme::XSSism;
use strict;
use warnings;
use utf8;
use 5.013_001;



1;
</pre></body></html>

t/01_xss.t  view on Meta::CPAN

use strict;
use warnings;
use utf8;
use Test::More;

diag("<script>alert('all your codes are belongs to us');</script>");
ok 1;

done_testing;



( run in 1.336 second using v1.01-cache-2.11-cpan-49f99fa48dc )