fklement / hades

A wrapper for NMAP written in Elixir.
https://hexdocs.pm/hades/
MIT License
26 stars 3 forks source link

Add functionality to scan a subnet #3

Open AlexJuca opened 4 years ago

AlexJuca commented 4 years ago

I plan on adding the equivalent of the nmap -sL 192.168.100.1/24 command to hades.

fklement commented 4 years ago

That would be super cool! 👍🏼

AlexJuca commented 4 years ago

Nice! Just added this. This PR contains this feature #4. Waiting for feedback.