TVT618

Parrot Security OS 4.0 Release

May 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. Parrot Security OS 4.0 Release
  2.  
  3. Parrot 4.0 is now available for download.
  4.  
  5. The development process of this version required a lot of time, and many important updates make this release an important milestone in the history of our project.
  6. This release includes all the updated packages and bug fixes released since the last version (3.11), and it marks the end of the development and testing process of many new features experimented in the previous releases since Parrot 3.9.
  7.  
  8. Experimental Netinstall Images
  9. Netinstall images are a powerful tool to install only the bare core of the system or just the software components you really need, you can even use them to install another desktop environment and to build your own system exactly as you want.
  10.  
  11. On Parrot 4.0 we decided to provide netinstall images too as we would like people to use Parrot not only as a pentest distribution, but also as a framework to build their very own working environment with ease.
  12.  
  13. Developer Team of Parrot Project consider this installation method as experimental because sometimes the installer fails when using https mirrors (using http mirrors work fine), and because it is harder to debug issues on uncommon package combinations, but Developer Team are going to keep these variables in consideration in the future.
  14.  
  15. Docker images
  16. Dev Team of Parrot Project are glad to announce the official release of our Docker templates.
  17. Docker is a powerful container technology that allows our users to quickly download a Parrot template and immediately spawn unlimited and completely isolated Parrot instances on top of any host OS.
  18.  
  19. Parrot on Docker gives you access to all the Parrot containers you need on top of Windows, Mac OS, or any other system supported by docker, no matter if it is just your laptop or a whole docker cluster running on an entire datacenter. You will always have access to all the parrot tools in all the isolated environments you need.
  20.  
  21. Developer Team also offer different Docker images: a core container with only the bare system, a more complete environment with a lot of useful tools, and a container dedicated to the metasploit environment. But you are free to download our Dockerfiles, customize them and build your very own Docker templates with just the tools you need, or you can download the core template and install additional tools into it.
  22.  
  23. Linux Kernel upgrade to 4.16
  24. The introduction of the new Linux 4.16 kernel is a very important step forward for the distro, as newer kernels always introduce many important new features, broader hardware support and important bugfixes.
  25. The previous Parrot 3.11 release used Linux 4.14, which included basic Spectre and Meltdown fixes, while the true effective patches are included since Linux 4.15.
  26. The 4.16 version includes other important updates, including AMD GPUs multi-display fixes, optimized in-kernel filesystem operations and so on.
  27.  
  28. Sandbox
  29. The Parrot system is known to be secure and sandboxed thanks to its custom firejail profiles with the underlying apparmor support. Parrot Security OS 4.0 is the final result of months of testing on this field, and now the sandboxed applications are stable and reliable.
  30.  
  31. MATE Desktop 1.20
  32. The MATE Desktop Environment was updated to its 1.20 release, with many graphic bugfixes and new features, like HiDPI support, or the ability to auto-resize windows by dragging them to the corner of the screen and divide them in new layouts.
  33.  
  34. Nginx
  35. Apache2 is the most famous web server out there, but it is heavy and complex to configure and maintain.
  36. Nginx is its most powerful alternative, it is very light weight and easy to use, and it is famous to be not only a fast and secure web server, but also a powerful proxy, cacher, load-balancer and general purpose forwarder. And its configuration syntax is very easy to use.
  37. For this reason we decided to include nginx as our new default web server daemon, while apache2 will be available in the repository, or pre-installed as a dependency of some security tools that rely on it.
  38.  
  39. LibreOffice 6
  40. Libreoffice 6 is now included by default in Parrot 4.0, with better documents support, memory efficiency and stability.
  41. Read the LibreOffice 6 release notes
  42.  
  43. Firefox Quantum 60
  44. Firefox, probably the most delicate and critical component of the OS is now updated to the latest 60 release.
  45.  
  46. MD Raid Support
  47. Parrot 4.0 now includes MD Raid support by default.
  48. It was a great lack in the previous versions, because parrot is also meant to be used for forensics analysis, and to be able to open software Raids can be crucial while reading disks in a server environment.
  49. Of course the introduction of mdadm as a pre-installed tool also mean that parrot can be installed in a software Raid for better reliability.
  50.  
  51. How to upgrade to 4.0
  52. Open a terminal window and type the following commands:
  53. sudo apt update
  54. sudo apt purge tomoyo-tools
  55. sudo apt full-upgrade && sudo apt autoremove
  56.  
  57. Read full list of Updated Packages here: https://archive1.parrotsec.org/parrot/iso/4.0.1/updated-packages.txt
  58.  
  59. From ParrotSec: https://blog.parrotsec.org/parrot-4-0-release-notes/
Add Comment
Please, Sign In to add comment