<tutorialjinni.com/>

OpenSSL SSL Death Alert (CVE-2016-8610)

Posted Under: Security on Dec 16, 2016
OpenSSL SSL Death Alert (CVE-2016-8610)
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.

How to Autopwn in Metasploit 4

Posted Under: Security on Dec 1, 2016
How to Autopwn in Metasploit 4
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 OpenDoor - Directory Access Scanner

Posted Under: Security on Nov 15, 2016
OWASP OpenDoor - Directory Access Scanner
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.

Virustotal API File Scanning PHP Example

Posted Under: Security on Feb 12, 2016
Virustotal API File Scanning PHP Example
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.

Secure File Upload in PHP

Posted Under: Security on Feb 11, 2016
Secure File Upload in PHP
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.