Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

August 27 2010

nobody
17:16
7706_d876_350
Reposted fromafoo afoo viamondkroete mondkroete
nobody
05:11
Foren sind der Ort, an dem die Blinden den Einäugigen das letzte Auge aushacken.
— Alex Morlang

August 06 2010

nobody
02:04
2762_ac40_350
seen on ebay

August 03 2010

nobody
04:05
Ich lese gerade recht häufig was von wegen: "Ich konnte insurance.aes256 mit openssl erfolgreich entschlüsseln, Passwort: ONION".

In der Tat ist das File wohl – nach dem Inhalt der ersten Bytes zu urteilen – mit opennssl_enc erstellt, und in der Tat kann man das File mit besagtem Passwort im aes256-cbc mode entschlüsseln, ohne dass openssl sich über einen "bad decrypt" beschwert. Das Ergebnis ist offenbar wieder zufällig, diesmal ohne erkennbare Metadaten – zusammen mit dem Passwort liegt die Vermutung nahe, dass dies eine weitere Verschlüsselungsebene sei.

Forscht man aber mal genauer nach, wie openssl einen "bad decrypt" enscheidet, so stellt sich heraus, dass die Methode mit einer Wahrscheinlichkeit von 1:256 bei einer falschen Entschlüsselung keinen Fehler wirft – die Anzeige also einer erfolgreichen Decryption entspricht – in Wirklichkeit der Schlüssel aber falsch war und das Ergebnis somit Garbage ist. ONION ist also mit hoher Wahrscheinlichkeit nicht das verwendete Passwort für eine "äußere Verschlüsselung", sondern nur eines von vielen falschen Passwörtern mit denen eine "erfolgreiche Entschlüsselung" möglich ist.
Reposted byElbenfreund Elbenfreund

August 02 2010

nobody
14:11
8193_686c_350
Wait, what?

July 15 2010

nobody
14:05
9522_4d69_350
Reposted byLucky7 Lucky7

June 01 2010

nobody
05:32

May 26 2010

nobody
01:12

May 14 2010

nobody
14:20
Reposted fromMithos Mithos viafpletz fpletz
nobody
14:02
7014_0806_350
The Tarantino Angle
Reposted fromzeis zeis viafpletz fpletz

May 13 2010

nobody
23:53
2227_a4b2_350
This /is/ a joke, right?
Reposted byfpletzdocsteel

May 12 2010

nobody
13:00
2630_3b10_350
Reposted bysublab sublab
nobody
12:59

.de / denic failure

I noticed .de domains were not resolving as expected. While debugging, it turns out some DNS servers of the denic seem to be out of sync.

This is a ``nice" query, created by resolving a well known domain on the denic nameservers:
---snip---
nihilus@zeus:~$ dig -t NS de

; <<>> DiG 9.5.1-P3 <<>> -t NS de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61752
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 9

;; QUESTION SECTION:
;de.                IN    NS

;; ANSWER SECTION:
de.            86400    IN    NS    z.nic.de.
de.            86400    IN    NS    c.de.net.
de.            86400    IN    NS    l.de.net.
de.            86400    IN    NS    a.nic.de.
de.            86400    IN    NS    s.de.net.
de.            86400    IN    NS    f.nic.de.

;; ADDITIONAL SECTION:
a.nic.de.        2191    IN    A    194.0.0.53
a.nic.de.        2191    IN    AAAA    2001:678:2::53
c.de.net.        2191    IN    A    208.48.81.43
f.nic.de.        2191    IN    A    81.91.164.5
f.nic.de.        2191    IN    AAAA    2001:608:6:6::10
l.de.net.        2191    IN    A    77.67.63.105
l.de.net.        2191    IN    AAAA    2001:668:1f:11::105
s.de.net.        2191    IN    A    195.243.137.26
z.nic.de.        2191    IN    A    194.246.96.1

;; Query time: 819 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed May 12 14:50:27 2010
;; MSG SIZE  rcvd: 306

nihilus@zeus:~$ for i in a.nic.de c.de.net f.nic.de l.de.net s.de.net z.nic.de; do dig fefe.de @$i; done

; <<>> DiG 9.5.1-P3 <<>> fefe.de @a.nic.de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 9590
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;fefe.de.            IN    A

;; AUTHORITY SECTION:
de.            7200    IN    SOA    f.nic.de. its.denic.de. 2010051253 7200 7200 3600000 7200

