CINXE.COM

Auth Bypass

<!DOCTYPE html> <html> <head> <title>Auth Bypass</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/public/img/favicon.ico"> <link href="/public/css/authlab.css" rel="stylesheet" type="text/css" /> <meta property="og:title" content="Authentication Lab - DigiNinja" /> <meta property="og:description" content="A set of authentication challenges covering a range of different technologies." /> <meta property="og:image" content="https://digi.ninja/graphics/twittercards/authlab_twittercard.png" /> <meta property="og:type" content="website" /> <meta property="og:sitename" content="DigiNinja" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Authentication Lab - DigiNinja" /> <meta name="twitter:description" content="A set of authentication challenges covering a range of different technologies." /> <meta name="twitter:site" content="@digininja" /> <meta name="twitter:creator" content="@digininja" /> <meta name="twitter:domain" content="authlab.digi.ninja" /> <meta name="twitter:site" content="@digininja" /> <meta name="twitter:image" content="https://digi.ninja/graphics/twittercards/authlab_twittercard.png" /> </head> <body> <h1>IP Based Auth Bypass</h1> <p> Alex is a lazy developer who can't be bothered logging in every time he wants to use the site. To get around this, he has set up this page to automatically log him in if he visits it from his own workstation. </p> <p> The network has a DHCP range of 192.168.0.100-200 but Alex has given himself a static IP. </p> <p> If you get stuck, or want more information, see my <a href="https://digi.ninja/projects/authlab.php#landipauthbypass">walkthrough</a>. </p> <h2>Bypass It</h2> <p> Invalid IP, bypass not allowed. </p> <p> Your IP is: 8.222.208.146 </p> <p> <a href="/">Back to home</a> </p> <hr /> <p> Lab created by Robin Wood - <a href="https://digi.ninja">DigiNinja</a> </p> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10