HavocFramework / Havoc

The Havoc Framework.
GNU General Public License v3.0
6.3k stars 905 forks source link

Fail into local proxy recognition #490

Closed JBalanza closed 1 week ago

JBalanza commented 2 weeks ago

What happened?

I'm running the demon in an environment where a global proxy is set up via a configuration script (Proxy settings > Automatic Proxy setup > Use setup script).

I noticed that in this environment, the proxy awareness of the daemon is not working at all (the PR https://github.com/HavocFramework/Havoc/pull/348 seems not to successfully detect the settings here) and it performs the requests ignoring the proxy, which ends up into not being able to connect to the teamserver.

I'm running the latest main version.

Did You Try With the Dev Branch?

No (You only tried the main branch...)

Relevant log output

No response

Did You Read Over Your Issue First?

navaneeth-dev commented 1 week ago

Should be fixed by https://github.com/HavocFramework/Havoc/commit/9b8a104ba1f8b775c0cf9dd54bbddf7f6539ab2d .

Cracked5pider commented 1 week ago

thanks for the issue. i have been made aware of this a while ago and provided with a fix (as @navaneeth-dev has mentioned it it has been fixed in the 9b8a104ba1f8b775c0cf9dd54bbddf7f6539ab2d commit). Do you mind switching the branch to the dev branch and see if this fixes anything? Cheers <3

JBalanza commented 1 week ago

Thanks @Cracked5pider and @navaneeth-dev for the reply. I tested the dev branch on that environment and worked flawlessly 😄 thanks for the help.