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")
|
connections = execute("/usr/bin/lsof -nPi")
|
||||||
wireless = execute("/sbin/iwconfig")
|
wireless = execute("/sbin/iwconfig")
|
||||||
open_ports = execute("/bin/netstat -tulpn")
|
open_ports = execute("/bin/netstat -tulpn")
|
||||||
updown = execute("ls -R /etc/network")
|
updown = execute("/bin/ls -R /etc/network")
|
||||||
|
|
||||||
screenshot = get_screenshot
|
screenshot = get_screenshot
|
||||||
ssh_keys = get_ssh_keys
|
ssh_keys = get_ssh_keys
|
||||||
|
|
Loading…
Reference in New Issue