Skip to content

Tool to check if HTTP GET is successful, given a list of IP addresses and ports

License

Notifications You must be signed in to change notification settings

jayapriya90/go-ok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card

Description

go-ok takes an input file which has a list of IP addresses and port and checks if HTTP GET is successful (200) for the host:port. If yes, it prints the IP address and port on the console

Usage

$ go get github.com/jayapriya90/go-ok

$ go-ok -fpath=<path to input file>

Sample Input/Output

$ go-ok -fpath=input.txt  
HTTP GET is successful for  
216.58.195.78:80  
172.217.3.17:80


$ go-ok -fpath=input.txt >> output.txt

About

Tool to check if HTTP GET is successful, given a list of IP addresses and ports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published