Skip to content

Commit 36fff14

Browse files
committed
fix a comment typo
1 parent f16f7bf commit 36fff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/sharepoint_toolpane_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def self.generate(nested_gadget_b64)
169169
name_c = Rex::Text.rand_text_alpha_lower(8..16)
170170

171171
# The msdata:DataType attribute below is CVE-2025-49704, and allows bypassing a filter list so we can instantiate
172-
# LosFormatter and ObjectDataProvider in the diffgr:diffgram XML document below, allowing us to kcik off a second
172+
# LosFormatter and ObjectDataProvider in the diffgr:diffgram XML document below, allowing us to kick off a second
173173
# stage deserialization gadget (which will be a TypeConfuseDelegate + LosFormatter gadget chain).
174174
schema = <<~EOF
175175
<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="#{name_a}">

0 commit comments

Comments
 (0)