infinilabs / crawler

🕷️ An easy-to-use spider written in Golang. (previous named GOPA.)
Other
305 stars 82 forks source link

File Match Rule no filtering unwanted result #46

Open kenkenchow opened 5 years ago

kenkenchow commented 5 years ago

I want to filter out the path that end with search.asp* but no luck. May I know how to fix it with below gopa.yml?

file_match_rule: must: prefix: [] contain: [] suffix: [] should: prefix: [] contain: [] suffix: [] must_not: prefix:

medcl commented 5 years ago

may i got the full config?

kenkenchow commented 5 years ago

cluster: name: gopa

node.name: node1

path.data: data path.logs: log path.certs: test/cert

cookie_secret: YOUR-GOPA-SECRET

allow_multi_instance: true max_num_of_instances: 1

tls_enabled: false

logging.level: debug

network: host: 127.0.0.1

cluster.seeds:

modules:

plugins: