mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-24 14:52:23 +02:00
46 lines
954 B
HTML
46 lines
954 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
|
|
<head>
|
|
<title>Adv Recon Framework</title>
|
|
</head>
|
|
|
|
<style>
|
|
|
|
.node {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.node circle {
|
|
fill: #fff;
|
|
stroke: steelblue;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
.node text {
|
|
font: 12px sans-serif;
|
|
}
|
|
|
|
.link {
|
|
fill: none;
|
|
stroke: #ccc;
|
|
stroke-width: 1px;
|
|
}
|
|
|
|
</style>
|
|
<body>
|
|
|
|
<h1>Advanced Reconnaissance Framework</h1>
|
|
|
|
<script src="d3.min.js"></script>
|
|
<script src="arf.js"></script>
|
|
|
|
<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.
|
|
|
|
</body> |