feat: app system challenges
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@dextradata.com>
This commit is contained in:
27
web-server/http-ip-restriction-bypass/index.html
Normal file
27
web-server/http-ip-restriction-bypass/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Secured Intranet</title>
|
||||
</head>
|
||||
<body><link rel='stylesheet' property='stylesheet' id='s' type='text/css' href='/template/s.css' media='all' /><iframe id='iframe' src='https://www.root-me.org/?page=internal_header'></iframe>
|
||||
<span>Your IP <strong>::ffff:94.135.236.24</strong> do not belong to the LAN.</span>
|
||||
<h1>Intranet</h1>
|
||||
<form method="post">
|
||||
<p>
|
||||
<label for="login">Login:</label>
|
||||
<input type="text" name="login">
|
||||
</p>
|
||||
<p>
|
||||
<label for="pass">Password:</label>
|
||||
<input type="text" name="mdp">
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" value="login">
|
||||
</p>
|
||||
<p>
|
||||
<small>You should authenticate because you're not on the LAN.</small>
|
||||
</p>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user