Actually on a side note that proverb dates back to 1678 with the second edition of John Ray's collection of English proverbs. It later came to the states in Mark Twain's 1889 novel ""A Connecticut Yankee in King Arthur’s Court"". Some have pointed out that rather than a feline the cat in question may referr to a catfish, which is usually skinned before cooking, or the gymnastics performance involving passing ones legs over their arms while hanging from a bar. Either way I should make it clear that here at Hak5 we love cats.
Alright, now with that out of the way, our recent look into hiding passwords from Bash history spurred a furry of feedback, incluidng this tip from Meimi039 who wrote:
To avoid passwords in bash_history use:
export HISTCONTROL=ignorespace
Any command starting with a space wont show up in the history.
Meimi039 goes on to say
You can also do this by setting:
export HISTIGNORE=""""pass:wget:ls -ltr:""""
Commands containing 'pass' or 'wget' ... will not be added to the history...
Thanks for the tip Meimi. TheOnlyEpsilonAlpha pointed out that if a user were to gain access to your system during that session the password could be retrieved by issuing echo $password. This is true, so to work around be sure to unset the variable with the aptly-named unset command.
Metalhead noted that he used the history -c command out of force of habit when logging out of a session. The -c option clears the history. Alternatively the -d option will delete a specific history entry.
Fisurad0 points out that issuing HISTSIZE=0 will nullify the history completely.
Polokov has a really neat one. Seems if you use the arrow keys to select the previously typed command and issue the shortcut CONTROL+a, CONTROL+a then CONTROL+k it'll remove the line from the history. Neato!
And finally OverSoft points out that the .bash_history command can simply be deleted. Problem solved!
So that leads me to ask, what programs, commands or scripts are rocking your world? Hit us up -- tips@hak5.org, or simply leave a comment below.
And be sure to check out our sister show, Hak5 for more great stuff just like this.




Hey great shows on bash but are we going to get back to the Wireless and WPA cracking Haktips?
Umm guys, I agree with Mike. When are you going to get back to Wireless and WPA and DNS Zone transfers?
I agree with the two above comments. As I recall, we still have not yet cracked a WPA password.
Btw, I noticed Shannon got a new cat. Did something happen to Kirby?