Skip to content

Commit

Permalink
Fix a little bugs
Browse files Browse the repository at this point in the history
Fix a little bugs with codz module
  • Loading branch information
chou1551 committed Oct 25, 2017
1 parent 9e37fb0 commit 419b408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xssor/payload/lib/codzauto.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ codz.ajax = function(){
yxworm += "}\n\n";

yxworm += "attack_a = function(){\n";
yxworm += " var src = " + action + ";\n";
yxworm += " var src = \"" + action + "\";\n";
var kvs = kv.split("&");
if(kv){
for(i=0; i<kvs.length; i++){
Expand Down

0 comments on commit 419b408

Please sign in to comment.