Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Only the beginning (Score 1) 236

shellshock-scan started hitting me yesterday:


209.126.230.72 - - [25/Sep/2014:00:06:09 +0200] "GET / HTTP/1.0" 200 677 "() { :; }; ping -c 11 216.75.60.74" "shellshock-scan (http://blog.erratasec.com/2014/09/bash-shellshock-scan-of-internet.html)"

Then real bad guys


89.207.135.125 - - [25/Sep/2014:07:50:56 +0200] "GET /cgi-sys/defaultwebpage.cgi HTTP/1.0" 404 512 "-" "() { :;}; /bin/ping -c 1 198.101.206.138"

Hello Rackspace!

Comment Re:Suspicious screenshot (Score 4, Informative) 236

Didn't I just say that? You'd have to explicitly invoke #!/bin/bash. I know of very few scripts that do that; most use #!/bin/sh.

Well, on my Debian unstable machine:


# find / -mount -type f | while read x ; do if [ "`head -1 $x | grep '^#\!/bin/bash'`" ]; then echo $x; fi; done 2>/dev/null
/bin/zdiff
/bin/fgrep
/bin/zgrep
/bin/zless
/bin/zfgrep
/bin/uncompress
/bin/zcmp
/bin/gzexe
/bin/gunzip
/bin/zegrep
/bin/zforce
/bin/zmore
/bin/zcat
/bin/egrep
/bin/znew
/etc/bash_completion.d/pulseaudio-bash-completion.sh
/etc/auto.net
/etc/auto.smb
/etc/init.d/minissdpd
/etc/init.d/nfs-common
/var/lib/dpkg/info/bash-completion.postinst
/var/lib/dpkg/info/grub-pc.preinst
/var/lib/dpkg/info/grub-pc.postrm
/var/lib/dpkg/info/ca-certificates-java.postinst
/var/lib/dpkg/info/gdm3.prerm
/var/lib/dpkg/info/desktop-base.postinst
/var/lib/dpkg/info/grub-pc.postinst
/var/lib/dpkg/info/bash-completion.postrm
/var/lib/dpkg/info/grub-pc.prerm
/var/lib/dpkg/info/dash.preinst

Ugly.

Comment Re:The 97% claim is political (pro-AGW PR) (Score 1) 207

Of course, if the Forbes link is too "right wing" for you, you might prefer the get the 97% bubble popped by a left-leaning source

I'd hardly describe Richard Tol as a "left leaning source". Do you think that leftiness is catching? That just by getting published in the Guardian you become a lefty?

Richard Tol disagrees with the 97% figure, but what does he think the real figure is?

So, not 97%, maybe it could be 95%, or 99%.

Comment Re:The simple fact that we can't talk about this.. (Score 1) 207

97% of anthropologists thought piltdown man was the missing link and he turned out to be a human skull attached to a monkey jaw bone. The real missing link ended up being found by a guy those assholes mocked.

Untrue in all particulars.

Almost from the outset, Woodward's reconstruction of the Piltdown fragments was strongly challenged by some researchers. [...] G.S. Miller, for example, observed in 1915 that "deliberate malice could hardly have been more successful than the hazards of deposition in so breaking the fossils as to give free scope to individual judgment in fitting the parts together."

There is, of course, no "real missing link".

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...