Hades - A wrapper for NMAP written in Elixir

A wrapper for NMAP written in Elixir
https://github.com/fklement/hades/tree/0.0.1-alpha

Recently I had the requirement to run nmap commands from a phoenix web application to get some information about the network in which the application is deployed. Since there was no tooling library for nmap in elixir yet, I thought it would be a good idea to write a small wrapper for it.

The wrapper is by far not yet complete, but due to time constraints I do not currently have time to develop it to provide 100% of the nmap functionality. But I’ll definitely work on that when I have a little more free time.

As this is my first published library in elixir, I would love to hear some feedback from the community.

Thanks,
Felix

10 Likes