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...
- NOTE: Remember to put the extension i.e. ".txt" at the end of file name
- NOTE: The target list on which you are going to test should be in the same path/directory as your program file \
- 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.
- Kali Linux
- Parrot Security OS
- Windows OS
- Termux
- git (not necessary in case of Windows OS)
- Python3 (having latest version is better)
-
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
- Download and Extract the zip.
- Run the python file i.e. responder.py
- Done!
Linux
$ sudo apt install git
$ sudo apt install python
$ pip install requests
$ git clone https://github.com/codie-shiv/URL-Responder
$ cd URL-Responder
$ python responder.py \
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.. )