HOW TO : Parse IP Address in Windows Batch File
We had a recent challenge at work which required us to execute different actions based on which office a particular workstation was located in. Since we...
We had a recent challenge at work which required us to execute different actions based on which office a particular workstation was located in. Since we...
Following up from my post earlier this month regarding building a security application that scans publicly available data (Google) and report on potential information leakage from...
I think the best way to learn a new (programming) language is to address a real world problem :). So here is one, I want to...
Just for my notes.. Even though the CVV numbers on a credit card, look like numbers :), don’t treat them as integers in your code. Some...
For my records, syntax for running a simple for loop in command prompt [code]for %i in (SERVER1 SERVER2) do nslookup %i [/code] note : Looks like...
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...