Skip to content

ferreiraklet/nilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

made-with-Go

Nilo


UsageInstallation

Nilo makes requests to urls returning only if status code is 200

- Installation & Requirements:

> go get -u github.com/ferreiraklet/nilo

OR

> git clone https://github.com/ferreiraklet/nilo.git
> cd nilo
> go build nilo.go
> chmod +x nilo
> ./nilo -h

- Usage & Explanation:

  • Inspired by hakcheckurl from hakluke, nilo reads a list of URL's and return only HTTP 200 response code.
  • You can use to check if endpoints are alive, Ex: echo http://xxxxx.com/app.js | nilo
  • IMPORTANT! Urls must contain protocol, http, https.
  • You can specify headers: echo http://xxxx.com/app.js | nilo -H "Header1: value1;Header2: Value2;Header3: Value3" Be careful with syntax.

Releases

No releases published

Packages

No packages published

Languages