Pwning your MySQL How to find out if a specific column exists: SHOW COLUMNS FROM TableName WHERE Field LIKE (‘ColName’) Continue reading “Pwning your MySQL”…
Use regex to find the source of an image Recently, I needed to find the source of an image in a blob of text. Since the text was out… Continue reading “Use regex to find the source of an image”…