updated example yaml file

pull/6/head
danieleperera 4 years ago
parent 67039eba14
commit f593c7366d

@ -57,32 +57,26 @@ operators:
module: html module: html
timeout: 300 timeout: 300
retries: 2 retries: 2
interestingKeywords: t.me,feed,rss,xml,atom,dataleak,breach,blog,ransomware,source code,data breach interestingKeywords: YOUR,INTERESTING,KEYWORDS,GO,HERE
socks5: socks5:
http: 'socks5h://127.0.0.1:9050' http: 'socks5h://127.0.0.1:9050'
https: 'socks5h://127.0.0.1:9050' https: 'socks5h://127.0.0.1:9050'
- name: onionscan-go # - name: onionscan-go
module: onionscan # module: onionscan
binpath: /home/tony/go/src/github.com/s-rah/onionscan/test123 # binpath: /PATH/TO/YOUR/ONIONSCAN/GO/BINARY
# - name: simple-screenshot
# module: screenshot
# screenshots_path: null # - name: simple-screenshot
# # module: screenshot
# - name: onionscan-go # screenshots_path: null
# module: onionscan
# binpath: /home/tony/go/bin/onionscan
# # - name: yara-rule
# module: yara
# filename: categories.yar
# base_score: 50
# - name: yara-rule
# module: yara
# filename: categories.yar
# base_score: 50
#
# - name: regex-match
# module: regex
# keywords: test,test2
# base_score: 20
database_Engines: database_Engines:
# Simple telegram notifier # Simple telegram notifier
@ -91,21 +85,21 @@ database_Engines:
chat_id: YOUR-TELEGRAM-CHAT chat_id: YOUR-TELEGRAM-CHAT
token: YOUR-TELEGRAM-TOKEN token: YOUR-TELEGRAM-TOKEN
- name: elasticsearch # - name: elasticsearch
module: elasticsearch # module: elasticsearch
index: YOUR-ELASTICSEARCH-INDEX_NAME # index: YOUR-ELASTICSEARCH-INDEX_NAME
port : 9200 # port : 9200
host : 127.0.0.1 # host : 127.0.0.1
# - name: email # - name: email
# module: send_email # module: send_email
# alert: no # Enable/disable email alerts # alert: no # Enable/disable email alerts
# from: alert@example.com # from: alert@example.com
# to: alert@example.com # to: alert@example.com
# server: 127.0.0.1 # Address of the server (hostname or IP) # server: 127.0.0.1 # Address of the server (hostname or IP)
# port: 25 # Outgoing SMTP port: 25, 587, ... # port: 25 # Outgoing SMTP port: 25, 587, ...
# tls: no # Enable/disable tls support # tls: no # Enable/disable tls support
# username: '' # (optional) Username for authentication. Leave blank for no authentication. # username: '' # (optional) Username for authentication. Leave blank for no authentication.
# password: '' # (optional) Password for authentication. Leave blank for no authentication. # password: '' # (optional) Password for authentication. Leave blank for no authentication.
# subject: '[onioningestor] - {subject}' # subject: '[onioningestor] - {subject}'
# size-limit: 1048576 # Size limit for pastie, above it's sent as attachement # size-limit: 1048576 # Size limit for pastie, above it's sent as attachement

Loading…
Cancel
Save