Skip to content

Commit 3ab35b8

Browse files
committed
obfuscated password
1 parent 645e06c commit 3ab35b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Listeners/CheckLogin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public function handle(Event $event)
2222
return;
2323
}
2424

25+
$this->request['password'] = '******';
26+
2527
$log = $this->log('login');
2628

2729
event(new AttackDetected($log));

0 commit comments

Comments
 (0)