sloanewalker.co.uk
Sloane Walker | Letters of recommendation
http://sloanewalker.co.uk/testimonials.html
Tel: 01404 812355 Contact us. Sloane Walker Chartered Certified Accountants. So what do our existing clients say about us? Mr E Viljoen, Company Director - West Sussex. We are very pleased with all the work that Sloane Walker has done for us. Sloane Walker are very helpful, professional and conscientious. We would not hesitate to recommend them to any of our friends and colleagues. Mr L Ford, Managing Director - Meridian Safety Solutions Ltd - Hampshire. We also changed our accounts software program, on ...
techblog.sunsetsurf.co.uk
Exploits and such | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/category/exploits
The place for any exploits I find / develop and any security related musings…. GetSimple CMS 3.2 LFI exploit. GetSimple CMS 3.1 information disclosure vulnerability. GetSimple CMS password authentication bypass. GetSimple CMS 3.2 LFI exploit. Posted by admin on March 7th, 2013 0 comments. Following on my series of GetSimple CMS articles this one details a LFI (Local file inclusion) vulnerability which is present in current and current beta versions – 3.2beta. If(isset($ POST[‘lang’]) {. Then its used here.
techblog.sunsetsurf.co.uk
VMWare Stuff | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/category/vmware
Bits and pieces ive come across using VMWare ESX 3, 3.5i and 4i along with vCentre and vSphere etc. Find/Search for VMWare guests mac address on ESX 4 and ESXi 4 hosts onwards. VMWare ESX 4.0 iscsi volume problems. VMWare ESX4 guests loosing network connectivity briefly. VMWare ESX4i guests power on automatically when host restarts. Find vmware guest using the MAC Address on ESX. VMWare ESX3 Errrors after storage or host failure. Could not power on VM: No Swap File. Failed to power on VM. With ESX and ES...
techblog.sunsetsurf.co.uk
Windows Azure servicebus queue and relay REST calls for monitoring | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/2013/10/windows-azure-servicebus-queue-and-relay-rest-calls-for-monitoring
Windows Azure servicebus queue and relay REST calls for monitoring. Posted by admin on October 11th, 2013 0 comments. Whilst deploying a new application to Windows Azure Cloud services, one of the components that was being used was both Servicebus relays and queues. Traditional cloud or web services are relatively easy to monitor, usually a web or api type call, but as Servicebus doesn’t have a directly callable endpoint as such monitoring is a little more tricky. String] $target = $null, [string] $Post.
techblog.sunsetsurf.co.uk
Convert apache style certificates – crt and key files to IIS compatable pfx certificates with private key using openssl | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/2013/11/convert-apache-style-certificates-crt-and-key-files-to-iis-compatable-pfx-certificates-with-private-key-using-openssl
Convert apache style certificates – crt and key files to IIS compatable pfx certificates with private key using openssl. Posted by admin on November 6th, 2013 0 comments. This has always been a bit of an irritating command for me – I find it then forget it and it takes ages to remember the right syntax to do it the next time I need it. So here it is using openssl. Openssl pkcs12 -export -in mycert.crt -inkey mycert.key -out mycert.pfx -certfile ca.crt. Mail (will not be published) (required).
techblog.sunsetsurf.co.uk
GetSimple CMS password authentication bypass | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/2013/03/getsimple-cms-password-authentication-bypass
GetSimple CMS password authentication bypass. Posted by admin on March 5th, 2013 0 comments. GetSimple is a simple to use and install CMS system running on PHP. It has no backend database which makes it especially appealing to those who do not need or want to setup a load of sql servers and the associated maintainance thereof. The way GetSimple works is through xml files which contain the various components of the system, user files, content etc. etc. 3) You need to be able to read the file http:/ site&#...
sloanewalker.co.uk
Sloane Walker | Accountants specialising in consultants
http://sloanewalker.co.uk/index.html
Tel: 01404 812355 Contact us. Sloane Walker Chartered Certified Accountants. Sloane Walker specialises in helping consultants, web designers and developers and other professionals supplying their time and expertise. Welcome to Sloane Walker. We are an independent firm of qualified accountants based in Ottery St Mary, East Devon. Although the firm happily assists clients from many different areas of business, including construction businesses, retailers, and window cleaning contractors our main specialism...
techblog.sunsetsurf.co.uk
Wordpress / Joomla stuffs | Sunsetsurf Techblog
http://techblog.sunsetsurf.co.uk/category/wordpressjoomla
Wordpress / Joomla stuffs. Wordpress / Joomla stuffs. Bits I have come accross using Wordpress and Joomla and customising them. Adding category index to wordpress. Change sort order of blogroll from name in wordpress. Problem with show image in imgtag.php in virtuemart missing images. Joomla Metamod positioning problem. Adding category index to wordpress. Posted by admin on June 23rd, 2009 0 comments. To do this, you need to edit wp-content/themes/yourthemename/archive.php. Php if (have posts() :? Basica...
techblog.sunsetsurf.co.uk
Techblog - Part 2
http://techblog.sunsetsurf.co.uk/page/2
GetSimple CMS 3.1 information disclosure vulnerability. Posted by admin on March 7th, 2013 0 comments. Further to my recent article on the GetSimple CMS cookie weakness, I have continued to look through the application and found another vulnerability. This one isn’t quite as risky as the cookie weakness, but due to the nature of information disclosure vulnerabilities it is still a problem and something that could well contribute to other issues, especially if you are on a shared hosted platform. It has n...