-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathurl.yaml
More file actions
32 lines (27 loc) · 762 Bytes
/
url.yaml
File metadata and controls
32 lines (27 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
kind: flow
name: web-analysis
description: Single URL analysis - fingerprint, spider, scan, and discover
tags: recon, url, standard
help:
example_targets: ['https://example.com', 'https://httpbin.org', 'example.com']
usage: osmedeus run -f url -t https://example.com
dependencies:
variables:
- name: Target
type: url,domain
required: true
modules:
- name: do-recon-http-fp
path: fragments/do-recon-http-fp.yaml
- name: do-recon-spider
path: fragments/do-recon-spider.yaml
depends_on:
- do-recon-http-fp
- name: do-scan-vuln
path: fragments/do-scan-vuln.yaml
depends_on:
- do-recon-http-fp
- name: do-scan-content
path: fragments/do-scan-content.yaml
depends_on:
- do-recon-http-fp