Posts

Showing posts with the label nmap

Shorthand for nmap to scan all ports

Simply write a dash ( - ) after the -p switch as follow: nmap 1.2.3.4 -p- #1

nmap not working after upgrading package with ipkg

Recently my 'nmap' failed to work after updating DSM to 3.2 or upgrading some packages from ipkg : "nmap: error while loading shared libraries: liblua.so: cannot open shared object file : No such file or directory" I fixed the issue by installing the 'lua' package: > ipkg install lua #1