Add 8 new OSINT templates
parent
615e4e531d
commit
faeff51fa1
|
@ -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
|
|
@ -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"
|
|
@ -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
|
|
@ -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"
|
|
@ -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"
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue