(nmap & opts)
Runs the nmap command using the 'opts' as command line parameters and returns the parsed output for a successful run.
A exception is thrown if nmap terminates with a non-zero exit code.
An optional ':debug true' keyword parameter can be passed at the end of the call to include the raw XML output from nmap in the response under [:debug :xml]
Runs the nmap command using the 'opts' as command line parameters and returns the parsed output for a successful run. A exception is thrown if nmap terminates with a non-zero exit code. An optional ':debug true' keyword parameter can be passed at the end of the call to include the raw XML output from nmap in the response under [:debug :xml]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close