Endpoint checker is code made in python,wich allows you to test your own endpoints, on a specific URL to see if they are valid. This code is open source, feel free to use it but give me credits ;)
You copy the git repository by doing:
git clone https://github.com/ArtyETH06/Endpoint-Checker
Then,go in your repository:
cd Endpoint-Checker
To download all the depedencies necessary to the project,you just need to do:
pip install -r requirements.txt
It will download everything you need ;)
You can change the 2 lists: list1.txt/list2.txt
-For the list1.txt,you can put the endpoints that you want to test.
-For the list2txt,you can put the websites that you want to tests (for a specific endpoint).
You can run the python file by doing:
python endpoint.py
Now you have the choice between 2 modes:
This mode will take all the endpoint of the list1.txt and try them on the URL that you will have to choose:

This mode will take all the website of the list2.txtand try the endpoint that you will have to choose:

Once the scan ios completed,you will have a list with all the valids endpoints,you can save them in the files endpoints_mode1.txt or endpoint_mode2.txt
For that you juste have to enter y (who stands for yes):
That's it ! You can now use the tool as you want !
Arty06

