Importing nessus6 scan results into metasploit
This is a quick post about importing nessus6 scan results into metasploit. This can be very useful for adding a ton of information into a new Metsploit database, or adding…
This is a quick post about importing nessus6 scan results into metasploit. This can be very useful for adding a ton of information into a new Metsploit database, or adding…
Multiloquent 9 0 0 Changelog 3015a81 - Merge branch 'master' of https://github.com/localhost8080/multiloquent a79d3a3 - Update to version number as this removes backward compatibility with the old amelia theme df0d6df -…
What is an sql injection attack? All websites process data entered by users. An input-validation attack is when unexpected user input is processed by a web server or database and…
This is a short tutorial showing how to setup wordpress and cloudflare flexible ssl. Cloudflare offer a service called 'flexible ssl' this means that cloudflare encrypts your content between the…
Multiloquent 7 Changelog 3412cf9 - updating readme f0905c2 - updating readme files f498de6 - version bump [major release] updating readme files eae969b - search form css fix 7602671 - search…
Jonathan Mitchell Portfolio About Me I have a BSc in Electronic Engineering, and an MSc in Advanced Computer Systems Development with Distinction. I was awarded the University Court Medal for…
Oracle instead of triggers, and why you need them: You cant update a view if it contains:group byorder byanalytical /aggregate functionssubqueriesjoins You then need an 'instead of' trigger CREATE TRIGGER…
Multiloquent 6 3 1 changelog development 4f1d71d - lowercase true and false development c35fd69 - minor css fix and version bump to submit to wordpress development 8f84831 - version bump…
If you want to set a featured image on all wordpress posts that don't already have a featured image set, then this mysql query can help: INSERT INTO wp_postmeta (post_id,meta_key,meta_value)…