ralphbean / lightsaber

Everyone has to build their own...
GNU Lesser General Public License v2.1
42 stars 8 forks source link

Detect changes in open ports with a git-backed nmap scanner #13

Closed lmacken closed 9 years ago

lmacken commented 9 years ago

This port scans all of your hosts, cleans up the output, and commits it to a ~/.lightsaber/nmap_scans git repo. If git diff shows any changes, then the playbook will prompt the user.

lmacken commented 9 years ago

We could instead have it assert instead of pause, I'm not sure which is best.

ralphbean commented 9 years ago

'm not sure which is best.

Me neither. This certainly works, though.

lmacken commented 9 years ago

The debug message mangles the formatting of the git diff, so it's not really that usable. Meaning, we'll still have to git log by hand to really see what changed.