Skip to content

Commit 986bb90

Browse files
author
MrSqar-Ye
committed
wpCrack
0 parents  commit 986bb90

File tree

7 files changed

+10404
-0
lines changed

7 files changed

+10404
-0
lines changed

Header.php

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?php
2+
/*
3+
#*##*##*##*##*##*##*##*##*##*##*##*##*#
4+
#*# #*#
5+
#*# Coded by MrSqar Yemeni hacker #*#
6+
#*# #*#
7+
#*# mail : [email protected] #*#
8+
#*# #*#
9+
#*# MaDe In YeMeN #*#
10+
#*# #*#
11+
#*# Note: Don't change my copyright #*#
12+
#*# please , ok ? #*#
13+
#*# #*#
14+
#*# #*#
15+
#*##*##*##*##*##*##*##*##*##*##*##*##*#
16+
*/
17+
18+
$uname = php_uname();
19+
if(preg_match("/Linux/",$uname)){
20+
// if OS = linux do this command
21+
system("clear");
22+
} else {
23+
// else do this command
24+
system("cls");
25+
}
26+
/////|| Variables go ||\\\\\\
27+
$version = "v2.0";
28+
$op_system = php_uname();
29+
if(preg_match("/Linux/",$op_system)){
30+
$white = "\e[97m";
31+
$black = "\e[30m\e[1m";
32+
$yellow = "\e[93m";
33+
$orange = "\e[38;5;208m";
34+
$blue = "\e[34m";
35+
$lblue = "\e[36m";
36+
$cln = "\e[0;94m";
37+
$green = "\e[92m";
38+
$fgreen = "\e[32m";
39+
$red = "\e[91m";
40+
$magenta = "\e[35m";
41+
$bluebg = "\e[44m";
42+
$lbluebg = "\e[106m";
43+
$greenbg = "\e[42m";
44+
$lgreenbg = "\e[102m";
45+
$yellowbg = "\e[43m";
46+
$lyellowbg = "\e[103m";
47+
$redbg = "\e[101m";
48+
$grey = "\e[37m";
49+
$cyan = "\e[36m";
50+
$bold = "\e[1m";
51+
$nbold = "\e[1;97m";
52+
}else{
53+
$white = "";
54+
$black = "";
55+
$yellow = "";
56+
$orange = "";
57+
$blue = "";
58+
$lblue = "";
59+
$cln = "";
60+
$green = "";
61+
$fgreen = "";
62+
$red = "";
63+
$magenta = "";
64+
$bluebg = "";
65+
$lbluebg = "";
66+
$greenbg = "";
67+
$lgreenbg = "";
68+
$yellowbg = "";
69+
$lyellowbg = "";
70+
$redbg = "";
71+
$grey = "";
72+
$cyan = "";
73+
$bold = "";
74+
$nbold = "";
75+
}
76+
$end = $bold.$orange."-==============================================================================-"."\n";
77+
78+
79+
?>

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<h1> wpCrack v1.0 </h1>
2+
<br>
3+
version 1.0
4+
<br>
5+
<h2>Installation</h2>
6+
<code>git clone https://github.com/MrSqar-Ye/wpCrack.git</code><br><br>
7+
<h2>WordPress hash cracker</h2>
8+
<img src="./screenshots/result.png" style="max-width:100%;">
9+
<br>
10+
<br>
11+
<h2>Video</h2>
12+
<a href=""><img src="./screenshots/header.png" style="max-width:100%;"></a>
13+
<hr>
14+
<h2>Contact : </h2>
15+
<ul>
16+
<li>Twitter : @MrSqar</li>
17+
<li>Send to my <a href="mailto:[email protected]">email</a></li>
18+
</ul>
19+
<br>

screenshots/header.png

19.7 KB
Loading

screenshots/result.png

15.5 KB
Loading

0 commit comments

Comments
 (0)