jm33-m0 / go-lpe

A collection of weaponized LPE exploits written in Go
GNU General Public License v3.0
50 stars 9 forks source link

tried running it, prints pkexec cmdline args and exits. #3

Closed theaog closed 1 year ago

theaog commented 1 year ago
package app

import (
    golpe "github.com/jm33-m0/go-lpe"
    "github.com/urfave/cli/v2"
)

var testCmd = &cli.Command{
    Name:   "test",
    Hidden: true,

    Action: func(c *cli.Context) error {
        return golpe.RunAll()
    },
}
2023/07/03 18:19:46 Trying CVE-2021-4034...
pkexec --version |
       --help |
       --disable-internal-agent |
       [--user username] PROGRAM [ARGUMENTS...]

See the pkexec manual page for more details.

will get the source and troubleshoot, just FYI that it doesn't work out of the box.

jm33-m0 commented 1 year ago

Just FYI, maybe you should troubleshoot before opening this issue.

jm33-m0 commented 1 year ago

Just FYI, educate yourself before educating me about how my tools works

2023-07-04_11-00

jm33-m0 commented 1 year ago

And don't forget to test if your target environment is indeed vulnerable before saying "it doesn't work out of the box", just FYI.