You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:132: 20: [Correctable] Layout/SpaceAroundBlockParameters: Space before first block parameter detected.
C:132: 30: [Correctable] Layout/SpaceAroundBlockParameters: Space after last block parameter detected.
C:133: 5: [Correctable] Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
C:143: 4: [Correctable] Layout/TrailingEmptyLines: Final newline missing.
# Must register for clean up here instead of within touch_file, since touch_file is used in the check
137
-
register_file_for_cleanup(file_path)
136
+
# Must register for clean up here instead of within touch_file, since touch_file is used in the check
137
+
register_file_for_cleanup(file_path)
138
138
end
139
139
140
140
print_status('Depending on the PAN-OS version, it may take the telemetry service up to one hour to execute the payload')
141
141
print_status('Though exploitation of the arbitrary file creation vulnerability succeeded, command injection will fail if the default telemetry service has been disabled')
0 commit comments