Analysis of Yahoo Voice passwords leaked by D33D.
####25 most common passwords
(no. of times | password)
1667 123456
780 password
437 welcome
333 ninja
Analysis of Yahoo Voice passwords leaked by D33D.
####25 most common passwords
(no. of times | password)
1667 123456
780 password
437 welcome
333 ninja
$ python | |
Python 2.7.4 (default, Apr 19 2013, 18:28:01) | |
[GCC 4.7.3] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
(InteractiveConsole) | |
>>> bar = str("abcd") | |
>>> bar | |
'abcd' | |
>>> foo = unicode("abcd") | |
>>> foo |
Aug 4 09:48:19 compile-g580 kernel: [ 892.940781] general protection fault: 0000 [#1] SMP | |
Aug 4 09:48:19 compile-g580 kernel: [ 892.940837] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_conexant coretemp parport_pc(F) ppdev(F) kvm ghash_clmulni_intel(F) aesni_intel(F) aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) uvcvideo joydev(F) videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_logitech_dj rts5139(C) rfcomm snd_hda_intel snd_hda_codec snd_hwdep(F) bnep bluetooth snd_pcm(F) lib80211_crypt_tkip microcode(F) usbhid hid nls_iso8859_1(F) snd_page_alloc(F) i915 snd_seq_midi(F) snd_seq_midi_event(F) snd_rawmidi(F) alx snd_seq(F) wl(POF) drm_kms_helper lpc_ich mdio snd_seq_device(F) psmouse(F) snd_timer(F) lib80211 serio_raw(F) drm i2c_algo_bit cfg80211 snd(F) mei soundcore(F) ideapad_laptop sparse_keymap video(F) mac_hid lp(F) parport(F) ahci(F) libahci(F) | |
Aug 4 09:48:19 compile-g580 kernel: [ 892.941580] CPU 0 | |
Aug 4 09:48:19 compile-g580 kernel: [ 892.941600] Pid: |
big_cities = Cities.objects.filter(population__gte=100).filter(size__gte=10) | |
big_canadian_cities = big_cities.filter(country='CA') |
big_cities_count = big_cities.count() | |
big_canadian_cities_count = big_canadian_cities.count() |
The official instructions will ask you to download a pem file. Windows will not read this PEM file properly; instead download the corresponding p7b file - http://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.p7b .
Once you download the file, invoke the Certificate Manager program, certmgr.exe, from the command box that opens when you click the Start button. Instructions here. Make sure you import it into the "Trusted Root Certification Authorities" logical store.
I hereby claim:
To claim this, I am signing this object:
from pprint import pprint | |
import networkx as nx | |
g = nx.DiGraph() | |
""" | |
1-2-3-4-9 | |
|_5_6_8 | |
|_7 | |
""" |