https://github.com/alejandrorm-dev/password-hacker-python
All sorts of creatures lurk around the Internet, including trolls, pirates, miners – and hackers. In this project you’ll wear the hat of a real hacker. You must connect to a secret server without knowing the password. Your task is to write a Python program that can hack this password, and do so in the quickest way possible.
https://github.com/alejandrorm-dev/password-hacker-python
pyhton
Last synced: 12 months ago
JSON representation
All sorts of creatures lurk around the Internet, including trolls, pirates, miners – and hackers. In this project you’ll wear the hat of a real hacker. You must connect to a secret server without knowing the password. Your task is to write a Python program that can hack this password, and do so in the quickest way possible.
- Host: GitHub
- URL: https://github.com/alejandrorm-dev/password-hacker-python
- Owner: AlejandroRM-DEV
- Created: 2023-07-28T05:37:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T17:05:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T02:42:14.355Z (over 1 year ago)
- Topics: pyhton
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Hacker-Python
All sorts of creatures lurk around the Internet, including trolls, pirates, miners – and hackers. In this project you’ll wear the hat of a real hacker. You must connect to a secret server without knowing the password. Your task is to write a Python program that can hack this password, and do so in the quickest way possible.
You will learn how hacking works. You will work with iterators and generators, and you’ll learn a little something about the itertools module – one of the most powerful features of Python. You will practice developing a client app and connecting to a server using the socket module. The project will also get you acquainted with JSON and the time module.