There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Administrator ,

<span style="color:#323232;">cheat() {
</span><span style="color:#323232;">  curl cht.sh/$1
</span><span style="color:#323232;">}
</span>
Pantherina ,

Awesome!

bionicjoey ,

IIRC this site uses TLDR pages

stifle867 ,

Appears to be the same developer as wttr.in

penquin ,
stepanzak ,

Thefuck is a cool program, but I stopped using it because it was slow.

fluckx ,

I haven’t had as much luck with that program as I’d like to. :(

Cwilliams ,

My .bash_history using this program…

cypherpunks , (edited )
@cypherpunks@lemmy.ml avatar

sites like this are neat until you remember that curl’s willingness to write ansi escape codes to stdout when it is a tty (as this site relies on to format the output when the user agent is curl) is actually a security vulnerability.

JetpackJackson ,

Could you give me an ELI5 please

cypherpunks , (edited )
@cypherpunks@lemmy.ml avatar

This post The Terminal Escapes: Engineering unexpected execution from command line interfaces has a summary of the longer paper in the first link.

tldr: There are a variety of ways that attackers can cause you to execute execute arbitrary code when you echo their maliciously-crafted data to your terminal. Therefore, when you run curl without redirecting its output, or when you cat a file you’ve downloaded, you’re trusting the server (and also the network, when you don’t have https:// in the url) not to exploit you.

JetpackJackson ,

Ah ok that makes sense, thank you!

tal ,
@tal@lemmy.today avatar

I’m more-inclined to blame a virtual terminal than the program writing the sequences if there’s an exploit there.

cypherpunks ,
@cypherpunks@lemmy.ml avatar

Of course the terminal emulators are ultimately to blame but when there are so many problems in so many of them, imo curl’s default behavior should be to filter its output when writing to a tty.

kraniax ,

is there a curl argument that can be used to block this behavior?

cypherpunks ,
@cypherpunks@lemmy.ml avatar

You can redirect curl’s output to a file with the -o filename option (or with > filename for shell redirection). But in the case of sites like this which output ansi-escape-formatted data that isn’t very useful.

Also, after saving unknown data to a file it’s common to look at it with less or perhaps xxd or strings or file … all of which have had their own CVEs in recent years 🤦

Computer security is a fractal of bad news.

QuazarOmega ,

TL;DR


<span style="color:#323232;">sudo rm -rf /* # can't have problems without a system
</span>
fxt_ryknow ,

Copy. Paste. Enter.

Goun ,

System administrators hate this trick!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines