Skip to content

Generate tailored password lists with WhisperNet, a Python tool for security experts. Enhance your penetration tests efficiently. πŸ±πŸ’»πŸ”

License

Notifications You must be signed in to change notification settings

swathigoud/WhisperNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WhisperNet: Intelligent Wordlist Generator for Ethical Hacking πŸ”

WhisperNet Logo

Download Releases

Table of Contents

Overview

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.

Features

  • 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.

Installation

To install WhisperNet, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/swathigoud/WhisperNet.git
  2. Navigate to the Directory:

    cd WhisperNet
  3. Install Dependencies: WhisperNet requires Python 3.x. You can install the necessary packages using:

    pip install -r requirements.txt
  4. Download the Latest Release: Visit the Releases section to download the latest version. Follow the instructions to execute the downloaded file.

Usage

To use WhisperNet, simply run the following command in your terminal:

python whispernet.py --help

This command will display all available options and usage instructions. Here are some common commands:

Generate a Wordlist

To generate a wordlist using a custom pattern:

python whispernet.py --pattern "your_custom_pattern"

Use Leetspeak

To include leetspeak variations, add the --leetspeak flag:

python whispernet.py --pattern "your_custom_pattern" --leetspeak

Contextual Logic

To utilize contextual information, specify the context:

python whispernet.py --context "example_context"

Contributing

Contributions are welcome! If you want to enhance WhisperNet, please follow these steps:

  1. Fork the Repository: Click on the "Fork" button on the top right of this page.
  2. Create a New Branch:
    git checkout -b feature/your-feature-name
  3. Make Your Changes: Implement your feature or fix.
  4. Commit Your Changes:
    git commit -m "Add your message here"
  5. Push to the Branch:
    git push origin feature/your-feature-name
  6. Create a Pull Request: Submit your changes for review.

License

WhisperNet is licensed under the MIT License. See the LICENSE file for details.

Support

For support, please check the Issues section. You can also reach out via email or create a new issue for bugs and feature requests.

Support

For additional resources and documentation, visit the Releases section to download and execute the latest version.

Topics

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

Cybersecurity

Acknowledgments

Special thanks to all contributors and users who help improve WhisperNet. Your feedback and suggestions are invaluable.

Community

Join our community on Discord or follow us on Twitter to stay updated on new features and improvements.

Community

Further Reading

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.

Updates

About

Generate tailored password lists with WhisperNet, a Python tool for security experts. Enhance your penetration tests efficiently. πŸ±πŸ’»πŸ”

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages