feat: add curated internal network pocs

This commit is contained in:
ZacharyZcR
2026-07-16 01:45:09 +08:00
parent 61ae87d171
commit 621b2c2f24
52 changed files with 1230 additions and 0 deletions
+21
View File
@@ -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()