mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-31 03:59:38 +02:00
25 lines
934 B
HTML
25 lines
934 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ARF :: Advanced Recon Framework</title>
|
|
<link rel="stylesheet" href="css/arf.css" media="screen" charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h1>Advanced Reconnaissance Framework</h1>
|
|
|
|
<div class="arf_content"></div>
|
|
|
|
<h3>For Update Notifications</h3>
|
|
Follow me on Twitter: <a href="https://twitter.com/jnordine">@jnordine</a><br>
|
|
Watch or star the project on Github: <a href="https://github.com/lockfale/arf">https://github.com/lockfale/arf</a>
|
|
|
|
<h3>Suggestions, Comments, Feedback</h3>
|
|
The preferred method for sending new tool suggestions or to let me know about dead links would be to submit an issue on github but I will take them in any fashion.
|
|
For general feedback or just to chat, Twitter is the best way to reach out.
|
|
|
|
<script src="js/vendor/d3/d3.min.js"></script>
|
|
<script src="js/arf.js"></script>
|
|
</body>
|
|
</html>
|