We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289bae8 commit eddac55Copy full SHA for eddac55
modules/exploits/android/fileformat/adobe_reader_pdf_js_interface.rb
@@ -24,7 +24,7 @@ def initialize(info = {})
24
webview_addjavascriptinterface into a PDF to get a shell.
25
},
26
'License' => MSF_LICENSE,
27
- 'Author' => [
+ 'Author' => [
28
'Yorick Koster', # discoverer
29
'joev' # msf module
30
],
@@ -38,7 +38,7 @@ def initialize(info = {})
38
'DefaultOptions' => {
39
'PAYLOAD' => 'android/meterpreter/reverse_tcp'
40
41
- 'Targets' => [
+ 'Targets' => [
42
[ 'Android ARM', {
43
'Platform' => 'android',
44
'Arch' => ARCH_ARMLE
0 commit comments