Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update croncrypt(1) recommendation | Tom Ryder | 2018-02-21 | 1 | -2/+3 |
| | | | | Mail::Run::Crypt is probably a better bet. | ||||
* | Show only --open ports | Tom Ryder | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Remove GitHub URL | Tom Ryder | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | Use explicit error codes for exit calls | Tom Ryder | 2014-06-11 | 1 | -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 properly | Tom Ryder | 2014-06-11 | 1 | -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 detection | Tom Ryder | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | Remove opinionated -Pn (skip host discovery) | Tom Ryder | 2014-05-26 | 1 | -1/+1 |
| | | | | Otherwise people are going to wonder why their scans are taking so long | ||||
* | Mention man page for croncrypt(1) | Tom Ryder | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Correct reversed directory existence test | Tom Ryder | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Don't create parent directories | Tom Ryder | 2014-05-26 | 1 | -3/+5 |
| | | | | Possible security implications | ||||
* | Defensive umask | Tom Ryder | 2014-05-26 | 1 | -0/+3 |
| | |||||
* | Add notes about avoiding root | Tom Ryder | 2014-05-26 | 1 | -0/+4 |
| | |||||
* | Correct a few documentation paths | Tom Ryder | 2014-05-26 | 1 | -1/+2 |
| | |||||
* | Clarify a little what it does | Tom Ryder | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | First commit of project | Tom Ryder | 2014-05-26 | 1 | -0/+61 |
Just the script, a man page, a README, and a LICENSE. Probably doesn't need much else. |