mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
8e1c11518a
commit
550848f503
|
@ -19,7 +19,7 @@ DELAY 2000
|
|||
REM #### Script ####
|
||||
|
||||
|
||||
STRINGLN
|
||||
STRINGLN_BLOCK
|
||||
function search_file {
|
||||
for file in "$1"/*; do
|
||||
if [[ -d "$file" ]]; then
|
||||
|
@ -35,5 +35,5 @@ STRINGLN
|
|||
# You can choose whatever folder you want, the script is recursive.
|
||||
DIR=/home/$USER/Documents;
|
||||
search_file "$DIR";
|
||||
END_STRING
|
||||
END_STRINGLN
|
||||
ENTER
|
||||
|
|
Loading…
Reference in New Issue