Skip to content

Commit

Permalink
Web Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI committed Oct 1, 2024
1 parent a3e60f8 commit 4e0c5fb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ contributing.md and Issue Templates.

- [Bootstrap GitHub Repository](https://github.com/twbs/bootstrap)

### HackBrowserData by moonD4rk

We are grateful for the foundational work provided by HackBrowserData, a perfect open-source tool for Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux). HackBrowserData's comprehensive documentation has been invaluable in helping indirectly shape our project by allowing escalation and post-exploitation actions.

- [Hack Browser Data Repository v0.4.6](https://github.com/moonD4rk/HackBrowserData)

### winPEAS-ng by peas

We are grateful for the foundational work provided by winPEAS, a perfect open-source tool for scanning dynamic window
Expand Down
Binary file modified EXTRA/EXTRA.zip
Binary file not shown.
26 changes: 21 additions & 5 deletions WEB/roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ <h1>Logicytics Roadmap</h1>
<h2>Milestones:</h2>
<ol>
<li>
<h3>Documentation (DOC)</h3>
<h3>Documentation</h3>
<p>We need to improve our documentation in a better way.</p>
<ul class="deliverable">
<li>
<div class="status-container">
<span class="badge MUST">MUST</span>
<span class="state TODO">TODO</span>
<span class="state TODO">WIP</span>
<span class="status-text">Documentation Parser</span>
</div>
<p>Use Sphinx for help with the documentation of the project.</p>
</li>
</ul>
</li>
<li>
<h3>Improve Analysis Tools (IAT)</h3>
<h3>Improve Analysis Tools</h3>
<p>We need to improve our analysis tools in a better way.</p>
<ul class="deliverable">
<li>
Expand All @@ -83,11 +83,19 @@ <h3>Improve Analysis Tools (IAT)</h3>
</div>
<p>Integrate machine learning algorithms to detect anomalies and potential security threats automatically.</p>
</li>
<li>
<div class="status-container">
<span class="badge SHOULD">SHOULD</span>
<span class="state TODO">TODO</span>
<span class="status-text">Remake wifi_stealer.py</span>
</div>
<p>Fix issues with wifi_stealer.py</p>
</li>
<li>
<div class="status-container">
<span class="badge MAY">MAY</span>
<span class="state TODO">TODO</span>
<span class="status-text">UI</span>
<span class="status-text">UI update</span>
</div>
<p>Create a web-based dashboard for visualizing and interacting with the collected data.</p>
</li>
Expand All @@ -102,7 +110,7 @@ <h3>Improve Analysis Tools (IAT)</h3>
</ul>
</li>
<li>
<h3>Additional Tools (AT)</h3>
<h3>Additional Tools</h3>
<p>More tools that will be worked on.</p>
<p>Dependencies: team</p>
<ul class="deliverable">
Expand All @@ -122,6 +130,14 @@ <h3>Additional Tools (AT)</h3>
</div>
<p>Implement a parser for Windows Event Logs to extract and analyze security-related events.</p>
</li>
<li>
<div class="status-container">
<span class="badge SHOULD">SHOULD</span>
<span class="state TODO">TODO</span>
<span class="status-text">PyTest CI</span>
</div>
<p>Use pytest support + CI tests using pytest and automate using GitHub Actions</p>
</li>
</ul>
</li>
</ol>
Expand Down

0 comments on commit 4e0c5fb

Please sign in to comment.