Skip to content

Commit

Permalink
Updated module
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ack0wl committed Jun 26, 2019
1 parent 7fd3a1f commit 7c64cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasploit_module/exploit.rb
Expand Up @@ -18,7 +18,7 @@ def initialize(info={})
Linux Mint's "ubuntu-system-adjustments" package. Invoking any one the URI handlers will call
the python script "/usr/local/bin/yelp" with the contents of the supplied URI handler as its argument.
The script will then search for the strings "gnome-help" or "ubuntu-help" and if doesn't find either
of them then it'll execute os.system ("/usr/bin/yelp %s" % args). User interaction is required to exploit
of them it'll then execute os.system ("/usr/bin/yelp %s" % args). User interaction is required to exploit
this vulnerability.
},
'License' => MSF_LICENSE,
Expand Down

0 comments on commit 7c64cc4

Please sign in to comment.