Skip to content

Commit

Permalink
Merge pull request evilcos#7 from chou1551/master
Browse files Browse the repository at this point in the history
Fix a little bug of "CREATOR CODZ"
  • Loading branch information
evilcos authored Oct 31, 2017
2 parents 7572a9a + 419b408 commit f0bb8c9
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 f0bb8c9

Please sign in to comment.