Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action = "wordpress-scanner.php" method = "GET">
- Enter The password <br>
- <input type = "password" name ="password" >
- <input type = "submit" class ="button" name ="submit" ></form>
- </center>
- </form>
- <?
- $pass = $_GET['password'];
- if ($_GET['submit']){
- if ($pass = "welcome"){
- echo "welcome to the new web";
- }
- else {
- echo "False";
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment