analyserdmz / Pygeon

A cheap alternative to Evilginx. A wanna-be reverse proxy for red-teaming operations and pentests.
GNU General Public License v3.0
3 stars 0 forks source link

[BUG] Office365 it doesnt work and it keep reloading with no stop #1

Open TigSZar opened 6 months ago

TigSZar commented 6 months ago

Environment Information

Description

I replaced FINAL_ENDPOINT https://login.live.com in the code with login.microsoftonline.com and i also have changed URL_REPLACEMENT_REGEX with r'https://(login\.)?microsoftonline\.com'

When i try to reach https://127.0.0.1:8887

It keep saying redirecting and it keep reloading with no stop and no page showing

Expected Behavior

I expect office page to show off

Actual Behavior

It saying

BSSO Telemetry: {"result":"Error","error":"NoExtension","type":"ChromeSsoTelemetry","data":{},"traces":["BrowserSSO Initialized","Creating ChromeBrowserCore provider","Sending message for method CreateProviderAsync","Received message for method CreateProviderAsync","Error: ChromeBrowserCore error NoExtension: Extension is not installed."]}

In the console of 127.0.0.1:8887 in the browser

Screenshots

image