Giter VIP home page Giter VIP logo

webpulse's Introduction

WebPulse

WebPulse is a Python script that allows you to check the validity and status of web targets. It helps you determine if a target URL or IP address is valid, alive, dead, or invalid.

Features

  • Single target check: Check the validity and status of a single web target.
  • Multiple targets check: Check the validity and status of multiple web targets stored in a file.
  • Supports both HTTP and HTTPS protocols.
  • Handles targets with and without specified ports.
  • Provides clear output of valid, invalid, alive, and dead targets.

Prerequisites

  • Python 3.x installed on your system.

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd webpulse
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Single target check:
python webpulse.py
  1. Multiple targets check:
python webpulse.py

Examples

  1. Single target check:
Choose an option below:
1: For a single target
2: For multiple targets
Enter Your Option: 1
Target address: example.com

==============================ALIVE TARGETS==============================
The below target(s) are alive:
example.com
============================================================================

===============================DEAD TARGETS==============================
There are no dead target(s)
============================================================================

==============================INVALID TARGETS=============================
There are no invalid target(s)
============================================================================

===============================VALID TARGETS==============================
The below target(s) are valid:
example.com
============================================================================
  1. Multiple targets check:
Choose an option below:
1: For a single target
2: For multiple targets
Enter Your Option: 2
Provide the exact file name: targets.txt

=================================ALIVE TARGETS=================================
The below target(s) are alive:
example1.com
example2.com
example3.com
================================================================================

=================================DEAD TARGETS==================================
There are no dead target(s)
================================================================================

================================INVALID TARGETS================================
There are no invalid target(s)
================================================================================

=================================VALID TARGETS==================================
The below target(s) are valid:
example1.com
example2.com
example3.com
================================================================================

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

This script was inspired by the need to quickly check the validity and status of web targets for various purposes.

webpulse's People

Contributors

nitish-yaddala avatar

Stargazers

 avatar  avatar

Watchers

 avatar

webpulse's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.