Skip to content

Instantly share code, notes, and snippets.

@devils-ey3
Last active January 26, 2020 17:37
Show Gist options
  • Save devils-ey3/725e3d9e5fef415e8864f2dfc615ef31 to your computer and use it in GitHub Desktop.
Save devils-ey3/725e3d9e5fef415e8864f2dfc615ef31 to your computer and use it in GitHub Desktop.
modules:
http_2xx:
prober: http
http_post_2xx:
prober: http
http:
method: POST
tcp_connect:
prober: tcp
pop3s_banner:
prober: tcp
tcp:
query_response:
- expect: "^+OK"
tls: true
tls_config:
insecure_skip_verify: false
ssh_banner:
prober: tcp
tcp:
query_response:
- expect: "^SSH-2.0-"
irc_banner:
prober: tcp
tcp:
query_response:
- send: "NICK prober"
- send: "USER prober prober prober :prober"
- expect: "PING :([^ ]+)"
send: "PONG "
- expect: "^:[^ ]+ 001"
icmp:
prober: icmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment