NO CARRIER
or:
ATM0
... and watching 10-20-30 people suddenly disappear from the channel as their DOS based comm program passed them as commands directly to the modem.
21–30 of 33 posts
NO CARRIER
or:
ATM0
... and watching 10-20-30 people suddenly disappear from the channel as their DOS based comm program passed them as commands directly to the modem.
> You might be thinking "If I opened that in my browser, I would detect it being malicious!" Well, think again... One can have all sorts of fun with user-agents, something that can easily come to mind is verifying if the user-agent is from curl or wget, and make them download the malicious file, if not, redirect them to a legitimate file that looks like the original output. Your browser would fool you then. I can't d…
The kind of vulnerabilities that are basically just subverting a user's trust are totally fascinating to me.
Early irc'ing involved simply typing: NO CARRIER or: ATM0 ... and watching 10-20-30 people suddenly disappear from the channel as their DOS based comm program passed them as commands directly to the modem.
ATM0 would just silence the speaker. What you want is:
+++ATH0
Wouldn't work on properly implemented modems, as the standard required a quarter (or possibly half) a second pause between the +++ escape, and the hayes command.
Now, you sending this to IRC wouldn't do much at all. What you would want to do was rather take a look at their IP address, and use the "ping -p" command, as that allows you to specify up to 16 bytes padding that will be echoed back. You would then encode +++ATH0 as the pattern, which would be sent back from them to you .. and if it was a silly modem, it would hang up.
But it wouldn't fool any text editor, right? Or even less ?
However, I honestly don't see why I should do something foolish as `curl | sh`, even though from time to time I see websites suggesting this crazy approach. The first thing I think of is "why should I give you control on my shell?".
…I guess, however, this is kind of a natural behavior for the user who doesn't know the shell-fu. I've seen a similar article once about Ubuntu Forums. Unfortunately I can't recall the URL.
http://curlpipesh.tumblr.com/
Another cool thing, besides icebergs, would be a service checking for escapes given the URL. Or for other caveats (e.g. is the url https? Is it editing weird files (follows list of files))
Title is wrong. Should be: s/party/hack/ like it's 1999
party\033[5D\033[Khack
Not as catchy, though :/FTA: > Hint: > 'less' doesn't interpret escape sequences unless the -r switch is used, > so stop aliasing it to 'less -r' just because there's no colored output. Instead you can just use `less -R` which allows colored output but doesn't interpret any other escape sequences.
The ANSI driver that came with MS-DOS, ANSI.SYS, also allowed keys to be rebound to small macros. So you could TYPE (cat) a file and then later press a harmless key like D and ANSI.SYS could output something like whatever the DOS equivalent of "rm -fr /" was (probably DELTREE /Y C:\) as though it had come from your very keyboard. This was very common in the BBS era. Anti-virus software would usually detect those sequ…
FORMAT C: /S /U
Good night boot disk.