We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replication steps:
load extapi
clipboard_get_data
msf6 post(test/extapi) > sessions -i -1 [*] Starting interaction with 3... meterpreter > load extapi Loading extension extapi...Success. meterpreter > clipboard_get_data [*] 127.0.0.1 - Meterpreter session 3 closed. Reason: Died
The payload crashes:
$ ./shell --debug 3 ... [07-26-2023 10:46:34.856s] [tlv.c:566] processing command: 10 id: '74369621985230545653190084014876' [07-26-2023 10:46:36.385s] [tlv.c:525] handler for 3002: 0x7fbce3f048e0 [07-26-2023 10:46:36.385s] [tlv.c:566] processing command: 3002 id: '81252928395475597528162220029690' [1] 10924 segmentation fault ./shell --debug 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Replication steps:
load extapi
in the active sessionclipboard_get_data
commandThe payload crashes:
The text was updated successfully, but these errors were encountered: