-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathconfig.yml
68 lines (68 loc) · 1.88 KB
/
config.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
discordWebhook:
programs_watcher: <discord-webhook>
mongoDB:
uri: mongodb://db:27017/
database: programs_watcher
platforms:
- name: bugcrowd
url: https://raw.githubusercontent.com/Osb0rn3/bugbounty-targets/main/programs/bugcrowd.json
monitor:
rdp: true
vdp: true
specific_programs: []
excluded_programs: []
notifications:
new_program: true
removed_program: true
new_inscope: true
removed_inscope: true
new_out_of_scope: true
removed_out_of_scope: true
new_type: true
new_bounty_table: true
- name: hackerone
url: https://raw.githubusercontent.com/Osb0rn3/bugbounty-targets/main/programs/hackerone.json
monitor:
rdp: true
vdp: true
specific_programs: []
excluded_programs:
- https://hackerone.com/alshaya?type=team
- https://hackerone.com/gsa_vdp?type=team
- https://hackerone.com/clarivate?type=team
notifications:
new_program: true
removed_program: true
new_scope: true
removed_scope: true
changed_scope: true
new_type: true
- name: intigriti
url: https://raw.githubusercontent.com/Osb0rn3/bugbounty-targets/main/programs/intigriti.json
monitor:
rdp: true
vdp: true
specific_programs: []
excluded_programs: []
notifications:
new_program: true
removed_program: true
new_scope: true
removed_scope: true
changed_scope: true
new_type: true
new_bounty_table: true
- name: yeswehack
url: https://raw.githubusercontent.com/Osb0rn3/bugbounty-targets/main/programs/yeswehack.json
monitor:
rdp: true
vdp: true
specific_programs: []
excluded_programs: []
notifications:
new_program: true
removed_program: true
new_inscope: true
removed_inscope: true
new_type: true
new_bounty_table: true