var fDesc=new Array(); fDesc[0] = "SensePost is an independent and objective organisation specialising in information security consultation and assessment services. For all our assessment we apply strict methodologies. This is especially true for Internet Security Assessments, where our methodology has been developed and fine tuned over many years. One of the challenges that analysts at SensePost faced when engaging in assessments with enterprise-sized clients was applying this tried and tested methodology in an efficient and timely fashion. The requirement was to automate as much of the mundane processes in this methodology as possible whilst maintaining a high level of accuracy.
BiDiBLAH was developed by SensePost to specifically relieve their analysts from performing repetitive processes, thus increasing efficiency, improving accuracy and allowing them to concentrate on the areas of the assessment that require manual attention. It also means that important aspects of the methodology are contained and standardised in one entity, the tool. This in turn means that you eliminate the potential risk of data loss and ensure all assessments are conducted against the same accepted standard."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }