Add 8 new OSINT templates

patch-1
Brendan O'Leary 2023-03-04 15:22:36 -05:00
parent 615e4e531d
commit faeff51fa1
8 changed files with 209 additions and 0 deletions

25
osint/cal.yaml Normal file
View File

@ -0,0 +1,25 @@
id: cal
info:
name: cal
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,cal,caldotcom
self-contained: true
requests:
- method: GET
path:
- "https://cal.com/{{user}}"
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200

29
osint/ctflearn.yaml Normal file
View File

@ -0,0 +1,29 @@
id: CTFLearn
info:
name: ctflearn
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,ctflearn
self-contained: true
requests:
- method: GET
path:
- "https://ctflearn.com/user/{{user}}"
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Profile - CTFlearn"

24
osint/npmjs.yaml Normal file
View File

@ -0,0 +1,24 @@
id: npmjs
info:
name: npmjs
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,npmjs
self-contained: true
requests:
- method: GET
path:
- "https://www.npmjs.com/~{{user}}"
redirects: true
matchers:
- type: status
status:
- 200

29
osint/polywork.yaml Normal file
View File

@ -0,0 +1,29 @@
id: polywork
info:
name: Polywork
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,polywork
self-contained: true
requests:
- method: GET
path:
- "https://polywork.com/{{user}}"
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "profile on Polywork"

30
osint/postnews.yaml Normal file
View File

@ -0,0 +1,30 @@
id: postnews
info:
name: Postnews
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,postnews
self-contained: true
requests:
- method: GET
path:
- "https://post.news/@/{{user}}"
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
negative: true
words:
- "Profile Not Found"

24
osint/skillshare.yaml Normal file
View File

@ -0,0 +1,24 @@
id: skillshare
info:
name: skillshare
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,skillshare
self-contained: true
requests:
- method: GET
path:
- "https://www.skillshare.com/en/user/{{user}}"
redirects: true
matchers:
- type: status
status:
- 200

24
osint/tmdb.yaml Normal file
View File

@ -0,0 +1,24 @@
id: tmdb
info:
name: TMDB
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,tmdb
self-contained: true
requests:
- method: GET
path:
- "https://www.themoviedb.org/u/{{user}}"
redirects: true
matchers:
- type: status
status:
- 200

24
osint/tryhackme.yaml Normal file
View File

@ -0,0 +1,24 @@
id: tryhackme
info:
name: Tryhackme
author: olearycrew
description: This OSINT template looks for information about a user name.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-tech,tryhackme
self-contained: true
requests:
- method: GET
path:
- "https://tryhackme.com/p/{{user}}"
redirects: true
matchers:
- type: status
status:
- 200