Skip to content

A handy tool for bug bounty hunters/pentesters to check the http status codes of all the links/URLs collectively

Notifications You must be signed in to change notification settings

codie-shiv/URL-Responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

URL_Responder

A handy script for bug bounty hunters/pentesters to check the http status code of all the links(URLs) collectively
So you'll never have to worry about checking a bunch of URLs manually...

responder

  1. NOTE: Remember to put the extension i.e. ".txt" at the end of file name
  2. NOTE: The target list on which you are going to test should be in the same path/directory as your program file \
  3. For demo purposes I've added a file named "demo.txt". You may use it to check the working of the script if you want in case.

Tested on:

  • Kali Linux
  • Parrot Security OS
  • Windows OS
  • Termux

Requirements:

  1. git (not necessary in case of Windows OS)
  2. Python3 (having latest version is better)

Installation & Usage

  • Termux

    $ pkg install git
    $ pkg install python
    $ pip install requests
    $ git clone https://github.com/codie-shiv/URL-Responder
    $ cd URL-Responder
    $ python responder.py

    After that enter the file name where you have stored all your URLs

  • Windows

  1. Download and Extract the zip.
  2. Run the python file i.e. responder.py
  3. Done!

Thanks for your visit guys! Hope that you loved my work!
This script is dedicated to Mr. Anand M Nandurkar (My Computer Science Teacher in school days.. )

About

A handy tool for bug bounty hunters/pentesters to check the http status codes of all the links/URLs collectively

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages