Author Topic: How long till this goes viral ??  (Read 3653 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
How long till this goes viral ??
« on: December 08, 2009, 05:21:43 AM »
How long till this goes viral ??
http://twitter.com/keanw/statuses/6456585770

Code: [Select]
(eval(read(vl-list->string(mapcar(function(lambda(x)(boole 6 95 x)))(vl-string->list"w,+-<>+\177}\0107>+\177>\177,6<4\177/*//&\177}\177w8:+)>-\177}\023\020\030\026\021\021\036\022\032}v\177}\177\177~~}\177v\177v")))))

just be careful out there !
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

JohnK

  • Administrator
  • Seagull
  • Posts: 10665
Re: How long till this goes viral ??
« Reply #1 on: December 08, 2009, 08:16:13 AM »
i cant visit the link cause my company firewall blocks everything but... i was wondering how long it took you to come up with that string. *lol*
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: How long till this goes viral ??
« Reply #2 on: December 08, 2009, 08:58:02 AM »
This is what is posted at the Twitter site:
Code: [Select]
(vl-list->string(mapcar'(lambda(x)(boole 6 95 x))(vl-string->list"\023:+x,\177+(::+\177,02:\177\023\026\014\017\17790-\1779*1~")))
What Kerry is saying is be sure you remove any malicious code before executing it. In his example the (eval (read are potentially dangerous.
So before you paste any code you do not know what it does you better figure it out first.

I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Greg B

  • Seagull
  • Posts: 12417
  • Tell me a Joke!
Re: How long till this goes viral ??
« Reply #3 on: December 08, 2009, 12:17:01 PM »
Out of curiosity, why are the (eval(read potentially dangerous?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: How long till this goes viral ??
« Reply #4 on: December 08, 2009, 12:17:45 PM »
i cant visit the link cause my company firewall blocks everything but... i was wondering how long it took you to come up with that string. *lol*
uhmmmm ... about 7 seconds ;)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: How long till this goes viral ??
« Reply #5 on: December 08, 2009, 12:22:40 PM »
Out of curiosity, why are the (eval(read potentially dangerous?

They're not, but the string they are reading and evaluating MAY be.

(eval (read "FORMAT C:\\"))  .... well not quite, but you may get the idea.

mine is actually very innocent of course ... but then, thats what 'anyone' could say ..  :-o
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

JCTER

  • Guest
Re: How long till this goes viral ??
« Reply #6 on: December 08, 2009, 12:25:16 PM »
(eval (read "All Your Base Are Belong To Us")) ;;; lol cliche geek joke

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: How long till this goes viral ??
« Reply #7 on: December 08, 2009, 01:08:21 PM »
 :wink:
Code: [Select]
(eval
 (read
  (vl-list->string
   (mapcar
    '(lambda (x) (boole 6 95 x))
    (vl-string->list
     "w/-081w,:+.\1779w0/:1w,+-<>+w8:+)>-};(8/-:96'}v}><>;;0<q3,/}v}>}vvw/-61<}w>3:-+}\027:330s\177(0-3;~}v}9vw<30,:\1779vv"
    )
   )
  )
 )
)
« Last Edit: December 08, 2009, 01:24:56 PM by ElpanovEvgeniy »

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: How long till this goes viral ??
« Reply #8 on: December 08, 2009, 01:23:35 PM »
Use cautiously!
Code: [Select]
(eval
 (read
  (vl-string-translate
   "abcdefghijklmnopqrstuvwxyz"
   "t dopnswifrcaeqgx).lH,(\"!v"
   "wekdpfwgnaobjwdenfwgaklmawpnazmkxchpeknjiqxrxmlmccdlstgexrxmxrrwekiflxwmtnkaxunttdvbhdktcyxrxjrwltdgnbjrr"
  ) ;_  vl-string-translate
 ) ;_  read
)

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: How long till this goes viral ??
« Reply #9 on: December 08, 2009, 01:28:10 PM »
Use cautiously!
Code: [Select]
(eval
 (read
  (vl-string-translate
   "abcdefghijklmnopqrstuvwxyz"
   "t dopnswifrcaeqgx).lH,(\"!v"
   "wekdpfwgnaobjwdenfwgaklmawpnazmkxchpeknjiqxrxmlmccdlstgexrxmxrrwekiflxwmtnkaxunttdvbhdktcyxrxjrwltdgnbjrr"
  ) ;_  vl-string-translate
 ) ;_  read
)

 :lmao: That's just dirty.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: How long till this goes viral ??
« Reply #10 on: December 09, 2009, 06:05:46 AM »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: How long till this goes viral ??
« Reply #11 on: December 09, 2009, 06:11:45 AM »
Quote
Out of curiosity, why are the (eval(read potentially dangerous?

my code - the answer to the question ...