Switch to https using Caddy proxy.
This commit is contained in:
@@ -15,23 +15,23 @@
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://localhost/passman/register.php">Registration Form</a>
|
||||
<a href="/passman/register.php">Registration Form</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="http://localhost/passman/login.php">Login Page</a>
|
||||
<a href="/passman/login.php">Login Page</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="http://localhost/passman/logout.php">Logout Page</a>
|
||||
<a href="/passman/logout.php">Logout Page</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="http://localhost/passman/dashboard.php">Dashboard</a> (display passwords for websites)
|
||||
<a href="/passman/dashboard.php">Dashboard</a> (display passwords for websites)
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="http://localhost/passman/notes.php">Notes</a> (notes/comments/announcements)
|
||||
<a href="/passman/notes.php">Notes</a> (notes/comments/announcements)
|
||||
</li>
|
||||
<br />
|
||||
</ul>
|
||||
@@ -41,18 +41,18 @@
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
Test <a href="http://localhost/passman/test_hash.php">hashing</a> functions in PHP (server side)
|
||||
Test <a href="/passman/test_hash.php">hashing</a> functions in PHP (server side)
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
Test <a href="http://localhost/passman/test_encrypt.php">encrypting/decrypting</a> functions in PHP (server side)
|
||||
Test <a href="/passman/test_encrypt.php">encrypting/decrypting</a> functions in PHP (server side)
|
||||
</li>
|
||||
<br />
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
Hacker's side (for using stealing cookies using XSS):
|
||||
<a href="http://localhost/passman/xss">http://localhost/passman/xss</a>
|
||||
<a href="/passman/xss">passman/xss</a>
|
||||
<br />
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user