mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-17 07:34:40 +00:00
fix(cicd): Fixed bad filepath
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
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/objects.txt'
|
||||
- 'Discovery/Web-Content/api/actions-uppercase.txt'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# 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.
|
||||
|
||||
## `api_seen_in_wild.txt`
|
||||
## `api-seen-in-wild.txt`
|
||||
Contains many API words seen in the wild.
|
||||
|
||||
## `actions.txt`
|
||||
|
||||
Reference in New Issue
Block a user