Skip to content

ArtyETH06/Endpoint-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endpoint-Checker

What is this ?

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 ;)

How it works ?

Get the code

You copy the git repository by doing:

git clone https://github.com/ArtyETH06/Endpoint-Checker

Then,go in your repository:

cd Endpoint-Checker

Download the depedencies

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 ;)

Setup your lists

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).

Start the tool

You can run the python file by doing:

python endpoint.py

Now you have the choice between 2 modes:

Capture d’écran (701)

Many endpoints for 1 website

This mode will take all the endpoint of the list1.txt and try them on the URL that you will have to choose: Capture d’écran (702)

1 endpoint for many website

This mode will take all the website of the list2.txtand try the endpoint that you will have to choose: Capture d’écran (703)

Save the results

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):

Capture d’écran (704)

That's it ! You can now use the tool as you want !

Arty06

About

This is a python code to check is an endpoint is valid or not on a specific URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages