WooCommerce-Checker/README.md
2023-10-19 10:59:14 +05:30

2.3 KiB

WooCommerce Checker

GitHub stars GitHub forks GitHub issues GitHub license

WooCommerce Checker is a Python script designed to check if WooCommerce is installed on WordPress websites. It uses the requests library for making HTTP requests and provides a simple command-line interface for input.

Features

  • Automatically checks multiple WordPress login URLs with corresponding usernames and passwords.
  • Logs successful logins and WooCommerce installations for further analysis.
  • Utilizes multiprocessing for concurrent URL checking.

Table of Contents

Usage

  1. Create a text file named logins.txt containing WordPress login URLs along with usernames and passwords, separated by '|'. For example:
http://norwardstour.com/wp-login.php|db_kc|o^R50r4b
https://mrprinto.com/wp-login.php|preview|432432432
...
  1. Run the script and provide the path to the input file.
  2. The script will attempt to log in and check for WooCommerce installations.
python woocommerce_checker.py logins.txt

Note: This script is for educational purposes and should only be used on websites you have explicit permission to test.

Installation

  1. Clone the repository:
git clone https://github.com/ishanoshada/WooCommerce-Checker.git
  1. Install the required libraries:
pip install -r requirements.txt

Repository Views Views

How to Contribute

Contributions are welcome! Here's how you can get started:

  1. Fork the repository.
  2. Create a new branch (e.g., feature-new-feature or bug-fix-issue).
  3. Make your changes.
  4. Commit your changes and push to your forked repository.
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.