Skip to content

Commit

Permalink
add event_dependent to northstar_c2
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 24, 2024
1 parent dd5a8c6 commit 9ed9ea8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def initialize(info = {})
'chebuya' # original PoC, analysis
],
'DefaultOptions' => {
# 'WfsDelay' => 3_600, # 1hr
'URIPATH' => '/' # avoid long URLs due to 20char limit in xss payloads
},
'References' => [
Expand All @@ -50,7 +49,7 @@ def initialize(info = {})
'DefaultTarget' => 0,
'Notes' => {
'Stability' => [CRASH_SAFE],
'Reliability' => [],
'Reliability' => [EVENT_DEPENDENT],
'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK]
}
)
Expand Down

0 comments on commit 9ed9ea8

Please sign in to comment.