This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Not eligible</title> | |
</head> | |
<body> | |
<h1>Oops, you are too young to have your own conscience. Try again next year.</h1> | |
</body> | |
</html> |
This file contains hidden or 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
''' | |
Implements Tree data structure and few algorithms | |
''' | |
def start_end(traverse_func): | |
''' | |
Decorator | |
''' | |
def wrapper(self, tree): |
This file contains hidden or 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
<?php | |
?> | |
<h3>Sample login system</h3> | |
Input <b>admin' OR 1#</b> to in the username field to perform sql injection | |
<form method = "POST" action = "landing.php"> | |
<label for="username">Username:</label><br> | |
<input type="text" id="username" name="username"><br> | |
<label for="password">Password:</label><br> | |
<input type="password" id="password" name="password"> | |
<input type="submit"> |