Skip to content

Commit 7f02902

Browse files
committed
add event_dependent to chaos_xss
1 parent 512da4b commit 7f02902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/chaos_rat_xss_to_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def initialize(info = {})
6464
'DefaultTarget' => 0,
6565
'Notes' => {
6666
'Stability' => [CRASH_SAFE],
67-
'Reliability' => [],
67+
'Reliability' => [EVENT_DEPENDENT, REPEATABLE_SESSION],
6868
'SideEffects' => [ARTIFACTS_ON_DISK]
6969
}
7070
)

0 commit comments

Comments
 (0)