Skip to content

Commit e45bf5c

Browse files
committed
Remove the URI patcher now that it's not used at all
1 parent c2dc467 commit e45bf5c

File tree

4 files changed

+0
-172
lines changed

4 files changed

+0
-172
lines changed

lib/msf/core/handler/reverse_http.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: binary -*-
22
require 'rex/io/stream_abstraction'
33
require 'rex/sync/ref'
4-
require 'rex/payloads/meterpreter/patch'
54
require 'rex/payloads/meterpreter/uri_checksum'
65
require 'rex/post/meterpreter/packet'
76
require 'rex/parser/x509_certificate'

lib/rex/payloads/meterpreter.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/rex/payloads/meterpreter/patch.rb

Lines changed: 0 additions & 166 deletions
This file was deleted.

lib/rex/post/meterpreter/client_core.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
# argument for moving the meterpreter client into the Msf namespace.
99
require 'msf/core/payload/windows'
1010

11-
# Provides methods to patch options into the metsrv stager.
12-
require 'rex/payloads/meterpreter/patch'
13-
1411
# URI uuid and checksum stuff
1512
require 'msf/core/payload/uuid'
1613
require 'rex/payloads/meterpreter/uri_checksum'

0 commit comments

Comments
 (0)