-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Add an Auto
option to live_compile
#19462
Conversation
781c3d1
to
f0a720e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the #live_compile?
method needs to be updated to check if the COMPILER option is Auto or one of the explicit options.
Right now, I'm getting this exception and the compiler isn't selected.
msf6 exploit(linux/local/af_packet_chocobo_root_priv_esc) > run
[*] Started reverse TCP handler on 192.168.250.134:4444
[!] AutoCheck is disabled, proceeding with exploitation
[-] Exploit aborted due to failure: bad-config: Auto is not installed. Set COMPILE False to upload a pre-compiled executable.
[*] Exploit completed, but no session was created.
msf6 exploit(linux/local/af_packet_chocobo_root_priv_esc) >
f0a720e
to
31d95cb
Compare
Co-authored-by: zeroSteiner
31d95cb
to
38972a7
Compare
Release NotesThis adds an |
As suggested by @zeroSteiner