Generate 100% FUD Backdoor with TheFatRat – Windows 10 Exploitation

As you all knows, Windows 10 is the latest edition of Microsoft having great security features but what if someone send a trojan/virus/backdoor/payload which is 100% FUD (Fully Undetectable) ? So basically, with…

Read more

Hack Android using Metasploit over LAN/WAN

In this article, we’ll be discuss about the exploitation of Android devices such as Tablets/Phones/Emulators etc using one of the most popular exploitation framework called as Metasploit Framework and MSFvenom. Here, we will…

Read more

Detection and Exploitation of OpenSSL Heartbleed Vulnerability using NMAP and METASPLOIT

In this article we will discuss how to detect and exploit systems that are vulnerable to the OpenSSL-Heartbleed vulnerability using Nmap and Metasploit on Kali Linux. Around 200000+ servers are still vulnerable to…

Read more

How to install Searchsploit in Kali Linux – An Exploit-DB Search Tool

Exploit-DB is one of the most popular platform for their collection of exploits and whitepapers related to Linux/Windows/Assembly/Web/DOS etc. Exploit-DB is the ultimate archive of exploits, shellcode, and security whitepapers. You can easily…

Read more

How to identify the Operating System using PING Command

Well as you all knows, To identify the name of OS(Operating System) using Nmap is very easy, but you can also identify the OS name with the help of Ping Command. For Linux…

Read more

Hidden Secrets of Google – 2017 Updated Tutorial

Google is clearly the best general-purpose search engine on the Web. But most people don’t use it to its best advantage. Do you just plug in a keyword or two and hope for…

Read more

Storing Files/Data with PHP & MySQL – Detailed Tutorial 2017

At some point, most web programmers are going to need to learn databases. They’re the premier way to store information in an online environment, and they’re often the most efficient solution. But do…

Read more

PHP with MySQL Connectivity – Detailed Tutorial (CRUD)

One of the defining features of PHP(Hypertext Preprocessor) is the versatility it offers for connection to, and manipulation with databases. In this article, we look at some features of the PHP with MySQL…

Read more

Get Free Kali Linux on AWS with Public IP – Real Time Penetration Testing

As you all knows, Kali Linux is one of the most popular penetration testing OS with more than 1000s of hacking tools pre-installed in it like Metasploit Framework, Air-crack Package for Wireless Cracking,…

Read more

Writing your first program for various languages – Tutorial

This article will get you a good spark about writing the programs in various languages like Ruby, PHP, Python, Perl, Bash, C, C++ and Java. All Credits goes to Mr. Chetan Soni –…

Read more

Install Joomscan – Joomla Vulnerability Scanner on Ubuntu 16.04 Desktop

Joomscan is one of the most popular Vulnerability scanner for Joomla CMS. It has so many features like User Friendly, Open Source, Extensibility, Easy to use, Easy to update etc. It will also…

Read more

Complete PHP Tutorial – Chapter 8

PHP Functions always plays an important role in programming while developing an application/site in PHP language. User Defined Functions A function is a block of code that needs to be used multiple times…

Read more

Complete PHP Tutorial – Chapter 7

Here you’ll learn about PHP Control Structures like IF/Else Loop, While Loop, Switch Loop, For/Foreach Loop etc If Else Statements Conditional statements perform different things for different states. The if else statement runs…

Read more

Complete PHP Tutorial – Chapter 6

In this tutorial, we’ll cover Arrays and its types which are Numeric Arrays, Multi-Dimensional Arrays and Associative Arrays. Numeric Arrays An array is a special type of variable that is capable of storing…

Read more

Complete PHP Tutorial – Chapter 5

Here we’ll cover PHP Operators that are of various types like Arithmetic Operators, Assignment Operators, Logical Operators and Comparison Operators Arithmetic Operators Arithmetic operators work with numeric values to perform common arithmetic operations….

Read more

Complete PHP Tutorial – Chapter 4

In this chapter, we’ll cover PHP Data types which are of many types as listed below – Data Types A data type is the type of information stored within a variable. PHP has…

Read more

Complete PHP Tutorial – Chapter 3

In this tutorial, you’ll learn about PHP Variables, Constants and Parameters. Regular Variables Variables are containers which we use for storing information. PHP variables work a bit differently to other languages so I…

Read more

Complete PHP Tutorial – Chapter 2

In previous chapter, you’ve learned about basics of PHP, Installation and XAMPP and in this tutorial we’ll cover PHP Tags & Comments. PHP Tags – All scripts start and end with these tags:…

Read more