1
58
0v0

@sopuli.xyz

0v0 95 points 3 years ago

Memory safety would be the main advantage.

path: 0 2536215, hotness: undefined, score: 95, children: 0
0v0 69 points 3 years ago

The snowflake proxy acts as a bridge to the tor network at the entry side. If by repercussions you mean risk of exit-node traffic, there are none. It might cost a little bit of bandwidth.

path: 0 2756480 2756709, hotness: undefined, score: 69, children: 3
0v0 63 points 2 years ago

The entries in update.zip are encrypted using the weak ZipCrypto scheme, which is known to be seriously flawed. If you feel motivated, and can guess at least 12 bytes of plaintext for an entry, it is possible to recover the internal state of the generator, which is enough to decipher the data entirely, as well as other entries which were encrypted with the same password. The bkcrack project implements this attack.

Since some of the entries are zip files themselves, it is within the realm of possibility to guess 12 bytes of plaintext. Parts of the zip local file header are pretty static, and you can use some of the values from the local file header of update.zip itself. Still, this would require a bit of luck / inspired guesswork.

path: 0 13649440, hotness: undefined, score: 63, children: 12
0v0 41 points 3 years ago

https://stackoverflow.com/...:

It just looks like a JavaScript file. Once upon a time in Netscape 3 and maybe 4 it actually was, but now it's just a file with a .js extension and a very restricted syntax that's parsed by a separate (non-JS) parser and not executed in any way.

path: 0 4880069, hotness: undefined, score: 41, children: 0
0v0 37 points 3 years ago

Quad9, a Swiss public benefit, not-for-profit foundation. Main address is 9.9.9.9.

path: 0 3809613, hotness: undefined, score: 37, children: 1
0v0 24 points 2 years ago

The attack worked, the password is cmF0dGEK.

This was obtained by generating 32 possible plaintexts for the first 10 bytes of system.zip (based on the different values in the headers of ~300 zip files on my system), plus three null bytes for the high bytes of compressed size, file name length and extra field length.

path: 0 13649440 13649760 13663160, hotness: undefined, score: 24, children: 7
0v0 21 points 2 years ago

The inner zip files are just stored, uncompressed:

Archive: update.zip
Index Encryption Compression CRC32    Uncompressed  Packed size Name
----- ---------- ----------- -------- ------------ ------------ ----------------
    0 ZipCrypto  Store       d1bca061     65761967     65761979 system_lib.zip
    1 ZipCrypto  Deflate     64a3f383         2183          741 config.json
    2 ZipCrypto  Store       3731280f     89300292     89300304 app.zip
    3 ZipCrypto  Store       a2bd64f5    135518964    135518976 app_lib.zip
    4 ZipCrypto  Store       700eb186      5996410      5996422 system.zip

So 12 bytes from the original content.

path: 0 13649440 13649760 13650261, hotness: undefined, score: 21, children: 1
0v0 17 points 2 years ago

singlelogin.re still worked for me recently.

Source

path: 0 12727511, hotness: undefined, score: 17, children: 0
0v0 16 points 2 years ago

It's used to check for website breaches. From How to stop Firefox from making automatic connections:

Firefox Monitor warns you if your online accounts were involved in a known data breach. For more information, see Firefox Password Manager - Alerts for breached websites.

To get the latest login breach information and more, Firefox connects to firefox.settings.services.mozilla.com

To disable, see here.

path: 0 14822488, hotness: undefined, score: 16, children: 1
0v0 12 points 3 years ago

Indeed. This works because direct connections to the tor network are easily censored, but WebRTC is not (not without a lot of collateral damage at least).

path: 0 2756480 2756709 2759301 2759667, hotness: undefined, score: 12, children: 0
0v0 12 points 3 years ago

You should not torrent over the tor network, but you can torrent over the I2P network. qBittorrent even has experimental I2P support built in.

path: 0 3587704, hotness: undefined, score: 12, children: 0
0v0 11 points 3 years ago

Yes, for example, syncing on a kernel panic could lead to data corruption (which is why we don't do that). For the same reason REISUB is not recommended anymore: The default advice for a locked-up system should be SysRq B.

path: 0 7329904 7330302 7331077, hotness: undefined, score: 11, children: 0
0v0 10 points 2 years ago
fn foo(x: i32) {
    match x {
        const { 3.pow(3) } => println!("three cubed"),
        _ => {}
    }
}

But it looks like inline_const_pat is still unstable, only inline_const in expression position is now stabilized.

path: 0 9643924 9644869 9645610 9646789, hotness: undefined, score: 10, children: 0
0v0 9 points 2 years ago

It's because it has to work in pattern contexts as well, which are not expressions.

path: 0 9643924 9644869, hotness: undefined, score: 9, children: 2
0v0 9 points 2 years ago

Also add acoup.blog##.darkmode-layer to your filters.

path: 0 10140443, hotness: undefined, score: 9, children: 2
0v0 7 points 2 years ago path: 0 9506130, hotness: undefined, score: 7, children: 0
0v0 7 points 3 years ago

There is no central naming authority in I2P. All hostnames are local. (Naming and Address Book)

Therefore, if an url doesn't work, it isn't in your local address book.

You can add mappings yourself if you know the destination or b32 address, or make use of subscriptions. In this case, add http://i2p-projekt.i2p/hosts.txt and http://notbob.i2p/hosts.txt to your address book subscriptions, the latter contains the destination for mysu.i2p.

path: 0 6895218, hotness: undefined, score: 7, children: 1
0v0 6 points 3 years ago

Funny enough I arrive at this the most when I play the Triassic and my opponent goes for a Cretaceous game structure.

path: 0 4197110, hotness: undefined, score: 6, children: 0
0v0 5 points 3 years ago path: 0 3632097, hotness: undefined, score: 5, children: 1
0v0 5 points 2 years ago

This is possible, after all, legwork.i2p is based on YaCy. I'd recommend taking a look at the YaCy and Tor guide, and use it as a template. Where they create a Tor hidden service, create an I2P server tunnel, and where they proxy YaCy to Privoxy just proxy directly to I2P's HTTP proxy.

path: 0 14086117, hotness: undefined, score: 5, children: 0

thanks for using Leebra!

go to feed...