Skip to content
New issue

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

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

Closed
theaog opened this issue Jul 3, 2023 · 3 comments
Closed

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

theaog opened this issue Jul 3, 2023 · 3 comments
Labels
invalid This doesn't seem right

Comments

@theaog
Copy link

theaog commented Jul 3, 2023

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
Copy link
Owner

jm33-m0 commented Jul 4, 2023 via email

@jm33-m0
Copy link
Owner

jm33-m0 commented Jul 4, 2023

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

2023-07-04_11-00

@jm33-m0 jm33-m0 added the invalid This doesn't seem right label Jul 4, 2023
@jm33-m0 jm33-m0 closed this as completed Jul 4, 2023
@jm33-m0
Copy link
Owner

jm33-m0 commented Jul 4, 2023

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.

Repository owner locked as off-topic and limited conversation to collaborators Jul 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants