Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritiek/product-key-please
A fun tool that attempts to find product keys for commercial softwares
https://github.com/ritiek/product-key-please
finder product-key search software
Last synced: 4 months ago
JSON representation
A fun tool that attempts to find product keys for commercial softwares
- Host: GitHub
- URL: https://github.com/ritiek/product-key-please
- Owner: ritiek
- License: mit
- Created: 2017-02-28T15:31:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T02:03:14.000Z (over 7 years ago)
- Last Synced: 2023-02-26T16:52:27.794Z (almost 2 years ago)
- Topics: finder, product-key, search, software
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product-Key-Please
- This handy python script finds product keys for commercial softwares by looking for them on the Internet.
- You need to have a template of how the product key looks like before hand (something like ????-????-????-????), that gives an idea how the key looks like.
## Installation & Usage:
```
git clone https://github.com/ritiek/product-key-please
cd product-key-please
```- We need Requests and BeautifulSoup:
`sudo pip install -r requirements.txt`
- Now to use the script, pass the software name and the key template:
- You can find the `.txt` file in `keys/` directory holding all the product keys it found.
- For example:
`sudo python find_key.py 'windows 7' '?????-?????-?????-?????-?????'`
It will keep presenting you with possible product keys for the software and save them to `keys/windows_7.txt`.
- Press `Ctrl+C` to exit anytime.
## Disclaimer:
In no way I support piracy. This tool is meant for educational purposes only and I will not be held responsible for any misuse.
## License:
`The MIT License`