https://github.com/genofire/check_http
check_http is a mini website avadible checker with regex (written in go, check: http and https with ipv4 and ipv6)
https://github.com/genofire/check_http
Last synced: 2 months ago
JSON representation
check_http is a mini website avadible checker with regex (written in go, check: http and https with ipv4 and ipv6)
- Host: GitHub
- URL: https://github.com/genofire/check_http
- Owner: genofire
- Created: 2016-02-08T13:56:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T14:20:10.000Z (over 9 years ago)
- Last Synced: 2025-01-31T14:19:49.319Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# check_http
## Example .checkhttprc
```
---
ipv4: true
ipv6: true
domains:
- domain: google.de
regex: ".*"```
## 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 |
+-----------------------------+------+------+----------+----------+
```