Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/fixtures/target/platform/wordpress/detection/wp-login.php
1610 views
1
<!DOCTYPE html>
2
<!--[if IE 8]>
3
<html xmlns="http://www.w3.org/1999/xhtml" class="ie8" lang="en-US">
4
<![endif]-->
5
<!--[if !(IE 8) ]><!-->
6
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
7
<!--<![endif]-->
8
<head>
9
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
<title>Log In WP Lab</title>
11
<link rel='dns-prefetch' href='//s.w.org' />
12
<link rel='stylesheet' id='dashicons-css' href='https://ex.lo/wp-includes/css/dashicons.min.css?ver=5.0.3' type='text/css' media='all' />
13
<link rel='stylesheet' id='buttons-css' href='https://ex.lo/wp-includes/css/buttons.min.css?ver=5.0.3' type='text/css' media='all' />
14
<link rel='stylesheet' id='forms-css' href='https://ex.lo/wp-admin/css/forms.min.css?ver=5.0.3' type='text/css' media='all' />
15
<link rel='stylesheet' id='l10n-css' href='https://ex.lo/wp-admin/css/l10n.min.css?ver=5.0.3' type='text/css' media='all' />
16
<link rel='stylesheet' id='login-css' href='https://ex.lo/wp-admin/css/login.min.css?ver=5.0.3' type='text/css' media='all' />
17
<meta name='robots' content='noindex,noarchive' />
18
<meta name='referrer' content='strict-origin-when-cross-origin' />
19
<meta name="viewport" content="width=device-width" />
20
</head>
21
<body class="login login-action-login wp-core-ui locale-en-us">
22
<div id="login">
23
<h1><a href="https://ex.lo/" title="WP Lab" tabindex="-1">WP Lab</a></h1>
24
25
<form name="loginform" id="loginform" action="https://ex.lo/wp-login.php" method="post">
26
<p>
27
<label for="user_login">Username or Email Address<br />
28
<input type="text" name="log" id="user_login" class="input" value="" size="20" /></label>
29
</p>
30
<p>
31
<label for="user_pass">Password<br />
32
<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /></label>
33
</p>
34
<p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label></p>
35
<p class="submit">
36
<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
37
<input type="hidden" name="redirect_to" value="https://ex.lo/wp-admin/" />
38
<input type="hidden" name="testcookie" value="1" />
39
</p>
40
</form>
41
42
<p id="nav">
43
<a href="https://ex.lo/wp-login.php?action=lostpassword">Lost your password?</a>
44
</p>
45
46
<script type="text/javascript">
47
function wp_attempt_focus(){
48
setTimeout( function(){ try{
49
d = document.getElementById('user_login');
50
d.focus();
51
d.select();
52
} catch(e){}
53
}, 200);
54
}
55
56
wp_attempt_focus();
57
if(typeof wpOnload=='function')wpOnload();
58
</script>
59
60
<p id="backtoblog"><a href="https://ex.lo/">&larr; Back to WP Lab</a></p>
61
62
</div>
63
64
65
<div class="clear"></div>
66
</body>
67
</html>
68
69
70