mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-17 12:50:12 +00:00
fix(cicd): Fixed bad filepath
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'Discovery/Web-Content/api/api_seen_in_wild.txt'
|
- 'Discovery/Web-Content/api/api-seen-in-wild.txt'
|
||||||
- 'Discovery/Web-Content/api/actions.txt'
|
- 'Discovery/Web-Content/api/actions.txt'
|
||||||
- 'Discovery/Web-Content/api/objects.txt'
|
- 'Discovery/Web-Content/api/objects.txt'
|
||||||
- 'Discovery/Web-Content/api/actions-uppercase.txt'
|
- 'Discovery/Web-Content/api/actions-uppercase.txt'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# API wordlists
|
# API wordlists
|
||||||
This directory contains wordlists for fuzzing web application APIs. Most of the wordlists in this directory were sourced from https://github.com/chrislockard/api_wordlist.
|
This directory contains wordlists for fuzzing web application APIs. Most of the wordlists in this directory were sourced from https://github.com/chrislockard/api_wordlist.
|
||||||
|
|
||||||
## `api_seen_in_wild.txt`
|
## `api-seen-in-wild.txt`
|
||||||
Contains many API words seen in the wild.
|
Contains many API words seen in the wild.
|
||||||
|
|
||||||
## `actions.txt`
|
## `actions.txt`
|
||||||
|
|||||||
Reference in New Issue
Block a user