Powershell Profile Persistence
Powershell Profile Persistence
Execution
$PROFILE | select *


References
Last updated
$PROFILE | select *


Last updated
echo "whoami > c:\temp\whoami.txt" > $PROFILE
cat $PROFILE