Skip to content

Commit 9ed9ea8

Browse files
committed
add event_dependent to northstar_c2
1 parent dd5a8c6 commit 9ed9ea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/http/northstar_c2_xss_to_agent_rce.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def initialize(info = {})
3131
'chebuya' # original PoC, analysis
3232
],
3333
'DefaultOptions' => {
34-
# 'WfsDelay' => 3_600, # 1hr
3534
'URIPATH' => '/' # avoid long URLs due to 20char limit in xss payloads
3635
},
3736
'References' => [
@@ -50,7 +49,7 @@ def initialize(info = {})
5049
'DefaultTarget' => 0,
5150
'Notes' => {
5251
'Stability' => [CRASH_SAFE],
53-
'Reliability' => [],
52+
'Reliability' => [EVENT_DEPENDENT],
5453
'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK]
5554
}
5655
)

0 commit comments

Comments
 (0)