forked from Pr0x13/iDict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
176 lines (154 loc) · 6.09 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>iDict</title>
<link rel="icon" type="image/vnd.microsoft.icon"
href="images/favicon.ico" />
<style type="text/css">
body {
background-color: #242424;
}
table, th, td {
border: 1px solid black;
}
h1 {
color: #00ff00;
}
</style>
<style type="text/css">
.button {
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 150px;
height: 42px;
cursor: pointer;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0 20px;
overflow: hidden;
border: none;
-webkit-border-radius: 21px;
border-radius: 21px;
font: normal 20px/normal "Antic", Helvetica, sans-serif;
color: #00ff00;
text-decoration: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background: rgba(40,40,40,0.4);
-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
-webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.button:hover {
color: #00ff66;
background: rgba(0,0,0,0.4);
-webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.button:focus {
width: 213px;
cursor: default;
padding: -13px 20px 0;
color: #00ff00;
-webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
-o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
</style>
<style type="text/css">
.enjoy-css {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
padding: 0 20px;
border: none;
-webkit-border-radius: 20px;
border-radius: 20px;
font: normal normal bold 20px/40px "Baumans", Helvetica, sans-serif;
color: black;
-o-text-overflow: clip;
text-overflow: clip;
background: rgb(221, 221, 221);
-webkit-box-shadow: 0 1px 0 0 rgb(119,119,119) , 0 2px 0 0 rgb(119,119,119) , 0 3px 0 0 rgb(119,119,119) , 0 4px 0 0 rgb(119,119,119) , 0 5px 0 0 rgb(119,119,119) , 0 6px 0 0 rgb(119,119,119) , 0 0 5px 0 rgba(0,0,0,0.0980392) , 0 1px 3px 0 rgba(0,0,0,0.298039) , 0 3px 5px 0 rgba(0,0,0,0.2) , 0 5px 10px 0 rgba(0,0,0,0.247059) , 0 10px 10px 0 rgba(0,0,0,0.2) , 0 20px 20px 0 rgba(0,0,0,0.14902) ;
box-shadow: 0 1px 0 0 rgb(119,119,119) , 0 2px 0 0 rgb(119,119,119) , 0 3px 0 0 rgb(119,119,119) , 0 4px 0 0 rgb(119,119,119) , 0 5px 0 0 rgb(119,119,119) , 0 6px 0 0 rgb(119,119,119) , 0 0 5px 0 rgba(0,0,0,0.0980392) , 0 1px 3px 0 rgba(0,0,0,0.298039) , 0 3px 5px 0 rgba(0,0,0,0.2) , 0 5px 10px 0 rgba(0,0,0,0.247059) , 0 10px 10px 0 rgba(0,0,0,0.2) , 0 20px 20px 0 rgba(0,0,0,0.14902) ;
text-shadow: 0 1px 0 #FFFFFF ;
}
.enjoy-css:hover {
background: #FFFFFF;
}
.enjoy-css:active {
margin: 6px 0 0;
background: rgb(221, 221, 221);
-webkit-box-shadow: 0 -1px 10px 0 rgba(0,0,0,0.247059) , 0 4px 10px 0 rgba(0,0,0,0.2) , 0 14px 20px 0 rgba(0,0,0,0.14902) ;
box-shadow: 0 -1px 10px 0 rgba(0,0,0,0.247059) , 0 4px 10px 0 rgba(0,0,0,0.2) , 0 14px 20px 0 rgba(0,0,0,0.14902) ;
}
.enjoy-css:focus {
background: rgb(221, 221, 221);
}
</style>
</head>
<body>
<?php //Fetch Configuration File
function getConfig()
{
echo "<b><br><center>-~==*Fetching Configuration File from Apple's Server*==~-</center><br></b>";
sleep(5);
$ch = curl_init(); // initialize curl handle
curl_setopt($ch, CURLOPT_URL,'https://setup.icloud.com/configurations/init?context=settings'); // URL
curl_setopt($ch,CURLOPT_ENCODING, ''); // decode gzip
curl_setopt($ch, CURLOPT_VERBOSE, true); // debugging
curl_setopt($ch, CURLINFO_HEADER_OUT, true); // debugging
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // dont check server certs
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); // dont check server certs
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // return response
curl_setopt($ch, CURLOPT_USERAGENT, 'Settings/1.0 CFNetwork/672.0.8 Darwin/14.0.0'); // UserAgent
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Proxy-Connection: keep-alive', // Set Request Headers
'Accept: */*',
'Accept-Encoding: gzip, deflate',
'Accept-Language: en-us',
'X-MMe-Country: US',
'Connection: keep-alive',
'X-MMe-Client-Info: <iPhone4,1> <iPhone OS;7.0.4;11B554a> <com.apple.AppleAccount/1.0 (com.apple.Preferences/1.0)>',
));
$response = curl_exec($ch); // execute!
//echo $response; //Debugging Info
//echo "<br><center>Headers Debugging Info:</center></br>";
//echo curl_getinfo($ch, CURLINFO_HEADER_OUT);
if ( $error = curl_error($ch) )
echo 'ERROR: ',$error;
curl_close($ch);
file_put_contents('./files/config.plist', $response);
echo "<center>Saved to Disk..</center>"; // save to file
return $response;
} // close curl
getConfig(); // close the function
?>
<center>
<img src="images/Xoxo.jpg" alt="XoXo">
<br>
<b><h1>=================================================
<br>| iDict Apple ID BruteForcer and Account Management Tool |
<br>=================================================
</h1></b><br>
<form id="submit-form" name="submit-form" action="main.php" method="post">
<input class="button" placeholder="Apple ID ..." input type="text" name="txtFullName"/>
<br><br><br><br>
<div class="enjoy-css" onClick="document.forms['submit-form'].submit();">Enjoy</div>
<input type="hidden" link async href="http://fonts.googleapis.com/css?family=Baumans" data-generated="http://enjoycss.com" rel="stylesheet" type="text/css"/ >
</form>
</body>
</html>