Jump to content

tyrael

Members
  • Posts

    14
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.nodiff.net
  • Yahoo
    ex_walgreens_shopper

Profile Information

  • Location
    Atlanta, GA

tyrael's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I would have no problem drinking it. I drink Atlanta tap water, and that water probably tastes better than what I'm used to.
  2. I agree, the new site looks very good. Thumbs Up
  3. The first effective JPEG trojan has been posted to USENET. Read about it on slashdot here. A team at easynews.com has picked the trojan apart, and have even created a PERL script to detect the image: >@stat = stat($file); $size = $stat[7]; open HANDLE, $file; sysread(HANDLE, $input, $size); close HANDLE; if ($input !~ /^\xff\xd8/) { print "not a jpeg\n"; exit; } if ($input =~ /\xff\xfe\x00[\x00\x01]/s) { @debug = `djpeg -debug $file 2>&1 > /dev/null`; if (grep (/Comment, length \-*[01]:/i, @debug)) { print "jpeg has trojan\n"; } } The link to that page, which has a LOT of good technical information about the trojan and how it works, is: http://www.easynews.com/virus.html Unfortunately, a downloaded image, whether it came from a website or was downloaded from Kazaa, could infect your computer by even hovering your mouse over it in Windows' File Explorer (explorer.exe).
  4. Congrats on the new addition! So, was he a leap year baby?
×
×
  • Create New...