Skip to content

AlpineMarmot/wrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WRecon

Simple tools for pinging a list of websites.

How to use

wrecon --config ./sites.json

This will print the result in your console.

Config example

{
  "sites": [
    {
      "name": "Example!",
      "address": "http://example.com"
    },
    {
      "address": "https://google.com"
    }
  ]
}

Watch

Use flag interval

wrecon --config ./sites.json --interval 30s

This will ping your sites every 30 seconds until you quit the program.

About

Simple tools for pinging a list of websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages