Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 10 additions & 60 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cybersecurity Tools Collection</title>
<style>
body { font-family: sans-serif; line-height: 1.6; margin: 2em; }
h1 { text-align: center; }
ul { list-style: none; padding: 0; }
li { background: #f4f4f4; border: 1px solid #ddd; margin-bottom: 1em; padding: 1em; }
h2 { margin-top: 0; }
a { text-decoration: none; color: #0366d6; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>Cybersecurity Tools Collection</h1>
<p>This repository contains a collection of various security-related tools. Click on a tool's documentation to learn more about its functionality and how to use it.</p>
<ul>
<li>
<h2>Account Pwned Checker</h2>
<p>A command-line tool to check if an email account has been compromised in a known data breach using the 'Have I Been Pwned?' API.</p>
<a href="README_pwned_checker.md">View Documentation</a>
</li>
<li>
<h2>Sensitive Data Scanner</h2>
<p>A tool to recursively scan a directory for files containing sensitive data patterns like API keys, private keys, and credit card numbers.</p>
<a href="README_sensitive_data_scanner.md">View Documentation</a>
</li>
<li>
<h2>Port Scanner</h2>
<p>A simple, multi-threaded TCP port scanner to find open ports on a target host.</p>
<a href="README_port_scanner.md">View Documentation</a>
</li>
<li>
<h2>IoT Simulator</h2>
<p>A simulator for IoT devices.</p>
<a href="README_iot_simulator.md">View Documentation</a>
</li>
<li>
<h2>Network Mapper</h2>
<p>A tool to generate network topology diagrams from a CSV file.</p>
<a href="README_netmap.md">View Documentation</a>
</li>
<li>
<h2>Scam Detector</h2>
<p>A tool to detect scams in social media.</p>
<a href="README_scam_detector.md">View Documentation</a>
</li>
<li>
<h2>Simple Browser</h2>
<p>A simple web browser.</p>
<a href="README_simple_browser.md">View Documentation</a>
</li>
<li>
<h2>Wi-Fi Analyzer</h2>
<p>A tool to analyze Wi-Fi networks on Linux systems.</p>
<a href="README_wifi_analyzer.md">View Documentation</a>
</li>
</ul>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FBI Security Analyzer & AR Game</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading
Loading