Skip to content

Commit

Permalink
add event_dependent to chaos_xss
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 24, 2024
1 parent 512da4b commit 7f02902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/chaos_rat_xss_to_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def initialize(info = {})
'DefaultTarget' => 0,
'Notes' => {
'Stability' => [CRASH_SAFE],
'Reliability' => [],
'Reliability' => [EVENT_DEPENDENT, REPEATABLE_SESSION],
'SideEffects' => [ARTIFACTS_ON_DISK]
}
)
Expand Down

0 comments on commit 7f02902

Please sign in to comment.