Skip to content

Commit

Permalink
Merge pull request #1041 from ninoseki/update-docs
Browse files Browse the repository at this point in the history
docs: update docs [skip ci]
  • Loading branch information
ninoseki committed Jan 21, 2024
2 parents a935c53 + 4c67996 commit f7b2281
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions docs/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ options:
Also the following analyzers can have pagination options.
- [Shodan](./shodan.md)
- [BinaryEdge](./binaryedge.md)
- [Censys](./censys.md)
- [ZoomEye](./zoomeye.md)
- [urlscan.io](./urlscan.md)
- [VirusTotal Intelligence](./virustotal_intelligence.md)
- [HunterHow](./hunterhow.md)
- [BinaryEdge](binaryedge.md)
- [Censys](censys.md)
- [Fofa](fofa.md)
- [GreyNoise](greynoise.md)
- [HunterHow](hunterhow.md)
- [Onyphe](onyphe.md)
- [Shodan](shodan.md)
- [urlscan.io](urlscan.md)
- [VirusTotal Intelligence](virustotal_intelligence.md)
```yaml
options:
Expand Down
4 changes: 2 additions & 2 deletions docs/emitters/webhook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Webhook

This emitter creates an HTTP request payload based on the specified conditions.
This emitter creates an HTTP request with a JSON body based on the specified conditions.

```yaml
emitter: webhook
Expand All @@ -26,7 +26,7 @@ template: ...

### Template

`template` (`string`) is a [Jbuilder](https://github.com/rails/jbuilder) template string (or a path to a Jbuilder template file) to customize JSON payload to send.
`template` (`string`) is a [Jbuilder](https://github.com/rails/jbuilder) template string (or a path to a Jbuilder template file) to customize a JSON body to send.

You can use the following attributes inside a Jbuilder template.

Expand Down

0 comments on commit f7b2281

Please sign in to comment.