[sqlmap-users] And.. What about the Shellshock?
Brought to you by:
inquisb
From: Rodrigo Z. S. <rod...@gm...> - 2014-09-26 02:15:50
|
It is not everyday you see a soo big bug and it has even a wiki page. :D Just for fun, my bash is vulnerable! lol So... Why not use it? Anyone that have access in bash in your atack, have fun! See the article in wikipedia: http://en.wikipedia.org/wiki/Shellshock_(software_bug) Just run this line in your bash! After the upgrade, it will not work more :( env x='() { :;}; echo vulnerable' bash -c 'echo this is a test' |