Skip to content

Commit f280e51

Browse files
committed
I forgot to move this require statement
1 parent 3493d25 commit f280e51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/http.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require 'rex/proto/http'
22
require 'metasploit/framework/login_scanner/base'
33
require 'metasploit/framework/login_scanner/rex_socket'
4-
require 'nokogiri'
54

65
module Metasploit
76
module Framework

lib/rex/proto/http/response.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: binary -*-
22
require 'uri'
33
require 'rex/proto/http'
4+
require 'nokogiri'
45

56
module Rex
67
module Proto

0 commit comments

Comments
 (0)