Skip to content

A fun tool that attempts to find product keys for commercial softwares

License

Notifications You must be signed in to change notification settings

ritiek/product-key-please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fun tool that attempts to find product keys for commercial softwares

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages