mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-07 18:27:46 +02:00
May Updates
May Updates
This commit is contained in:
+5052
-3922
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,5 @@
|
||||
# ARF
|
||||
Advanced Reconnaissance Framework
|
||||
|
||||
## Notes
|
||||
## Instructions
|
||||
- tbd
|
||||
|
||||
## ToDo
|
||||
- [ ] Instructions for bookmark import as a secondary option
|
||||
- [ ] Website CSS & Styling
|
||||
- [ ] Expand / Collapse all buttons
|
||||
- [ ] "The boldening" bug
|
||||
- [ ] Single category expansion
|
||||
- [ ] Statistics
|
||||
+17
@@ -1,5 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<head>
|
||||
<title>Adv Recon Framework</title>
|
||||
</head>
|
||||
|
||||
<style>
|
||||
|
||||
.node {
|
||||
@@ -24,6 +29,18 @@
|
||||
|
||||
</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>
|
||||
Reference in New Issue
Block a user