Update modules/post/linux/gather/enum_linux.rb
parent
3260bc6b65
commit
f79bda2dc7
|
@ -72,7 +72,7 @@ class Metasploit3 < Msf::Post
|
|||
connections = execute("/usr/bin/lsof -nPi")
|
||||
wireless = execute("/sbin/iwconfig")
|
||||
open_ports = execute("/bin/netstat -tulpn")
|
||||
updown = execute("ls -R /etc/network")
|
||||
updown = execute("/bin/ls -R /etc/network")
|
||||
|
||||
screenshot = get_screenshot
|
||||
ssh_keys = get_ssh_keys
|
||||
|
|
Loading…
Reference in New Issue