lib/ronin/exploits/impact.rb in ronin-exploits-0.1.0 vs lib/ronin/exploits/impact.rb in ronin-exploits-0.1.1

- old
+ new

@@ -19,11 +19,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #++ # -require 'ronin/vulnerability/behavior' +require 'ronin/vuln/behavior' require 'ronin/exploits/exploit' require 'ronin/model' module Ronin @@ -31,10 +31,10 @@ class Impact include Model # The behavior which the impact allows - belongs_to :behavior, :class_name => 'Vulnerability::Behavior' + belongs_to :behavior, :class_name => 'Vuln::Behavior' # The exploit which facilitates the impact belongs_to :exploit # Validates