Update modules/post/linux/gather/enum_linux.rb

unstable
ohdae 2012-03-13 21:15:47 -03:00
parent 3260bc6b65
commit f79bda2dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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