After mounting V*N, use burpsuite to capture the package

Problem Description

Sometimes when we are doing penetration testing, we find that the test website needs to be accessed through V*N, and then when you get the account password through V*N to connect to the intranet environment where the test target website is located for testing, we find that V is mounted *Unable to capture packets through burpsuite after N:

problem solved

The normal data flow is as follows:

Local network——>Browser——>burpsuit proxy——>Target website

After mounting V*N

V*N Network——>Browser——>Burpsuite——>V*N Network——>Target Website

So it is probably because the V*N network intercepted the request packet, so how to solve it? Use EW for local forwarding:

ew.exe -s ssocksd -l 9999

Then set up the proxy in burpsuite:

After visiting again, you can see that the communication data packet has been successfully captured:

 

 

Guess you like

Origin blog.csdn.net/Fly_hps/article/details/112951669