System enumeration
Basic enumeration commands
# find
$ find . -name '*.xml'
$ find . -name '*.txt'
$ find . -name '*.json'
# strings
$ strings -f * | grep 'pass'
$ strings -f * | grep 'api'Files/Directories to enumerate
Discovering location of a binary
Last updated