()
| 20201 | addConsoleMessage('Automated attacks remain disabled.', 'warning'); |
| 20202 | showNotification('Automated attacks remain disabled.', 'info'); |
| 20203 | return; |
| 20204 | } |
| 20205 | showNotification('Automated attacks are enabled. Ensure you are authorized before proceeding.', 'warning'); |
| 20206 | addConsoleMessage('Automated attacks enabled. Ragnar will launch offensive actions on discovered hosts.', 'warning'); |
| 20207 | } else { |
| 20208 | addConsoleMessage('Automated attacks disabled.', 'info'); |
no test coverage detected