File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/exploits/windows/http Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def self.generate(nested_gadget_b64)
169
169
name_c = Rex ::Text . rand_text_alpha_lower ( 8 ..16 )
170
170
171
171
# 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
173
173
# stage deserialization gadget (which will be a TypeConfuseDelegate + LosFormatter gadget chain).
174
174
schema = <<~EOF
175
175
<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="#{ name_a } ">
You can’t perform that action at this time.
0 commit comments