shark-files/root/payload/extensions
Rick Farina (Zero_Chaos) 7b5f8421e9
The
2020-01-07 15:13:31 -05:00
..
README The 2020-01-07 15:13:31 -05:00

README

## Extensions folder
#
# The files in this folder are sourced just before payload execution.
# Users can add helper functions in here and use those functions in their payloads if desired.
# Example which allows you to call "example" from payload script:
#
# function example() {
#     printf 'I am an example!\n'
# }
#
# export -f example