Commit 3af769b9 authored by wang's avatar wang

js

parent e19efd7f
......@@ -2,7 +2,7 @@ const log4js = require('log4js');
var qs = require('qs');
const {genPayload4, genPayload2, genPc, genUuid} = require('./step2')
const axios = require('axios').default;
const {encodePayload} = require("./js/encodepayload");
const {encodePayload} = require("./encodepayload");
const ie = (t, e) => {
for (var n = '', r = 0; r < t.length; r++)
// console.log(e, t.charCodeAt(r), e ^ t.charCodeAt(r), String.fromCharCode(e ^ t.charCodeAt(r)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment