An open API service indexing awesome lists of open source software.

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

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.