Introduction to Recon-ng

Recon-ng is a tool used by security testers for reconnaissance. This tutorial will give a brief introduction of commands used in Recon-ng. Starting recon-ng Open command prompt and go to recon-ng installed directory by using the command cd recon-ng Then start recon-ng using command ./recon-ng This will open a screen like below Enter help to see the commands in...

How to install ZAP (Zed Attack Proxy) in ubuntu

1. Download ZAP from below link.     https://github.com/zaproxy/zaproxy/wiki/Downloads     Download linux package from this link. 2. Extract the downloaded file.  I extracted this file inside Home -> securitytesting. 3. Open ZAP using command prompt.  Open command prompt by using ctrl + alt + T. Go to Home -> securitytesting...

How to intercept android app using zap proxy

This tutorial explains how to intercept android application using ZAP. First connect your android device and your system in a common Wi-Fi network. Then follow the below steps. 1. Generate SSL certificate from zap proxy First we need generate an SSL certificate from ZAP. Go to  Tools -> Options -> Dynamic SSL Certificates ->Generate Then save this certificate...