9b52b9ff4b
* Add test for T1114 that extracts email from the local outlook instance * Update T1074 with Linux and OSX staged data tests
16 lines
189 B
Bash
16 lines
189 B
Bash
#!/bin/
|
|
|
|
curl ifconfig.me
|
|
ifconfig
|
|
whoami
|
|
pwd
|
|
ls -lhart /Users/
|
|
ls /Applications/
|
|
ls /Library/
|
|
crontab -l
|
|
at -l
|
|
netstat -an | grep -i listen
|
|
netstat -an | grep -i established
|
|
arp -a
|
|
ps aux
|