forked from chrislockard/api_wordlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris
committed
Aug 20, 2015
1 parent
ebcc88e
commit 1d863e2
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# api_wordlist | ||
A wordlist of API names for web application assessments. | ||
A wordlist of API names used for fuzzing web application APIs. | ||
|
||
## Contents | ||
* api_seen_in_wild.txt - This contains API function names I've seen in the wild. | ||
* actions.txt - API function name verbs | ||
* objects.txt - API function name nouns | ||
* preambles.txt - Common API function name preambles that may occur prior to verbs or nouns | ||
|
||
## Usage | ||
1. In burpsuite, send an API request you want to fuzz to Intruder. | ||
2. Remove the existing API function call, and replace it with two § characters for each text file you want to use for fuzzing. | ||
3. On the "Positions" tab, set Attack type to "Cluster Bomb" | ||
4. On the "Payloads" tab, select 1 for the fist Payload set drop-down, then select a Payload type of "Runtime file" and navigate to the directory you downloaded these text files to. Select "preambles.txt". | ||
5. Repeat step 4 by setting Payload set 2 to "actions.txt" and Payload set 3 to "objects.txt" | ||
6. Start attack |