fuzz_src_ua_util_endpoints.dict 300 B

1234567891011121314151617
  1. #
  2. # AFL dictionary for OPC UA Endpoints
  3. # -----------------------------
  4. #
  5. #
  6. # Stefan Profanter <git@s.profanter.me>
  7. #
  8. endpoint_http="opc.http"
  9. endpoint_tcp="opc.tcp"
  10. endpoint_udp="opc.udp"
  11. endpoint_udp="opc.eth"
  12. endpoint_proto="://"
  13. endpoint_host="localhost"
  14. endpoint_delim="/"
  15. endpoint_port=":123"