We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5a8c6 commit 9ed9ea8Copy full SHA for 9ed9ea8
modules/exploits/windows/http/northstar_c2_xss_to_agent_rce.rb
@@ -31,7 +31,6 @@ def initialize(info = {})
31
'chebuya' # original PoC, analysis
32
],
33
'DefaultOptions' => {
34
- # 'WfsDelay' => 3_600, # 1hr
35
'URIPATH' => '/' # avoid long URLs due to 20char limit in xss payloads
36
},
37
'References' => [
@@ -50,7 +49,7 @@ def initialize(info = {})
50
49
'DefaultTarget' => 0,
51
'Notes' => {
52
'Stability' => [CRASH_SAFE],
53
- 'Reliability' => [],
+ 'Reliability' => [EVENT_DEPENDENT],
54
'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK]
55
}
56
)
0 commit comments