You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Processing network information for image - $f" #prints in Terminal what image is currently going through the loop
printf "$f\n" >> "$f"_processinfo.txt #print the image file name and output to file
printf "network info - netscan\n" >> "$f"_networkinfo.txt
python /Users/first.last/Documents/volatility-master/vol.py --profile="$p" -f "$f" netscan >> "$f"_networkinfo.txt 2>&1 #run volatility and look for imageinfo for the given image file
printf "\n" >> "$f"_networkinfo.txt #new line to make things prettier
printf "If profile = XP or 2003, please add 'connections and sockets' and 'connscan and sockscan' to script" >> "$f"_networkinfo.txt