Online Security, Safety, Tips, Compliance, Standard
Posts tagged Tips
Top Tips Revealed on Reviewing Your Physical Home Security
Apr 12th
Physical Security Physical security is about measures that deter or prevent intruders from accessing your property and is very important as the first line of defence against an intruder. You will want to do everything you can to prevent physical access to, or theft from your property and belongings. This can be as
Easy Email Deliverability Tips
Apr 12th
Email deliverability can be tricky. You have to deal with spam filters, blacklisting, whitelisting, bounces and more. In this article I’ll share with you 20+ tips to make sure your emails get delivered. You may need a complete enterprise email marketing system which includes the software to create campaigns, the server and MTA to
Oracle SQL Injection Cheat Sheet
Feb 3rd
http://pentestmonkey.net/blog/oracle-sql-injection-cheat-sheet/ Version SELECT banner FROM v$version WHERE banner LIKE ‘Oracle%’; SELECT banner FROM v$version WHERE banner LIKE ‘TNS%’; SELECT version FROM v$instance; Comments SELECT 1 FROM dual — comment – NB: SELECT statements must have a FROM clause in Oracle so we have to use the dummy table name ‘dual’ when we’re not actually selecting