Other bash shell tests – remote tests
Use commands to test remote sites: curl -A “() { ignored; }; echo Content-Type: text/plain ; echo ; echo ; /usr/bin/id” $URL I did it to my website (www.fixvirus.com) obviously…
Test your Bash Shell
how to test for vulnerable Bash shell: Execute the following: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" on the command line, if it…
Perl Scripting vulnerability – Data Dumper
Perl discussion at lsexperts.de has a data Dumper vulnerability – review your Perl scripts to : Applications written in Perl should ensure that a sanity check on data serialized by…
Bash Shellcode is now at 6 CVE vulnerabilities
This Shellshock issue has now spawned 6 CVE’s CVE = Common Vulnerabilities and Exposures Threat level Yellow at Internet Storm Center This is a complex vulnerability first CVE got patched…
Bash shellcode reality
What started as an environment of function and usability on Unix systems has devolved in another security exploit mess. US -CERT has the report for both potential exploits now (one…
