HOW TO : grep for response codes in apache logs
If you want to grep for certain http response codes in a apache log file Look for all access requests with a 200 response code[code] grep...
If you want to grep for certain http response codes in a apache log file Look for all access requests with a 200 response code[code] grep...
The net is up in arms about a new release from team Ghostshell of compromise data. Details of the leak can be found at http://www.theregister.co.uk/2012/08/28/team_ghostshell_megahack/ and the source...
Simple one liner to check if your web server is using strong ciphers [code] openssl s_client -cipher LOW -host SERVER_NAME -port 443 [/code]
Simple script in python to look for credit card numbers in a file. [code] #Importing modules import re import os # Define variables inputFile = ‘test.txt’...
Actually, this is more of a read on the web post. New acronym for describing technology that doesn’t really help CBT : Cock-n-Bull Technology 🙂
The title pretty much says it all :). Here is a quick one liner, using multiple tools, to look for files in a directory, search for...