This template is a bit outdated, but it does contain some prebuilt logic that will help you understand how things work. It hasn't been adapted for english, so all the resources are jumbled together, and they're generally poorly named. I don't have time to look for a new template right now
How to determine if a proxy is working once it has been configured.
-
I have already configured the browser's proxy settings; however, I need to log the current IP address before the threads begin execution. I noticed that when the proxy is set, an HTTP request is initiated to retrieve the IP address; how can I capture the returned result and output it to the log?
Thank you for your assistance.
-
acction set var
_PROXY["ip"] -
@Roy-Mustang Thank you for your reply. I don't understand.