Skip to content
Permalink
38290cf62e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
37 lines (26 sloc) 978 Bytes
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>PHP Shells</title>
</head>
<body>
<div class="container">
<?php include("nav.html") ?>
<h1>PHP Shells</h1>
<p>Description Text goes here</p>
<h2>Practice</h2>
<ul>
<li><a href="/shells/pentest-monkey.php">Pen Test Monkey Shell</a></li>
<li><a href="/shells/P0wny.php">P0wny Shell</a></li>
<li><a href="/rce/RCE.php">Remote Code Execution</a></li>
<li><a href="/rce/RCE_Blind.php">Blind RCE</a></li>
<li><a href="/upload.php"> File Uploads</a></li>
</ul>
</div>
</body>
</html>