Wordlists
You can use wordlists in Akto's YAML tests
Example of a static wordlist:
wordLists:
filePaths:
- /etc/passwd
- /etc/lsb-release
- /etc/shadow
- /etc/hosts
- /proc/self/environ
- /proc/self/cmdline
- /proc/self/cwd/index.php
- /proc/self/cwd/application.py
- /proc/self/cwd/main.py"
- /proc/self/exe
execute:
type: single
requests:
- req:
- modify_query_param:
file: ${filePaths} # this is how you refer to a wordlist ${wordlist_name}
Example of a dynamic wordlist
Using Multiple Wordlists Together

Last updated