WhisperNet is an intelligent and interactive wordlist generator tailored for targeted password profiling. This tool is ideal for red teams, OSINT professionals, and ethical hackers. It leverages custom patterns, leetspeak, and contextual logic to create effective wordlists for penetration testing.
- Custom Patterns: Define your own patterns to generate unique wordlists.
- Leetspeak Support: Automatically include leetspeak variations for common passwords.
- Contextual Logic: Use contextual information to enhance wordlist relevance.
- Command-Line Interface: Easy to use CLI for quick access and integration.
- Multi-Platform Compatibility: Works on various operating systems, including Kali Linux.
- Open Source: Contribute and improve the tool as per your needs.
To install WhisperNet, follow these steps:
-
Clone the Repository:
git clone https://github.com/swathigoud/WhisperNet.git
-
Navigate to the Directory:
cd WhisperNet -
Install Dependencies: WhisperNet requires Python 3.x. You can install the necessary packages using:
pip install -r requirements.txt
-
Download the Latest Release: Visit the Releases section to download the latest version. Follow the instructions to execute the downloaded file.
To use WhisperNet, simply run the following command in your terminal:
python whispernet.py --helpThis command will display all available options and usage instructions. Here are some common commands:
To generate a wordlist using a custom pattern:
python whispernet.py --pattern "your_custom_pattern"To include leetspeak variations, add the --leetspeak flag:
python whispernet.py --pattern "your_custom_pattern" --leetspeakTo utilize contextual information, specify the context:
python whispernet.py --context "example_context"Contributions are welcome! If you want to enhance WhisperNet, please follow these steps:
- Fork the Repository: Click on the "Fork" button on the top right of this page.
- Create a New Branch:
git checkout -b feature/your-feature-name
- Make Your Changes: Implement your feature or fix.
- Commit Your Changes:
git commit -m "Add your message here" - Push to the Branch:
git push origin feature/your-feature-name
- Create a Pull Request: Submit your changes for review.
WhisperNet is licensed under the MIT License. See the LICENSE file for details.
For support, please check the Issues section. You can also reach out via email or create a new issue for bugs and feature requests.
For additional resources and documentation, visit the Releases section to download and execute the latest version.
WhisperNet is categorized under the following topics:
- cli-tool
- cybersecurity
- ethical-hacking
- information-gathering
- kali-linux
- osint
- password-generator
- penetration-testing
- profiling
- python
- red-team
- social-engineering
- wordlist
Special thanks to all contributors and users who help improve WhisperNet. Your feedback and suggestions are invaluable.
Join our community on Discord or follow us on Twitter to stay updated on new features and improvements.
For more insights on password profiling and ethical hacking, consider exploring the following resources:
For additional information, remember to check the Releases section for updates and enhancements.