Skip to content

Commit a4bc17e

Browse files
committed
deregister options needed for exploitation
1 parent 54e6763 commit a4bc17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/dhcp/bash_environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def initialize(info = {})
5151
'DisclosureDate' => 'Sep 24 2014'
5252
))
5353

54-
deregister_options('DOMAINNAME')
54+
deregister_options('DOMAINNAME', 'HOSTNAME', 'URL')
5555
end
5656

5757
def on_new_session(session)

0 commit comments

Comments
 (0)