Monthly Archive: November 2011

Nov 23 2011

Viewing All G-Mail Messages Hack

I don’t really consider this worthy of being called a “hack”, but I noticed that if you load the all anchor within G-Mail, you see all received messages, regardless of whether they’re in your Inbox, your archive, or in a folder. It could be useful if you know you received a message at a certain time, but not sure where it went.

To do this, open your G-Mail Inbox and change #inbox to #all in the URL. It should look something like this:

https://mail.google.com/mail/u/0/#all

In fact, after examining some of the JavaScript that comes down with the G-Mail page:

function Ol(b){nl.call(this,"all",b)}function Pl(b){nl.call(this,"archive",b)}function Ql(b){nl.call(this,"chats",b)}function Rl(b){nl.call(this,"delivered",b)}function Sl(b){nl.call(this,"drafts",b)}function Tl(b){nl.call(this,"inbox",b)}function Ul(b){nl.call(this,"muted",b)}function Vl(b){nl.call(this,"outbox",b)}function Wl(b){nl.call(this,"sent",b)}function Xl(b){nl.call(this,"spam",b)}function Yl(b){nl.call(this,"starred",b)}function Zl(b){nl.call(this,"trash",b)}

It seems that you can use any of these to bookmark a specific view into G-Mail:

  • all: View all messages
  • archive: View archived messages
  • chats: View chats
  • delivered: Not sure
  • drafts: View drafts
  • inbox: Default, view your inbox
  • muted: Not sure
  • outbox: Outbox, but doesn’t seem to work
  • sent: View sent items
  • spam: View your spam folder
  • starred: View starred messages only
  • trash: View trashed messages

Permanent link to this article: http://negativefoo.org/2011/11/viewing-all-g-mail-messages-hack/

Nov 22 2011

DARPA Colloquium on Future Directions in Cyber Security Presentations

On November 7, 2011, DARPA conducted the Colloquium on Future Directions in Cyber Security in Arlington, Virginia. Below are all of the presentations given. Original Presentation Source
































Permanent link to this article: http://negativefoo.org/2011/11/darpa-colloquium-on-future-directions-in-cyber-security-presentations/

Nov 18 2011

500 Most Common Passwords

I came across a list of the 500 most common passwords (originally from http://www.whatsmypass.com/?p=415 and from Perfect Passwords by Mark Burnett). I’ve de-HTMLized the list and its now available in text format for easy parsing. It will also be included as a plug-in for Yasca, my source code analyzer.

The ten most common passwords from the list are:

  • 123456
  • password
  • 12345678
  • 1234
  • (a type of feline / female body part)
  • 12345
  • dragon
  • qwerty
  • 696969
  • mustang

A recent post at Acunetix shows statistics on 10,000 recently leaked Hotmail passwords. The ten most common passwords on that list are:

  • 123456 (0.6%)
  • 123456789 (0.17%)
  • alejandra (0.10%)
  • 111111 (0.10%)
  • alberto (0.09%)
  • tequiero (0.09%)
  • alejandro (0.09%)
  • 12345678 (0.09%)
  • 1234567 (0.08%)
  • estrella (0.07%)

More information is available in this blog article.

Download the list:

Permanent link to this article: http://negativefoo.org/2011/11/500-most-common-passwords/

Nov 18 2011

ANSI Color Codes (in RGB)

A list of RGB color codes that correspond to the sixteen ANSI colors.

Color Name RGB Color Code Color
Black #000000
Red #aa0000
Green #00aa00
Blue #0000aa
Cyan #00aaaaa
Brown/td>

#aa5500

Light Grey #aaaaaa
Dark Grey #555555
Light Red #ff5555
Light Green #55ff55
Light Blue #5555ff
Light Cyan #55ffff
Light Purple #ff55ff
Yellow #ffff55
White #ffffff

Permanent link to this article: http://negativefoo.org/2011/11/ansi-color-codes-in-rgb/

Older posts «