Friday 20 June 2014

::: Malware Analysis Tutorials :::

Hello guys,

Here i'm sharing the link to download the "Malware Analysis Tutorial"

Credits: www.securityxploded.com

::: Burpsuite Settings To Intercept WebApp Request on VPN :::

Hello Readers,

If a application is hosted at client location and they are provided VPN access to test their web application, then you have to configure BurpSuite in order to intercept traffic.

Step 1: Go to [win]+R and then type cmd.
 
Step 2: Type java -Djava.net.preferIPV4Stack=true -jar <burp.jar>
Note: Make sure java is installed

Step 3:  Set the burp proxy in the proxy tab and as well as in the browser in which you want to intercept the traffic.

Step 4: Open the browser and type the IP which connects to VPN provided by the client and start using the application which is hosted at client location.

Step 5: Voila, Request will start capture in the Burpsuite.

Step 6: Play with it

Check this image





For more info : check this link

Please subscribe to my blog and get regular updates...

Thank You guys :)