Skip to content

akilaid/responsechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Response Checker Tool

Logo

About The Project

  • This tool can check http response recursively using list of domains.
  • Also this tool is able to save output to a .txt file.

Table of Contents

Prerequisites

Install curl and git if you don't have:

  • Using apt-get
apt-get install curl -y
apt-get install git -y
  • for termux users(Android)
pkg install curl
pkg install git

Installation

  1. Clone the repo using git clone
git clone https://github.com/akilaid/responsechecker.git
  1. Change directory to repo
cd responsechecker
  1. Make it executable200OK.sh
chmod +x 200OK.sh

Usage

  1. Run the script
./200OK.sh example-host.txt output-file-name.txt
  1. Host list file: name of your host list file. Here mine is example-host.txt.
  2. Output file: name for output file. Here mine is output-file-name.txt (It will be automatically created)

Then what ?

  • Results will print verbosely
  • Also it will be saved in the output file.

That's all!

About

This tool can check http response using curl (to find bug hosts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages