OpenSSL's SSL Death Alert is a denial of service (DoS) attack. This happens because of the way how OpenSSL handles ALERT packets during an SSL/TLS handshake.
db_autopwn was deprecated from Metasploit framework. In this tutorial we will get db_autopwn back to life. We need a Linux box with Metasploit installed. We are using Parrot Security OS with Metasploit 4.13.
OWASP Directory Access scanner, OpenDoor, scan a website for all possible ways it can find in order to find some "juicy" information or pages. It is also capable to scan sub-domains of a website.
This tutorial focuses on integration virustotal.com API in a PHP application without using any other api wrapper. This make the integration more integrated, reliable as you have complete control and visibility, efficient and fast as there no bloat code in it.
Almost all of the modern web application incorporate the functionality of file upload. It may range from a user display picture or a document that may be share across all member of a team. A file when uploaded to a server it should be treated as "containment" and through checks should be implemented to check it. If a file upload is taken lightly it may compromise the entire server which cause a devastating effect on an organization's business. This tutorial aimed to point out ways by which an upload an be secured on server.