Skip to content

Commit 0b81edd

Browse files
Update README.md
1 parent 5eca6e2 commit 0b81edd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h2 align="center"><strong>View Complete Projects:</strong></h2>
2424
<div align="center">
2525
<a href="https://github.com/CarterPerez-dev/Cybersecurity-Projects/tree/main/PROJECTS">
26-
<img src="https://img.shields.io/badge/Full_Source_Code-3/60-blue?style=for-the-badge&logo=github" alt="Projects"/>
26+
<img src="https://img.shields.io/badge/Full_Source_Code-4/60-blue?style=for-the-badge&logo=github" alt="Projects"/>
2727
</a>
2828
</div>
2929

@@ -62,8 +62,8 @@ Use Python's `pynput` library to capture keyboard events and log them to a local
6262
### [Caesar Cipher](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/beginner/Caesar.Cipher.md)
6363
Create a CLI tool that shifts characters by a specified number (the "key") to encrypt/decrypt text. Implement both encryption and brute-force decryption (try all 26 possible shifts). Bonus: Add support for preserving spaces and punctuation.
6464

65-
### [DNS Lookup Tool](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/beginner/DNS.Lookup.Tool.md)
66-
Use Python's `dnspython` library to query different DNS record types (A, AAAA, MX, TXT, NS, CNAME). Display results in a clean table format with color coding. Add reverse DNS lookup functionality.
65+
### *SOURCE CODE:* *[DNS Lookup CLI Tool](https://github.com/CarterPerez-dev/Cybersecurity-Projects/tree/main/PROJECTS/dns-lookup)*
66+
Use Python's `dnspython` library to query different DNS record types (A, AAAA, MX, TXT, NS, CNAME). Display results in a clean table format with color coding using `rich` and `typer` libraries. Add reverse DNS lookup functionality and WHOIS.
6767

6868
### [Simple Vulnerability Scanner](https://github.com/CarterPerez-dev/Cybersecurity-Projects/blob/main/SYNOPSES/beginner/Simple.Vulnerability.Scanner.md)
6969
Build a script that checks installed software versions against a CVE database or uses `pip-audit` for Python packages. Parse system package managers (apt, yum, brew) to list installed software. Flag packages with known vulnerabilities and suggest updates.

0 commit comments

Comments
 (0)