From f79bda2dc7210dc98499a5722c758fb53b1e7b15 Mon Sep 17 00:00:00 2001 From: ohdae Date: Tue, 13 Mar 2012 21:15:47 -0300 Subject: [PATCH] Update modules/post/linux/gather/enum_linux.rb --- modules/post/linux/gather/enum_linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/linux/gather/enum_linux.rb b/modules/post/linux/gather/enum_linux.rb index 33c6c4fa9e..cdc24d0170 100644 --- a/modules/post/linux/gather/enum_linux.rb +++ b/modules/post/linux/gather/enum_linux.rb @@ -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