We’ve seen the articles about how to find out if you’re vulnerable to the bash shellshock bug, we’ve also seen the articles on how to patch your system. What I’ll show you is how to find out if people are testing your system.
First, ssh into your server and find your http access logs.
Some common places are:
cPanel: /usr/local/apache/domlogs/
Debian/Apache: /var/log/apache2/
CentOS: /var/log/httpd/
Once you find them, you can cat them, grepping for this pattern:
cat access_log |grep "{ :;};"
You can make it prettier by using awk…
This will show me the IP addresses that have tried it..
If you have notifications regarding copyright infringement on the gnulinux.ro website, you must include the following information:
1. Contact information
- name, e-mail address, physical address and telephone number.
2. A description of the work for which you believe your rights have been infringed
- clearly and completely describe the copyrighted content you are trying to protect.
3. Copyright Infringement
- The complaint must contain the exact URL of the content that you believe is infringing.
- The complaint must contain the exact URL of the content that you believe has been copied / plagiarized.
4. You must accept by copying the text from the following statements: I consider, in good faith, that the use of copyrighted materials described above, which is alleged to infringe the rights, is not authorized by the copyright holder, his representative or the law.
. The information contained in this notice is accurate and I declare that I am the copyright holder or that I am authorized to act on behalf of the holder of an exclusive right that is alleged to have been infringed.
5. Your signature
The complaint must include at the bottom, the clear name and surname of the copyright holder or a representative authorized to act on his behalf.