2 Comments for this entry
1 Trackback or Pingback for this entry
-
Redirecting OpenVPN traffic to Burp Suite - Ringing Liberty
July 29th, 2018 on 1:00 pm[…] guides in making a transparent proxy required a PPTP VPN, which is no longer supported by iOS 10 and above. I tried making an OpenVPN […]
April 28th, 2014 on 11:00 am
Thanks. Helped me indirectly
September 23rd, 2014 on 9:33 am
Little error in the script (i’m running Kali linux – 3.14.5)
Line 7 :
IP=$(ifconfig $INT |grep “inet addr:”|cut -d”:” -f2|cut -d” ” -f1)
ifconfig return “adr:”, not “addr:”
So :
IP=$(ifconfig $INT |grep “inet adr:”|cut -d”:” -f2|cut -d” ” -f1)
Thanks for this post.
Regards