Liking cljdoc? Tell your friends :D

com.7theta/clj-nmap

Current Version GitHub license Circle CI Dependencies Status

Clojure wrapper for the nmap command line tool.

Usage

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 and License

Copyright © 2017 7theta

Distributed under the Eclipse Public License.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close