May Updates

May Updates
This commit is contained in:
s0lray
2016-06-01 21:14:06 -04:00
parent c83b5adcfd
commit 23b8ae1aef
4 changed files with 10122 additions and 7853 deletions
+5052 -3922
View File
File diff suppressed because it is too large Load Diff
+1 -9
View File
@@ -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
+5052 -3922
View File
File diff suppressed because it is too large Load Diff
+17
View File
@@ -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>