Clojure wrapper for the nmap
command line tool.
The clj-nmap.core
provides the nmap
function that can be called
using the same parameters as the command line tool.
(require '[clj-nmap.core :refer [nmap]])
(nmap "-T4" "-A" "10.10.0.1")
Copyright © 2017 7theta
Distributed under the Eclipse Public License.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |