Skip to content

aimtheory/endpoint_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

endpoint_tester

Python script to test a series of endpoints. It accepts a CSV input and create a CSV output with endpoint status and number of hops required to reach the endpoint in a traceroute operation.

Must be run as root for access to network interfaces.

Usage

Takes input of a CSV file formatted like:

domain.name,80,443
otherdomain.name, 80, 443

Provides a CSV output in ./check_results.csv of:

domain.name,open, open, 11
otherdomain.name, open, closed, 13

TODO

Make output cleaner and more elegant.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages