ComputerCop is insecure and can give info to hackers
There is a program that some law enforcement agencies have given to families across the country It is called ComputerCOP. The EFF (Electronic Frontier Foundation) has reviewed and analyzed the…
Defend Your Systems
There is a program that some law enforcement agencies have given to families across the country It is called ComputerCOP. The EFF (Electronic Frontier Foundation) has reviewed and analyzed the…
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…
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 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…
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…