Na, I just wanted a way to dump passwords into it without having to worry about them showing up on the screen. I also wanted to check efficiently, so it does a regex on all of the passwords at once. It's almost exactly the same as doing it with grep, except the passwords don't get saved to .bash_history.
Na, I just wanted a way to dump passwords into it without having to worry about them showing up on the screen. I also wanted to check efficiently, so it does a regex on all of the passwords at once. It's almost exactly the same as doing it with grep, except the passwords don't get saved to
.bash_history
.