clarify screenshot on android scenario

GSoC/Meterpreter_Web_Console
Brent Cook 2018-03-25 07:29:39 -05:00
parent 5083150002
commit f662049b27
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Console::CommandDispatcher::Stdapi::Ui
else
print_error("No screenshot data was returned.")
if client.platform == 'android'
print_error("On Android this command can only capture the application's own framebuffer.")
print_error("With Android, the screenshot command can only capture the host application. If this payload is hosted in an app without a user interface (default behavior), it cannot take screenshots at all.")
end
end