Commit 20637720 authored by nanahira's avatar nanahira

catchup

parent d5907a00
Pipeline #555 passed with stages
in 5 minutes and 13 seconds
......@@ -39,7 +39,8 @@ async function attack(attackType: AttackType) {
}
const params: any = {
lm: attackType,
sd: Math.random()
sd: Math.random(),
sscode: Math.floor(Math.random() * 10000)
}
if (attackType === "sendemail") {
params.uemail = targetEmail;
......
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