mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-22 22:52:19 +00:00
62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
plugin:
|
|
name: iscan
|
|
version: 0.1
|
|
pipelines:
|
|
FTP:
|
|
actions:
|
|
- scan
|
|
- connect
|
|
- metadata
|
|
- filetree
|
|
df:
|
|
Telegram:
|
|
action: metadata
|
|
chats:
|
|
- xai7poozengee2Aen3poMookohthaZ
|
|
- aiWeipeighah7vufoHa0ieToipooYe
|
|
HTTP:
|
|
actions:
|
|
- scan
|
|
- connect
|
|
- metadata
|
|
- screenshot
|
|
df:
|
|
Telegram:
|
|
action: screenshot
|
|
chats:
|
|
- xai7poozengee2Aen3poMookohthaZ
|
|
- gohquooFee3duaNaeNuthushoh8di2
|
|
Gopher:
|
|
actions:
|
|
- connect
|
|
- collect
|
|
df:
|
|
Telegram:
|
|
action: collect
|
|
chats:
|
|
- xai7poozengee2Aen3poMookohthaZ
|
|
- ohl7AeGah5uo8cho4nae9Eemaeyae3
|
|
|
|
|
|
df:
|
|
Telegram:
|
|
token: TOKEN
|
|
|
|
ds:
|
|
IPRange:
|
|
file: file
|
|
Remote:
|
|
|
|
|
|
docker:
|
|
services:
|
|
selenium:
|
|
image: selenium/standalone-chrome:latest
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
environment:
|
|
- JAVA_OPTS=-Dselenium.LOGGER.level=WARNING
|
|
worker_env:
|
|
- SELENIUM_IP=selenium
|
|
required_by:
|
|
- HTTP |