nuvious / pam-duress

A Pluggable Authentication Module (PAM) which allows the establishment of alternate passwords that can be used to perform actions to clear sensitive data, notify IT/Security staff, close off sensitive network connections, etc if a user is coerced into giving a threat actor a password.
GNU Lesser General Public License v3.0
1.33k stars 39 forks source link

Errors in pushover tutorial. #10

Closed nuvious closed 3 years ago

nuvious commented 3 years ago

The curl command in the pushover walkthrough is missing expire and retry parameters required when priority is set to 2. Additionally it should not be assumed that the user has curl installed. When run the script does not run and when executed manually either fails due to an bash comment included in the curl command before the url or gets an error from the pushover api regarding the expire/retry parameters not being included.