All posts by: Fausto

Network Spaghetti


Slow speeds, Connection lost, WiFi outage! I was sent for a network take-over at one of the client’s locations to set up a site-to-site connection. When I walked up to the network rack in the basement I was shocked it was working at all. The network was a mix of outdated consumer and enterprise equipment. […]

Read More

R-U-Dead-Yet?


I experienced this DoSS attack first hand. R-U-Dead-Yet, or RUDY for short, implements the generic HTTP DoS attack via long form field submissions. RUDY attack targets web applications by starvation of available sessions on the web server. RUDY keeps sessions at halt using never-ending POST transmissions and sending an arbitrarily large content-length header value. I […]

Read More

Leadership


Robin S. Sharma

Leadership is not about a title or a designation. It's about impact, influence and inspiration. Impact involves getting results, influence is about spreading the passion you have for your work, and you have to inspire team-mates and customers.

Easy Website Redirect Android Devices


Best way to redirect android devices is by adding the following in the header of your page. The script is looking for the word “Android” anywhere in the user agent then redirects to the document.location URL <script>// <![CDATA[ if ( (navigator.userAgent.indexOf(‘Android’) != -1) ) { document.location = “http://YourAndroidWebsite.com”; } // ]]></script>

Read More