aboutsummaryrefslogtreecommitdiff
path: root/rtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtty.c')
-rw-r--r--rtty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtty.c b/rtty.c
index 95c0065..dbb309e 100644
--- a/rtty.c
+++ b/rtty.c
@@ -166,7 +166,9 @@ main(int argc, char *argv[])
if(strstr(bo, "password")
|| strstr(bo, "Password")
|| strstr(bo, "passphrase")
- || strstr(bo, "Passphrase")){
+ || strstr(bo, "Passphrase")
+ || strstr(bo, "pass phrase")
+ || strstr(bo, "Pass phrase")){
getpw(pw);
dprintf(fdin, "%s\n", pw);
}