-3

Im trying to implement Shellshock and I need downgrade Bash to a vuln. version. I don't know how get it and there isn't much information in the Internet about it.

I'm working with Ubuntu Server 14.04.

How I can get it?

glglgl
  • 89,107
  • 13
  • 149
  • 217
David Amrani
  • 187
  • 2
  • 16

1 Answers1

0

Don't downgrade the system bash. That's a terrible idea. Get the source for a vulnerable version and compile it yourself.

(Don't install it to the system though if you can avoid it, just run it from the source directory.)

Etan Reisner
  • 77,877
  • 8
  • 106
  • 148