Created
August 7, 2021 11:14
-
-
Save nullenc0de/bb16be959686295b3b1caff519cc3e05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: api-linkfinder | |
info: | |
name: API Recon | |
author: nullenc0de | |
severity: info | |
tags: file | |
requests: | |
- method: GET | |
path: | |
- "{{BaseURL}}" | |
extractors: | |
- type: regex | |
name: url_params | |
regex: | |
- '[&\?][a-zA-Z0-9\_]+=' | |
- type: regex | |
name: relative_links | |
regex: | |
- ([a-zA-Z0-9_\-/]{1,}/[a-zA-Z0-9_\-/]{1,}(?:[a-zA-Z]{1,4}|action)(?:[\?|#][^"|']{0,}|)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment