Dheerajjha451 / wordlist.github.io

It is Created to Enable Ethical Hackers to download their preferable Wordlists. As we all know, wordlists play an important part in an ethical hacker’s job. Preference makes it easier for the hacker to brute force efficiently. Therefore, we have designed this "Wordlist Generator" to overcome this problem.

Home Page:https://dheerajjha451.github.io/wordlist.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordlist Generator

word

The Wordlist Generator is a web application designed to automate various functions related to wordlist generation and management. It provides a user-friendly interface to assist ethical hackers in downloading personalized wordlists. The project includes features such as secure login and signup pages, password recovery, and the ability to generate wordlists based on user input.

Features

  • Login page: Securely log in to the website.
  • Sign up: Set your username and password for future logins.
  • Recover Password: Answer security questions to verify your identity in case you forget your password.
  • Forget Password: Reset your password if you cannot remember it.
  • Wordlist Generation: Enter letters to generate customized wordlists.

Objectives

  • Provide ethical hackers with a convenient way to download personalized wordlists.
  • Offer a user-friendly GUI (Graphical User Interface) for easy navigation through the web application.
  • Ensure a secure login and signup process to protect user data.
  • Include links to commonly used wordlists.

Prerequisites

Before getting started, ensure that you have the following installed on your system:

  • XAMPP server (Download and install from here)
  • Web browser (e.g., Google Chrome, Mozilla Firefox)
  • Familiarity with technologies like PHP, HTML, CSS, and JavaScript

Installation Instructions

  1. Clone or download this repository to your local machine.

  2. Install XAMPP by following the official installation instructions provided by Apache Friends.

  3. Start the XAMPP control panel and activate the Apache and MySQL modules.

  4. Open your web browser and go to http://localhost/phpmyadmin.

  5. Create a new database by clicking on "New" in the left sidebar and providing a name (e.g., mydb).

  6. Import the database tables by going to the "Import" tab, selecting the SQL file (database.sql) provided in this repository, and clicking "Go".

  7. Move the repository folder to the XAMPP htdocs directory. The default path for htdocs is C:\xampp\htdocs on Windows or /Applications/XAMPP/htdocs on macOS.

  8. Open your web browser and go to http://localhost/{repository_folder_name}.

  9. You should see the login and signup page. Register a new user and use the registered credentials to log in.

Customization

Feel free to customize the code and design to suit your specific needs. You can add additional functionality, enhance the styling, or integrate with a different database if desired.

Troubleshooting

  • If you encounter any issues with the XAMPP server or PHP scripts, ensure that the file paths and configurations are set correctly.
  • Check the XAMPP error logs for specific error messages that can help identify the problem.

License

[MIT License https://github.com/Dheerajjha451/wordlist.github.io/blob/main/LICENSE.txt]

Wordlist.mp4

Screenshot 2023-06-05 at 09-18-44 https __localhost

Screenshot 2023-06-05 at 09-18-14 WordLists

Screenshot 2023-06-05 at 09-18-28 Our Future Plans

About

It is Created to Enable Ethical Hackers to download their preferable Wordlists. As we all know, wordlists play an important part in an ethical hacker’s job. Preference makes it easier for the hacker to brute force efficiently. Therefore, we have designed this "Wordlist Generator" to overcome this problem.

https://dheerajjha451.github.io/wordlist.github.io/

License:MIT License


Languages

Language:PHP 57.8%Language:CSS 30.4%Language:JavaScript 6.1%Language:HTML 5.7%