Skip to content

Commit

Permalink
Support mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
易国勇 committed Aug 20, 2017
1 parent aef2f3f commit 98fc137
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
84 changes: 42 additions & 42 deletions xssor/templates/codzr.html
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<div class="panel panel-default">
<div class="panel-heading">VECTOR CODZ</div>
<div class="panel-body">
<table class="table table-striped table-hover ">
<thead>
<tr>
<th width="92px">CODZ</th>
<th width="280px">DESC</th>
<th>AUTHOR</th>
<th>UPDATE</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/s/payload/xssmisc.txt" target="_blank">XSSMisc</a></td>
<td>A XSS fuzzing misc.</td>
<td>evilcos</td>
<td>2017/--</td>
</tr>
<tr>
<td><a href="https://github.com/masatokinugawa/filterbypass/wiki/Browser's-XSS-Filter-Bypass-Cheat-Sheet" target="_blank">BXFBypass</a></td>
<td>Browser's XSS Filter Bypass Cheat Sheet.</td>
<td>Masato</td>
<td>2017/--</td>
</tr>
<tr>
<td><a href="https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet" target="_blank">RSnakeXSS</a></td>
<td>Classical XSS Filter Evasion Cheat Sheet.</td>
<td>RSnake</td>
<td>2017/02</td>
</tr>
<tr>
<td><a href="http://html5sec.org/" target="_blank">HTML5Sec</a></td>
<td>More than HTML5 Security Cheatsheet.</td>
<td>.mario</td>
<td>2017/01</td>
</tr>
</tbody>
</table>
<div class="panel-body">
<table class="table table-striped table-hover ">
<thead>
<tr>
<th width="92px">CODZ</th>
<th width="280px">DESC</th>
<th>AUTHOR</th>
<th>UPDATE</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/s/payload/xssmisc.txt" target="_blank">XSSMisc</a></td>
<td>A XSS fuzzing misc.</td>
<td>evilcos</td>
<td>2017/--</td>
</tr>
<tr>
<td><a href="https://github.com/masatokinugawa/filterbypass/wiki/Browser's-XSS-Filter-Bypass-Cheat-Sheet" target="_blank">BXFBypass</a></td>
<td>Browser's XSS Filter Bypass Cheat Sheet.</td>
<td>Masato</td>
<td>2017/--</td>
</tr>
<tr>
<td><a href="https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet" target="_blank">RSnakeXSS</a></td>
<td>Classical XSS Filter Evasion Cheat Sheet.</td>
<td>RSnake</td>
<td>2017/02</td>
</tr>
<tr>
<td><a href="http://html5sec.org/" target="_blank">HTML5Sec</a></td>
<td>More than HTML5 Security Cheatsheet.</td>
<td>.mario</td>
<td>2017/01</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">PAYLOAD CODZ</div>
<div class="panel-body">
<table class="table table-striped table-hover ">
<table class="table table-striped table-hover">
<thead>
<tr>
<th width="92px">CODZ</th>
<th width="280px">DESC</th>
<th>CODZ</th>
<th style="width:60px;">DESC</th>
<th>AUTHOR</th>
<th>UPDATE</th>
</tr>
Expand All @@ -60,13 +60,13 @@
</tr>
<tr>
<td><a href="http://server.n0tr00t.com/chrome/ext_probe.html" target="_blank">ExtProbe</a></td>
<td>Chrome installed extensions/plugins.</td>
<td style="word-break:break-all;">Chrome installed extensions/plugins.</td>
<td>evi1m0</td>
<td>2017/01</td>
</tr>
<tr>
<td><a href="/s/payload/iamanewbotnamedcorsbot.txt" target="_blank">CORSBOT</a></td>
<td>IAMANEWBOTNAMEDCORSBOT.</td>
<td style="word-break:break-all;">IAMANEWBOTNAMEDCORSBOT.</td>
<td>evilcos</td>
<td>2017/01</td>
</tr>
Expand Down
7 changes: 4 additions & 3 deletions xssor/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/*codz*/
#codz_lbox{padding-left:0;padding-right:5px;}
#codz_rbox{padding-left:5px;padding-right:0;}
#ca_blank{width:730px; padding:0 0 5px 0;}
#ca_blank{padding:0 0 5px 0;}
#ca_textarea{width:100%; height:350px; color:#333; padding:5px;}
#ca_kv{width:406px;}
.panel{margin-bottom:10px;}
Expand All @@ -37,7 +37,7 @@
#about_lbox pre{padding:0;background-color:transparent;border:0;font-family:"Courier New", Monospace;}

/*mobile*/
@media (max-width: 575px) {
@media (max-width: 900px) {
.nav-tabs>li>a{padding:6px;}
.panel-heading{padding:3px;line-height: 6px;}
input[type="radio"], input[type="checkbox"]{display: inline;}
Expand All @@ -48,7 +48,8 @@
.form-control{padding:0 0 0 3px;}
#ca_blank .line{display: block;}
#ca_blank select.input-sm{display: inline-block; width:135px; padding:2px;}
#ca_blank input.input-sm{display: inline-block; width:220px;padding:2px;}
#ca_blank input.input-sm{display: inline-block; width:90%;padding:2px;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{padding:2px;}
}
</style>
{% endblock %}
Expand Down

0 comments on commit 98fc137

Please sign in to comment.