Skip to content

genofire/check_http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

check_http

Example .checkhttprc

---
ipv4: true
ipv6: true
domains:
- domain: google.de
  regex: "<title>.*</title>"

Output

Code Result
0 regex is okay
30 a http 30* recieved
W request is okay, but not regex
E everything else "error"
+-----------------------------+------+------+----------+----------+
|           DOMAIN            | IPV4 | IPV6 | SSL-IPV4 | SSL-IPV6 |
+-----------------------------+------+------+----------+----------+
| google.com                  | E    | E    | E        | E        |
+-----------------------------+------+------+----------+----------+

About

check_http is a mini website avadible checker with regex (written in go, check: http and https with ipv4 and ipv6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages