Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
vendor /
strengthify /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.06
KB
-rw-r--r--
2018-04-19 18:15
README.md
2.4
KB
-rw-r--r--
2018-04-19 18:15
jquery.strengthify.js
7.35
KB
-rw-r--r--
2018-04-19 18:15
strengthify.css
1.05
KB
-rw-r--r--
2018-04-19 18:15
Save
Rename
/** * Strengthify - show the weakness of a password (uses zxcvbn for this) * https://github.com/MorrisJobke/strengthify * Version: 0.5.0 * License: The MIT License (MIT) * Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com> */ .strengthify-wrapper { position: relative; } .strengthify-wrapper > * { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; transition:all .5s ease-in-out; } .strengthify-bg, .strengthify-container, .strengthify-separator { height: 3px; } .strengthify-bg, .strengthify-container { display: block; position: absolute; width: 100%; } .strengthify-bg { background-color: #BBB; } .strengthify-separator { display: inline-block; position: absolute; background-color: #FFF; width: 1px; z-index: 10; } .password-bad { background-color: #C33; } .password-medium { background-color: #F80; } .password-good { background-color: #3C3; } div[data-strengthifyMessage] { padding: 3px 8px; }