Sabtu, 03 September 2016

What are control statements in C – Programming

In C, until so far, in all the programs, the control is flowing from one instruction to next instruction. Such flow of control from one instruction to next instruction is known as sequential flow of control. But, in most of the C programs, while writing the logic, the programmer might want to skip some instructions or repeat a set of instructions again and again. This is can be called as non-sequential flow of control. The statements in C, which allows the programmers to make such decisions, are known as decision making statements or control statements. In C, there are two

The post What are control statements in C – Programming appeared first on Coding Security.


What are control statements in C – Programming
read more

What are types of variables in C – Programming

A variable is a memory location inside memory which is referred using a name. The value inside a variable changes throughout the execution of the program. Based on where the variable is declared in the program, variables can be divided into two types. They are: Local Variables Global Variables Local Variables A variable is said to be a local variable if it is declared inside a function or inside a block. The scope of the local variable is within the function or block in which it was declared. A local variable remains in memory until the execution of the function

The post What are types of variables in C – Programming appeared first on Coding Security.


What are types of variables in C – Programming
read more

Jumat, 02 September 2016

How to decode WPA/WEP keys using Penetrate Pro

The App Penetrate Pro is developed by Biogo Ferreria. It is an excellent App for decoding WEP/WPA WiFi Keys. The Latest Build of the penetrate pro supports the following features. Routers based on Thomson: Thomson, Infinitum, BBox, DMax, Orange, SpeedTouch, BigPond, O2Wireless, Otenet. DLink Eircom Pirelli Discus Verizon FiOS (only some routers) Fastweb (Pirelli & Telsey) Jazztel_XXXX and WLAN_XXXX Tecom Infostrada SkyV1 Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone

The post How to decode WPA/WEP keys using Penetrate Pro appeared first on Coding Security.


How to decode WPA/WEP keys using Penetrate Pro
read more

How to scan ports in the network using aNmap from mobile

Nmap has been one of the most important tool for every network security developer from over the last 10 years but it is only available in the windows , Linux and Mac OS X but it is still not available in the android, Even though there are 1 Billion Android Devices. Hence we are here to introduce the aNamp it is compiled from the Nmap source code by some devs to support android Devices. aNamp is an android tool that you can use on a network to determine the available hosts, services and OS to get all the features of

The post How to scan ports in the network using aNmap from mobile appeared first on Coding Security.


How to scan ports in the network using aNmap from mobile
read more

How to perform Dynamic analysis of an android application using DroidBox

DroidBox is developed to offer dynamic analysis of Android App Data. The following information listed down below are the results shown and generated. Hashes for the analyzed package Incoming/outgoing network data File read and write operations Started services and loaded classes through DexClassLoader Information leaks via the network, file and SMS Circumvented permissions Cryptography operations performed using Android API Listing broadcast receivers Sent SMS and phone calls Additionally, two images are generated visualizing the behavior of the package. One showing the temporal order of the operations and the other one being a treemap that can be used to check similarity

The post How to perform Dynamic analysis of an android application using DroidBox appeared first on Coding Security.


How to perform Dynamic analysis of an android application using DroidBox
read more

Kamis, 01 September 2016

How to hack android device network using Network Spoofer

Network Spoofer lets you change websites on other people’s computers from an Android phone. You can you network Spoofer to Flip pictures upside down Flip text upside down Make websites experience gravity Redirect websites to other pages Delete random words from websites Replace words on websites with others Change all pictures to Trollface Wobble all pictures / graphics around a bit A few custom modes for you to have your own fun! Download and prank your friends! It is a very easy app to use if you are looking to prank your friends the app will just run fine if

The post How to hack android device network using Network Spoofer appeared first on Coding Security.


How to hack android device network using Network Spoofer
read more

Hacking Android Devices using androrat

The android devices in the network can be hacked using Meterpreter Attack but most of the people are not aware that process is not safe, But for this sense we can use the AndroRAT(Android Remote Administration Tool) to hack any android device in the network. Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone who thinks it’s a good idea to try to use this to attempt to hack systems that

The post Hacking Android Devices using androrat appeared first on Coding Security.


Hacking Android Devices using androrat
read more