Elektrine lite

← Feed

@agowa338@chaos.social

Post #2426767

2025-07-17 12:28 UTC

@fooker@corteximplant.com @filippo@abyssdomain.expert Even that isn't really secure, I've seen tricks with encoding that caused what you see on screen and what gets executed to be dramatically different in the past as well. Like one of the more basic examples was to add a stray "\r" in the middle of a line as that would cause it to overwrite everything that was before that on screen. But when executed it would just skip over cause it was seen as part of a string.

Replies (1)

  • @agowa338@chaos.social 2025-07-17 15:04

    @fooker@corteximplant.com @filippo@abyssdomain.expert Besides using a literal Hex editor is there any console based tool to look at a text file without it parsing control and escape codes? Like @don-ho.bsky.social's #Notepadpp but for the CLI?

    Open ##2426768