WooCommerce Checker
Find a file
2023-10-19 10:59:14 +05:30
LICENSE Initial commit 2023-10-18 15:55:09 +05:30
logins.txt Create logins.txt 2023-10-18 16:07:21 +05:30
README.md Update README.md 2023-10-19 10:59:14 +05:30
requirements.txt Create requirements.txt 2023-10-18 16:03:15 +05:30
woocommerce_checker.py Create woocommerce_checker.py 2023-10-18 16:02:53 +05:30

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.