From d246b4a17ec7c18b7299d9be050130bc48b71ca1 Mon Sep 17 00:00:00 2001 From: CarterPerez-dev Date: Sun, 22 Mar 2026 21:55:19 -0400 Subject: [PATCH] divine intellect god chose me --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c95e7405..65e4bfb6 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@

View Complete Projects:

- Projects + Projects
-

Currently building: Hash Cracker

+

Currently building: Binary Analysis Tool

--- @@ -59,7 +59,7 @@ Tools, courses, certifications, communities, and frameworks for cybersecurity pr | **[Simple Vulnerability Scanner](./PROJECTS/beginner/simple-vulnerability-scanner)**
Check software against CVE databases | ![3-4h](https://img.shields.io/badge/⏱️_12--14h-blue) ![Go](https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | CVE databases • Dependency scanning • Vulnerability assessment
[Source Code](./PROJECTS/beginner/simple-vulnerability-scanner) \| [Docs](./PROJECTS/beginner/simple-vulnerability-scanner/learn) | | **[Metadata Scrubber Tool](./PROJECTS/beginner/metadata-scrubber-tool)**
Remove EXIF and privacy metadata [@Heritage-XioN](https://github.com/Heritage-XioN) | ![2-3h](https://img.shields.io/badge/⏱️_10--12h-blue) ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | EXIF data • Privacy protection • Batch processing
[Source Code](./PROJECTS/beginner/metadata-scrubber-tool) \| [Docs](./PROJECTS/beginner/metadata-scrubber-tool/learn) | | **[Network Traffic Analyzer](./PROJECTS/beginner/network-traffic-analyzer)**
Capture and analyze packets | ![3-5h](https://img.shields.io/badge/⏱️_10--12h-blue) ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![C++](https://img.shields.io/badge/C%2B%2B-00599C?logo=cplusplus&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | Packet capture • Protocol analysis • Traffic visualization
[Source (C++)](./PROJECTS/beginner/network-traffic-analyzer/cpp) \| [Docs (C++)](./PROJECTS/beginner/network-traffic-analyzer/cpp/learn) \| [Source (Python)](./PROJECTS/beginner/network-traffic-analyzer/python) \| [Docs (Python)](./PROJECTS/beginner/network-traffic-analyzer/python/learn) | -| **[Hash Cracker](./SYNOPSES/beginner/Hash.Cracker.md)**
Dictionary and brute-force cracking | ![3-4h](https://img.shields.io/badge/⏱️_5--6h-blue) ![C++](https://img.shields.io/badge/C%2B%2B-00599C?logo=cplusplus&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | Hash algorithms • Dictionary attacks • Password security
[Learn More](./SYNOPSES/beginner/Hash.Cracker.md) | +| **[Hash Cracker](./PROJECTS/beginner/hash-cracker)**
Dictionary and brute-force cracking | ![3-4h](https://img.shields.io/badge/⏱️_5--6h-blue) ![C++](https://img.shields.io/badge/C%2B%2B-00599C?logo=cplusplus&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | Hash algorithms • Dictionary attacks • Password security
[Source Code](./PROJECTS/beginner/hash-cracker) \| [Docs](./PROJECTS/beginner/hash-cracker/learn) | | **[Steganography Tool](./SYNOPSES/beginner/Steganography.Tool.md)**
Hide messages in images | ![2-3h](https://img.shields.io/badge/⏱️_5--6h-blue) ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | LSB steganography • Image manipulation • Data hiding
[Learn More](./SYNOPSES/beginner/Steganography.Tool.md) | | **[MAC Address Spoofer](./SYNOPSES/beginner/MAC.Address.Spoofer.md)**
Change network interface MAC | ![1-2h](https://img.shields.io/badge/⏱️_3--4h-blue) ![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | Network interfaces • MAC addresses • Vendor lookup
[Learn More](./SYNOPSES/beginner/MAC.Address.Spoofer.md) | | **[File Integrity Monitor](./SYNOPSES/beginner/File.Integrity.Monitor.md)**
Monitor directories with checksums | ![2-3h](https://img.shields.io/badge/⏱️_7--8h-blue) ![Go](https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=white) ![Beginner](https://img.shields.io/badge/●_Beginner-green) | Cryptographic hashing • File monitoring • Alert systems
[Learn More](./SYNOPSES/beginner/File.Integrity.Monitor.md) |