Vinay Kudithipudi
  • Home
  • About
  • Lab

Another day.. Another Hack

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...

28 Aug 2012

HOW TO : Use openssl client to check for PCI compliant SSL ciphers

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]

27 Aug 2012

HOW TO : Use Python to look for credit card numbers

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’...

20 Aug 2012 1 min read

OVERHEARD : Comment about fudging

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 🙂

19 Aug 2012

HOW TO : Find files, search for content in them, replace the content

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...

16 Aug 2012 1 min read

Things I install on a new computer

Making a list just because :).. Here are some of the things I install on a windows machine as soon as I get it Network Wireshark...

31 Jul 2012
  • Sign up
Vinay Kudithipudi © 2026. Powered by Ghost