Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 20, 2015
1 parent ebcc88e commit 1d863e2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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

0 comments on commit 1d863e2

Please sign in to comment.