michael@slashetc:~$

  • Capture all plaintext passwords

    $ sudo tcpdump port http or port ftp or port smtp or port imap or port pop3 or port telnet -l -A | egrep -i -B5 'pass=|pwd=|log=|login=|user=|username=|pw=|passw=|passwd=|password=|pass:|user:|username:|password:|login:|pass |user ' View this command to comment, vote or add to favourites View all commands by wuziduzi Diff your entire server config at...

  • Tamper-Evident Boot with Heads

    Learn about how the cutting-edge, free software Heads project detectsBIOS and kernel tampering, all with keys under your control. Article Source.

  • Linux Fu - Easier File Watching

    In an earlier installment of Linux Fu, I mentioned how you can use inotifywait to efficiently watch for file system changes. The comments had a lot of alternative ways to do the same job, which is great. But there was one very easy-to-use tool that didn’t show up, so I wanted...