mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
6 lines
64 B
PHP
6 lines
64 B
PHP
<?php
|
|
include 'ip.php';
|
|
header('Location: login.html');
|
|
exit
|
|
?>
|