[go: up one dir, main page]

loni

hi im loni i draw

drawings, music, games | made in chile (tm) | ENG / ESP OK


ko-fi (comms and sketches)
ko-fi.com/loniart

rebane2001
@rebane2001
Cohost
Rebane @rebane2001 1 day ago
thank you for the memories!

it's been great here!

i have one last css crime i've been working on that i want to post as a send-off, but i'm not sure if i'll be able to finish it on-time, so i'm leaving this post here in case it goes read-only before that

if you like my work you can find my contacts and projects on lyra.horse, i'm doing lots of css crime stuff on my blog and i have cohost to thank for it!

anyways i hope i'll get to post the real send-off, so not saying goodbye just yet :)

#Goodbye cohost
0 comments
Rebane @rebane2001 4 mo. ago
learn to read little-endian hexdumps in under a minute

Reading a properly aligned hex dump from something like gdb is easy - you simply read it left to right:

---------------> 0x1111222233334444 0x0000000000000000

However, depending on which endian the system uses, reading values might be a bit unintuitive! Let's take a look at an example where the data is offset by 4 bytes.

[big-endian]
-------- -------> 0x0000000011112222 0x3333444400000000

[little-endian]
-------> -------- 0x3333444400000000 0x0000000011112222

The big-endian order is easy to read as it still goes left-to-right, but the little-endian order - the one used on most modern computers - is a bit unintuitive.

I wanted to make something to teach reading such little-endian values, so I made this neat little gadget to help easily grasp the concept:

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000
read bytes as: |
if offset by: |
111122223333444400000000000000001111222233334444
0 1 2 3 4 5 6 7 8 drag this ->

The plot twist here is that this is just one of many cool CSS-crimes in my new blog post that teaches v8/browser exploitation in a beginner-friendly way!

Check it out here: https://lyra.horse/blog/2024/05/exploiting-v8-at-openecsc/

#css crimes #blog
1 comment
Rebane @rebane2001 4 mo. ago
the devil is in the details

the devil

1 comment
Rebane @rebane2001 5 mo. ago
cohost blackjack (fully playable!)

...

#css crimes #blackjack #interactable #interactive
4 comments
Rebane @rebane2001 5 mo. ago
roll the die (click it!)

...

Custom dice!...

How does this work? (contains animations)...

#css crimes #dice #interactable #interactive
5 comments
Rebane @rebane2001 5 mo. ago
finished my first notitg modchart!!

i wrote the mods and shaders for this and my friend b5mm did the steps
download: https://drive.google.com/drive/folders/1uc1L6msYpw8JGKt48zrDFYHDX9o314NF

#NotITG #shader
2 comments
Rebane @rebane2001 5 mo. ago
chosu! (firefox and chrome supported)

...

info & credits

This is an osu! clone I wrote in inline HTML and CSS!

The original osu! map was made by ztrot, but I tweaked it a little because this chost doesn't support sliders.

I got the score storage idea from this chost by Corncycle, and the score display is based off of this chost by cefqrn.

Song is from My Little Pony: Friendship is Magic.

#osu! #css crimes #interactable #interactive #music
12 comments
Rebane @rebane2001 6 mo. ago
secret ssh menu (and other tricks)

hi cohost, ever get annoyed by ssh sessions hanging and forcing you to kill the process? it doesn't have to be this way, for there is a secret ssh menu the ssh industry has been greedily keeping for themselves!

so how do you access this menu? from within an ssh session, press ↵Enter and type ~?

you should see something like this:

Supported escape sequences:
 ~.   - terminate connection (and any multiplexed sessions)
 ~B   - send a BREAK to the remote system
 ~C   - open a command line
 ~R   - request rekey
 ~V/v - decrease/increase verbosity (LogLevel)
 ~^Z  - suspend ssh
 ~#   - list forwarded connections
 ~&   - background ssh (when waiting for connections to terminate)
 ~?   - this message
 ~~   - send the escape character by typing it twice
(Note that escapes are only recognized immediately after newline.)

pretty cool!

These sequences are built into the ssh client itself, so they work even if the ssh server or your connection breaks! The most useful one here is ~. which exits the ssh session no matter what. Super useful if you have a session hang!

The "command line" lets you set up port forwarding (type help after opening it). Most of the other options are pretty self-explanatory - if you need them you probably understand what they mean.

What about nested ssh sessions? You can use ~~ to send the sequence to the inner client, here's an example:

pinkie@stable:~$ ssh ponyvillestable
pinkie@ponyville:~$ ssh manehattenstable > ponyville
pinkie@manehatten:~$stable > ponyville > manehatten
pinkie@manehatten:~$ Connection to manehatten closed.↵Enter~~.
pinkie@ponyville:~$stable > ponyville
pinkie@ponyville:~$ ssh manehattenstable > ponyville
pinkie@manehatten:~$stable > ponyville > manehatten
pinkie@manehatten:~$ Connection to ponyville closed.↵Enter~.
pinkie@stable:~$stable

neat!

Okay, a few bonus tricks:

  • ssh -C enables gzip compression - even though the documentation states that this is unneccessary on fast networks, I've found that it does wonders for improving latency and responsiveness in many situations, especially when using TUIs or printing out lots of logs.
  • ssh -v enables verbose logging (-vv or -vvv if you want more), which is useful on a slow connection or when connecting to a slow machine (eg a Raspberry Pi). It lets you figure out whether a connection is hanging (eg host down) or just being slow.
  • ssh -D 1234 creates a SOCKS proxy on your localhost:1234 that lets you use the server's network. Quite handy if you need to mess around in the LAN of the server, or if you need a quick DIY VPN in a pinch.

alright that's all, i hope you picked up something useful from this post! it's my first time posting anything of this kind so i hope you like it!

#ssh #linux
1 comments
Rebane @rebane2001 7 mo. ago
i can iframe my site and the popups and everything just works???

...

#chiframe #antonymph
3 comments
Rebane @rebane2001 1 yr. ago
Hi!

This seems like a fun place

0 comments
see you on the internet!
ur cute!
i <3 u!