Search found 1109 matches
- Tue Jun 28, 2022 1:23 pm
- Forum: News and announcements
- Topic: Update on Unimus security - 2022 edition
- Replies: 0
- Views: 86
Update on Unimus security - 2022 edition
Last year we wrote our first report on the security of Unimus codebase and releases. We have been putting a lot of focus on security in Unimus over the last year, and today we published a new "state of Unimus security" report on our blog summarizing the work done on security and introducin...
- Wed Jun 15, 2022 3:44 pm
- Forum: News and announcements
- Topic: Unimus 2.2.3 & Unimus Core 2.2.3 release
- Replies: 0
- Views: 470
Unimus 2.2.3 & Unimus Core 2.2.3 release
Unimus & Core version 2.2.3 are being released today! This is a minor feature release with heavy focus on security and bug fixing. This release fixes a single major security issue discovered in a recent Unimus penetration test. The pentest report will be posted publicly on https://blog.unimus.ne...
- Wed Jun 15, 2022 2:58 pm
- Forum: Feature requests
- Topic: [Implemented] Support for Opengear IM7200
- Replies: 1
- Views: 1620
Re: [Implemented] Support for Opengear IM7200
Just a small update that support for Opengear is now available starting with Unimus 2.2.3.
- Tue Jun 14, 2022 2:26 pm
- Forum: Feature requests
- Topic: Upgrade, Automation, & Compliance Features
- Replies: 1
- Views: 72
Re: Upgrade, Automation, & Compliance Features
In planning some more complex operations in Mass Config Pushes we've run into scenarios where having an option to ignore failed command inputs would be very helpful. Currently any failed command will cause the script to fail or at least show invalid command in the device output where sometimes a sc...
- Wed Jun 08, 2022 1:35 pm
- Forum: Automation
- Topic: Automating MikroTik RouterOS updates
- Replies: 20
- Views: 16436
Re: Automating MikroTik RouterOS updates
The problem is definitly with the: :set PkgVer \"\$[/system package get system version]\"\r\n How I can correctly escape $ here in Unimus 2.2.2? Using %24 is not working :( Adding an additional "\" should work. Alternatively, update to 2.2.3-Beta3 and it should work without any ...
- Wed Jun 08, 2022 12:54 pm
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
- Replies: 14
- Views: 2567
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Ah, I was under impression (due to your earlier reply that I quoted), that Unimus sent "monitor stop". I am currently running 2.2.0-Beta3. I will find a device where I can reproduce the error and send you the logs. Actually you are right - I just checked our JunOS driver and we currently ...
- Wed Jun 08, 2022 12:52 pm
- Forum: Automation
- Topic: Automating MikroTik RouterOS updates
- Replies: 20
- Views: 16436
Re: Automating MikroTik RouterOS updates
As another note, I would also recommend testing with 2.2.3-Beta3. We fixed an edge-case where the "$" would need to be escaped even when it was not a part of an Unimus variable - which could break Tik scripts in specific scenarios. You might be running into that issue.
- Wed Jun 08, 2022 12:37 pm
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
- Replies: 14
- Views: 2567
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Hi Tomas, I have tried logging in to a device that routinely fails backup due to terminal syslog output (as confirmed by debug logs). It seems that the "monitor stop" command stops any actively started log monitoring, but ESC-q pauses all terminal syslog output. A lot of our devices have ...
- Tue Jun 07, 2022 12:48 pm
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
- Replies: 14
- Views: 2567
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Hi again, Thank for the quick reply, nice to know it's being worked on! Edit: please see later post for updates As a small update - the "ESC+Q" handling is currently implemented. Could you please test if that doesn't stop logging on your device (just log in to the device manually and sent...
- Wed May 25, 2022 8:27 pm
- Forum: Feature requests
- Topic: MSSQL
- Replies: 1
- Views: 120
Re: MSSQL
Hi, Sadly this comes out to development resources (time) limitations. Due to massive amount of time spent on performance improvements, heavy focus on security, the new APIv3 and the new SSH client library (which was quite necessary since the lack of newer crypto algos in our old one was really start...