Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamsycodes/cyberpython-projects
These are some of the cyber projects I worked on. All of them are coded in Python Language. It involves some beginner projects including keyloggers, ping and port scanners, messageEncryptors, passwdGenerators.
https://github.com/hamsycodes/cyberpython-projects
Last synced: 2 days ago
JSON representation
These are some of the cyber projects I worked on. All of them are coded in Python Language. It involves some beginner projects including keyloggers, ping and port scanners, messageEncryptors, passwdGenerators.
- Host: GitHub
- URL: https://github.com/hamsycodes/cyberpython-projects
- Owner: hamsycodes
- Created: 2024-11-25T08:07:26.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:25:57.000Z (28 days ago)
- Last Synced: 2024-11-25T09:22:09.803Z (28 days ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyberPython-Projects
These are some of the cyber projects I worked on including:
- Keylogger- program that logs the key pressed and stores it in a txt file.
- MessageEncryptor- program that encrypts the message into an encoded format.
- PasswdGenerator- program that generates password of a desired input string.
- PhishingLinks- program that informs the user of phishing link by checking an array of website URLs.
- PingSweeper- program that pings a specific IP Address/Address Block.
- PortScanner- program that scans a port of specific IP Address/Address Block.