https://github.com/zejiran/password-hacker
🦦 Client app connected to a server for learning how hacking works. Use of iterators, generators, and itertools module
https://github.com/zejiran/password-hacker
client-server generators hacking iterators itertools python socket-modules
Last synced: about 1 month ago
JSON representation
🦦 Client app connected to a server for learning how hacking works. Use of iterators, generators, and itertools module
- Host: GitHub
- URL: https://github.com/zejiran/password-hacker
- Owner: zejiran
- License: mit
- Created: 2020-07-03T09:57:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T01:54:35.000Z (about 5 years ago)
- Last Synced: 2025-03-15T20:19:29.990Z (7 months ago)
- Topics: client-server, generators, hacking, iterators, itertools, python, socket-modules
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password-hacker
Python program that connects to a secret server for hacking an unknown password in the quickest way possible.Client app connected to a server, using the socket module, for learning how hacking works. Use of iterators, generators, and itertools module.