-
Regarding func findChromeExecutablePath(session *clientpb.Session, ctx *grumble.Context, con *console.SliverConsoleClient) (string, error) {
switch session.GetOS() {
case "windows":
chromePaths := []string{
"[DRIVE]:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"[DRIVE]:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"[DRIVE]:\\Users\\[USERNAME]\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe",
"[DRIVE]:\\Program Files (x86)\\Google\\Application\\chrome.exe",
// addtl chromium browsers
"[DRIVE]:\\Program Files (x86)\\Microsoft\\Edge\\Application\msedge.exe",
"[DRIVE]:\\Users\[USERNAME]\\AppData\\Local\\Microsoft\\Edge\\Application\msedge.exe",
} |
Beta Was this translation helpful? Give feedback.
Answered by
moloch--
Sep 2, 2022
Replies: 1 comment 2 replies
-
We're planning to expand to Chromium and Edge, for now its just Chrome (and some Electron apps) though out of the box. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
0xv1n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're planning to expand to Chromium and Edge, for now its just Chrome (and some Electron apps) though out of the box.