mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
id: gitlab-public-repos
|
||||
|
||||
info:
|
||||
name: GitLab public repositories
|
||||
author: ldionmarcil
|
||||
severity: info
|
||||
reference:
|
||||
- https://twitter.com/ldionmarcil/status/1370052344562470922
|
||||
- https://github.com/ldionmarcil/gitlab-unauth-parser
|
||||
tags: gitlab,public,repos
|
||||
created: 2023/07/20
|
||||
|
||||
rules:
|
||||
r0:
|
||||
request:
|
||||
method: GET
|
||||
path: /api/v4/projects
|
||||
headers:
|
||||
Cookie: _gitlab_session=
|
||||
expression: response.body.bcontains(b'name_with_namespace')
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user