;; Query time: 23 msec
;; SERVER: 2001:678:2::53#53(2001:678:2::53)
;; WHEN: Wed May 12 14:50:54 2010
;; MSG SIZE  rcvd: 77

[...]

; <<>> DiG 9.5.1-P3 <<>> fefe.de @z.nic.de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40763
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;fefe.de.            IN    A

;; AUTHORITY SECTION:
de.            7200    IN    SOA    f.nic.de. its.denic.de. 2010051253 7200 7200 3600000 7200

;; Query time: 12 msec
;; SERVER: 194.246.96.1#53(194.246.96.1)
;; WHEN: Wed May 12 14:50:54 2010
;; MSG SIZE  rcvd: 77

---snip---

As you see, at least a.nic.de and z.nic.de return an NXDOMAIN for a registered and correctly configured domain.
Reposted bysublab sublab

May 11 2010

nobody
07:16

Pokemon Exception Handling

For when you just gotta catch `em all!

May 08 2010

nobody
12:35

May 14 2010

nobody
14:02
7014_0806_350
The Tarantino Angle
Reposted fromzeis zeis viafpletz fpletz

May 13 2010

nobody
23:53
2227_a4b2_350
This /is/ a joke, right?
Reposted byfpletzdocsteel

May 12 2010

nobody
13:00
2630_3b10_350
Reposted bysublab sublab
nobody
12:59

.de / denic failure

I noticed .de domains were not resolving as expected. While debugging, it turns out some DNS servers of the denic seem to be out of sync.

This is a ``nice" query, created by resolving a well known domain on the denic nameservers:
---snip---
nihilus@zeus:~$ dig -t NS de

; <<>> DiG 9.5.1-P3 <<>> -t NS de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61752
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 9

;; QUESTION SECTION:
;de.                IN    NS

;; ANSWER SECTION:
de.            86400    IN    NS    z.nic.de.
de.            86400    IN    NS    c.de.net.
de.            86400    IN    NS    l.de.net.
de.            86400    IN    NS    a.nic.de.
de.            86400    IN    NS    s.de.net.
de.            86400    IN    NS    f.nic.de.

;; ADDITIONAL SECTION:
a.nic.de.        2191    IN    A    194.0.0.53
a.nic.de.        2191    IN    AAAA    2001:678:2::53
c.de.net.        2191    IN    A    208.48.81.43
f.nic.de.        2191    IN    A    81.91.164.5
f.nic.de.        2191    IN    AAAA    2001:608:6:6::10
l.de.net.        2191    IN    A    77.67.63.105
l.de.net.        2191    IN    AAAA    2001:668:1f:11::105
s.de.net.        2191    IN    A    195.243.137.26
z.nic.de.        2191    IN    A    194.246.96.1

;; Query time: 819 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed May 12 14:50:27 2010
;; MSG SIZE  rcvd: 306

nihilus@zeus:~$ for i in a.nic.de c.de.net f.nic.de l.de.net s.de.net z.nic.de; do dig fefe.de @$i; done

; <<>> DiG 9.5.1-P3 <<>> fefe.de @a.nic.de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 9590
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;fefe.de.            IN    A

;; AUTHORITY SECTION:
de.            7200    IN    SOA    f.nic.de. its.denic.de. 2010051253 7200 7200 3600000 7200

;; Query time: 23 msec
;; SERVER: 2001:678:2::53#53(2001:678:2::53)
;; WHEN: Wed May 12 14:50:54 2010
;; MSG SIZE  rcvd: 77

[...]

; <<>> DiG 9.5.1-P3 <<>> fefe.de @z.nic.de
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40763
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;fefe.de.            IN    A

;; AUTHORITY SECTION:
de.            7200    IN    SOA    f.nic.de. its.denic.de. 2010051253 7200 7200 3600000 7200

;; Query time: 12 msec
;; SERVER: 194.246.96.1#53(194.246.96.1)
;; WHEN: Wed May 12 14:50:54 2010
;; MSG SIZE  rcvd: 77

---snip---

As you see, at least a.nic.de and z.nic.de return an NXDOMAIN for a registered and correctly configured domain.
Reposted bysublab sublab

May 11 2010

nobody
07:16

Pokemon Exception Handling

For when you just gotta catch `em all!
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.