Skip to content

Commit 5a2eb29

Browse files
committed
remove unused generate_small_uri
1 parent 4da6145 commit 5a2eb29

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/msf/core/payload/java/reverse_http.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ def generate_uri(opts={})
5454
generate_uri_uuid_mode(:init_java, uri_req_len)
5555
end
5656

57-
#
58-
# Generate the URI for the initial stager
59-
#
60-
def generate_small_uri
61-
generate_uri_uuid_mode(:init_java, 5)
62-
end
63-
6457
#
6558
# Generate configuration that is to be included in the stager.
6659
#

0 commit comments

Comments
 (0)