metasploit-framework/index.html

20 lines
519 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="3; https://rapid7.github.io/metasploit-framework/api/">
<style id="antiClickjack">body{display:none !important;}</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
</head>
<body>
<p>You were probably looking for API docs. And now you're off!</p>
</body>
</html>