Skip to content

Commit e1b0ba5

Browse files
committed
Removing 'require pry'
I accidentally left a reference to pry in my code. Removing
1 parent b8c2643 commit e1b0ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/jenkins_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This module requires Metasploit: http//metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
5-
require 'pry'
5+
66
require 'msf/core'
77
require 'metasploit/framework/credential_collection'
88
require 'metasploit/framework/login_scanner/jenkins'

0 commit comments

Comments
 (0)