aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v2.0.2'HEADv2.0.2masterTom Ryder2018-07-102-2/+2
|\ | | | | | | | | | | * hotfix/v2.0.2: Bump VERSION Remove useless -- that breaks things
| * Bump VERSIONTom Ryder2018-07-101-1/+1
| |
| * Remove useless -- that breaks thingsTom Ryder2018-07-101-1/+1
|/
* Merge branch 'hotfix/v2.0.1'v2.0.1Tom Ryder2018-07-102-5/+7
|\ | | | | | | | | | | * hotfix/v2.0.1: Bump VERSION Correct logic error in Awk filter
| * Bump VERSIONTom Ryder2018-07-101-1/+1
| |
| * Correct logic error in Awk filterTom Ryder2018-07-101-4/+6
|/
* Merge branch 'release/v2.0.0'v2.0.0Tom Ryder2018-07-104-9/+20
|\ | | | | | | | | | | | | | | | | | | * release/v2.0.0: Bump VERSION Update documentation to reflect v2.0.0 Add some ad-hoc Awk filtering to the output Strip trailing lines Remove imposed structure Rename README to .md
| * Bump VERSIONTom Ryder2018-07-101-1/+1
| |
| * Update documentation to reflect v2.0.0Tom Ryder2018-07-102-5/+5
| |
| * Add some ad-hoc Awk filtering to the outputTom Ryder2018-07-101-1/+14
| | | | | | | | | | It may be possible to accomplish some/all of this with Nmap or Ndiff features, but I can't see how just yet.
| * Strip trailing linesTom Ryder2018-07-102-2/+0
| |
| * Remove imposed structureTom Ryder2018-07-102-0/+0
| | | | | | | | It's only two files; let's not overdo it.
| * Rename README to .mdTom Ryder2018-07-101-0/+0
|/
* Add VERSIONv1.0.0Tom Ryder2018-02-211-0/+1
|
* Update croncrypt(1) recommendationTom Ryder2018-02-213-7/+9
| | | | Mail::Run::Crypt is probably a better bet.
* Show only --open portsTom Ryder2018-02-191-1/+1
|
* Strip README trailing blank lineTom Ryder2016-07-011-1/+0
|
* Remove GitHub URLTom Ryder2016-06-193-3/+4
|
* Use explicit error codes for exit callsTom Ryder2014-06-111-3/+3
| | | | | Probably best not to rely on bash to carry the exit value forward correctly; clearer this way anyway
* Catch ndiff(1) error condition properlyTom Ryder2014-06-111-1/+5
| | | | | | | An exit value of 1 corresponds to there being some difference in the output, which means the diff never gets sent. This change will force the exit only if there's an actual error condition of 2, per the manual page for ndiff(1).
* Add version detectionTom Ryder2014-06-111-1/+1
|
* HTTPS version of siteTom Ryder2014-06-091-1/+1
|
* Remove opinionated -Pn (skip host discovery)Tom Ryder2014-05-261-1/+1
| | | | Otherwise people are going to wonder why their scans are taking so long
* Mention man page for croncrypt(1)Tom Ryder2014-05-263-6/+6
|
* Correct reversed directory existence testTom Ryder2014-05-261-1/+1
|
* Don't create parent directoriesTom Ryder2014-05-261-3/+5
| | | | Possible security implications
* Defensive umaskTom Ryder2014-05-261-0/+3
|
* Add notes about avoiding rootTom Ryder2014-05-263-0/+12
|
* Correct a few documentation pathsTom Ryder2014-05-263-5/+6
|
* Clarify a little what it doesTom Ryder2014-05-262-3/+4
|
* First commit of projectTom Ryder2014-05-264-0/+464
Just the script, a man page, a README, and a LICENSE. Probably doesn't need much else.