We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can see when running winpwn.ps1 that the proxy i have isnt being detected although it is in place.
Searching for network proxy... No proxy detected, continuing... Straight after the 'True' Statement from the amsi bypass i get:
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (407) Proxy Authentication Required."
I can confirm I have a proxy in place.
The text was updated successfully, but these errors were encountered:
I can confirm by adding in my current credentials manually and get a 200 response.
$Wcl=New-Object System.Net.WebClient $Creds=Get-Credential $Wcl.Proxy.Credentials=$Creds Invoke-WebRequest http://www.google.co.uk
StatusCode : 200 StatusDescription : OK
Sorry, something went wrong.
Is the environment using PAC files for proxy distribution? You should be able to look this up in the IE config for example.
I never had the time so far to implement PAC-file support/parsing.
Greetings
Yes I can confirm the setup uses a PAC.
S3cur3Th1sSh1t
No branches or pull requests
I can see when running winpwn.ps1 that the proxy i have isnt being detected although it is in place.
Searching for network proxy...
No proxy detected, continuing...
Straight after the 'True' Statement from the amsi bypass i get:
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (407) Proxy Authentication
Required."
I can confirm I have a proxy in place.
The text was updated successfully, but these errors were encountered: