anther typo

This commit is contained in:
sfewer-r7 2024-03-13 09:14:23 +00:00
parent b9e82375c1
commit df2c94f873
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class MetasploitModule < Msf::Exploit::Remote
# We start the payload in a new thread via some Spring Expression Language (SpEL).
bootstrap_spel = "\#{ new java.lang.Thread(#{payload_bean_id}).start() }"
# NOTE: We place bootstrap_spel in a separate bean, as it this generates an exception the plugin will fail
# NOTE: We place bootstrap_spel in a separate bean, as if this generates an exception the plugin will fail
# to load correctly, which prevents the exploit from deleting the plugin later. We choose java.beans.Encoder
# as the setExceptionListener method will accept the null value the bootstrap_spel will generate. If we
# choose a property that does not exist, we generate several exceptions in the teamcity-server.log.