Archive for December, 2007

Watch Digg RSS Headlines From Terminal

Wouldn’t it be nice if you could just watch rss headline from digg (or any website) by just typing “digg” in your terminal?
Like this:

I used this shell script to achieve this:
#!/bin/sh
if [ $# -eq 1 ] ; then
headarg=$(( $1 * 2 )) # $(( )) specifies that you’re using an equation
else
headarg=”-20″ # default is four [...]

Hackers can Turn Your Home Computer into a Bomb!!!

I just bumped into this hilarious piece or article. Ofcourse this is not true, but it is fun to read. This also reminds me of the latest installation of the Die hard movie, Live Free or Die Hard (2007). Where bad guys used computer hackers to blow up other hacker with the press of a [...]

5 Ways To Keep Out the Bad Guys

 

Crackers use many methods to gain access to a system, here is a list of most common methods to block unwanted access :

Every Servers that you run is a potential doorway for both legitimate users and cracker to have access to your system. So if you don’t absolutely need a server to run, shut it [...]

PDFCrack - A Password Recovery Tool for PDF-files

PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwords and content from PDF-files. It is small, command line driven without external dependencies.

Supports the standard security handler (revision 2 and 3) on all known PDF-versions
Supports cracking both owner and userpasswords
Both wordlists and bruteforcing the password is supported
Simple permutations (currently only trying [...]

Pages (28): « First ... « 24 25 26 [27] 28 »