andpalmier / makephish

Automatically clone websites and patch them with PHP to create phishing pages
Other
46 stars 19 forks source link

username and password is null #1

Closed bobwatcherx closed 2 years ago

bobwatcherx commented 2 years ago

after login from localhost i check log , username and password not found here

Username/Email: Password: IP: Date: Sat Dec 11, 2021 2:42 pm User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

=============+============= Username/Email: Password: IP: Date: Sat Dec 11, 2021 2:44 pm User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

andpalmier commented 2 years ago

Hello, thanks for trying my project. This is really just a proof of concept and I am not surprised that it doesn't work sometimes. I tested it again with github.com/login and it worked just fine, could you please let me know which webpage are you trying to clone?

bobwatcherx commented 2 years ago

Hello, thanks for trying my project. This is really just a proof of concept and I am not surprised that it doesn't work sometimes. I tested it again with github.com/login and it worked just fine, could you please let me know which webpage are you trying to clone?

./build/makephish -url https://facebook.com/login cd kits php -s localhost:8000

then i Login Phish page and see log . username password is blank

andpalmier commented 2 years ago

I have just tested it again, and it works for me:

makephish -url "https://facebook.com/login
cd kits/facebook.com
php -localhost:8000

Please be sure to test it using the latest version.