Pixel Toolkit is a collection of utilities and modules designed for various tasks such as password generation, port scanning, web brute forcing, and more. This toolkit is built with Python and leverages libraries like tkinter
, hashlib
, and os
to provide a comprehensive suite of tools for cybersecurity enthusiasts and professionals.
- Password Generation Module
- Port Scanner
- Hash Cracking
- Remote Shell Access
- Web Brute Forcing
- Web Crawling
- Wordlist Generation
Clone the repository and navigate to the project directory:
git clone https://github.com/GrzegorzSzczepanek/PixelToolkit.git cd PixelToolkit
Run the main script to launch the Pixel Toolkit:
python main.py
gui.py
: Provides the graphical user interface for the toolkit.hash.py
: Handles hashing operations.hash_crack.py
: Provides functionality for cracking hashes.pass_gen.py
: Includes a password generator module.port_scanner.py
: Allows for port scanning.remote_shell.py
: Facilitates remote shell access.web_bruteforcer.py
: Offers web brute forcing capabilities.web_crawler.py
: Supports web crawling operations.wordlist_generator.py
: Helps in generating wordlists.
If you'd like to contribute to the project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Password Hash Cracker
- Archive Password Cracker