Skip to content

Commit

Permalink
Add ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Aug 24, 2013
1 parent 3ce23ff commit b13d357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/exploits/osx/local/sudo_password_bypass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
require 'shellwords'

class Metasploit3 < Msf::Exploit::Local

# ManualRanking because it's going to modify system time
# Even when it will try to restore things, user should use
# it at his own risk
Rank = NormalRanking

include Msf::Post::Common
include Msf::Post::File
include Msf::Exploit::EXE
Expand Down

0 comments on commit b13d357

Please sign in to comment.