Установка parrot security ос
Содержание:
Make your own mirror
You can set up a Parrot archive mirror on your server for personal or public usage by following the steps below.
Make sure to have enough free space
You can sync the entire repository or pick just the ISO images.
Make sure to have enough free space to host a mirror, and be ready for future upgrades as the archive size fluctuates.
The current archive size is available here archive.parrotsec.org/parrot/misc/archive-size.txt
Choose the upstream server
We handle several domains for repository syncing services, we suggest you use for automatic and failproof setups, but upstream settings can be adjusted in case of specific needs.
Feel free to contact the Parrot team if you have specific mirroring needs or bandwidth limitations. We can provide you dedicated upstream sources or professional support for your mirror.
Main Mirror Director:
rsync.parrot.sh
Global Zones (read the notes):
EMEA:
emea.rsync.parrot.sh
NCSA:
ncsa.rsync.parrot.sh
APAC:
apac.rsync.parrot.sh
Single archives may be unavailable or replaced form time to time.
is automatically balanced between all the available mirrors and will give you zero downtimes.
Download the archive
If you sync the entire archive with the below instructions, you do NOT need to synchronize the ISO archive.
ISO files are included by default!
rsync -Pahv --delete-after rsync://rsync.parrot.sh:/parrot /var/www/html/parrot
Configure a cronjob
launch the following command:
and add the following content to the crontab file:
Download the ISO archive only
Do not sync the ISO archive if you are already synchronizing the full archive with the above instructions.
ISO files are already provided with the instructions in the precedent paragraph.
use the following instructions if you want to sync only the ISO files.
Configure a cronjob
launch the following command:
and add the following content to the crontab file:
Expose your mirror via rsync
Your mirror can be exposed via rsync to allow other people to sync from you and to allow our mirror director to periodically scan your mirror and perform indexing and health checks.
Rsync exposure is mandatory to add your mirror to our official list.
The following instructions will set up rsync and expose the parrot archive in compliance with our standards on a debian/ubuntu server. Minor adjustments are required for other non-apt systems.
install rsync with:
edit /etc/rsyncd.conf with nano:
paste the following settings in the config file and save it:
comment = Parrot OS - full archive [rsync.parrot.sh/parrot]
path = /var/www/html/parrot/
hosts allow = *
#hosts deny = *
list=true
uid=www-data
gid=www-data
read only = yes
use chroot=yes
dont compress # for better performance
comment = Parrot OS - ISO files only [rsync.parrot.sh/parrot-iso]
path = /var/www/html/parrot/
exclude = pool dists
hosts allow = *
list=true
uid=www-data
gid=www-data
read only = yes
use chroot=yes
dont compress
Enable the rsync service:
Start the rsync service:
Using Parrot | Troubleshooting | Linux Beginner Guide | Home
Introduction
The Parrot Project not only delivers a ready-to-use system in the ISO format, but it also provides a vast amount of additional software that can be installed apart from the official parrot repository.
The Parrot repository is used to provide officially supported software, system updates and security fixes.
The mirrors network
The software in the parrot archive is delivered in form of deb packages, and these packages are served through a vast network of mirror servers that provide the same set of packages distributed all around the world for faster software delivery.
The Parrot system is configured to use the central parrot archive directors. The Parrot directors are special servers that collect all the requests of the end users and redirect them to the geographically nearest download server available for the user who made the request.
Security measures
The Parrot Mirror Network is secured by centralized digital signatures and the mirrors can’t inject fake updates.
If a evil mirror tries to inject a fake package, the parrot system will automatically refuse to download and install it, and will raise an alert message.
This security measure implemented in APT (the parrot/debian package manager) is very efficient and reliable because digital signatures are applied offline by the Parrot archive maintainer, and not by the mirror servers, ensuring direct and secure developer-to-user chain of trust.
Live Hacking OS
Live Hacking DVD — это дистрибутив Linux, наполненный инструментами и утилитами для взлома, тестирования проникновения и принятия контрмер. Основанный на Ubuntu, этот «Live DVD» запускается прямо с DVD-диска и не требует установки на вашем жестком диске. После загрузки вы можете использовать прилагаемые инструменты для проверки, взлома и выполнения тестов на проникновение в свою собственную сеть, чтобы обеспечить их защиту от внешних злоумышленников.
Дистрибутив имеет две формы для работы. Первая — это полный рабочий стол Linux, включая графический пользовательский интерфейс (GNOME) и приложения, такие как Firefox. Наряду со всем имеются инструменты и утилиты для перечисления DNS, разведки, взлома паролей и сетевого прослушивания. Для большей доступности есть меню Live Hacking, которое поможет вам быстро найти и запустить необходимые программы.
Второй вариант — это компакт-диск Live Hacking Mini CD, в котором работа происходит только в командной строке. Однако это не умаляет возможности используемых инструментов и утилит, поскольку в большинстве тестирующих программ и хакерских инструментах работа ведётся в командной строке. Входящий каталог /lh имеет символические ссылки на различные инструменты. Все это совершенно не требует высоких мощностей от оборудования.
Например, достаточно Pentium 3 или любого процессора класса Pentium 4 (или больше). Для настольной версии требуется 512 МБ памяти с рекомендованным 1 ГБ. Кроме того, для версии c командной строкой требуется только 128 МБ памяти.
Parrot Security OS в качестве платформы для программирования
Не стоит думать, что данный дистрибутив разработан только для тех, кому нужно контролировать безопасность их сетей и систем. В Parrot Security OS включено много программного обеспечения для программирования, включая различные среды разработки, интерпретаторы и компиляторы для самых популярных языков программирования.
Давайте рассмотрим список программного обеспечения для программирования.
- Arduino IDE;
- Atom;
- Ferret;
- Geany;
- GNU Emacs 24;
- GRC;
- Ipython;
- PyCrust;
- Qt Creator;
- Браузер датабаз SQLite;
- USBprog;
- XRCed.
Программистам понравится одна функция, которая упростит их работу. Кликнув правой кнопкой мыши по пустому месту на рабочем столе, потом нажав создать документ, вы увидите, что можно создать документ, который будет иметь расширение файла какого-либо языка программирования. Например, вы можете прямо на рабочем столе создать файл Programm.cpp.

Introduction
The Parrot Project not only delivers a ready-to-use system in the ISO format, but it also provides a vast amount of additional software that can be installed apart from the official parrot repository.
The Parrot repository is used to provide officially supported software, system updates and security fixes.
The mirrors network
The software in the parrot archive is delivered in form of deb packages, and these packages are served through a vast network of mirror servers that provide the same set of packages distributed all around the world for faster software delivery.
The Parrot system is configured to use the central parrot archive directors. The Parrot directors are special servers that collect all the requests of the end users and redirect them to the geographically nearest download server available for the user who made the request.
Security measures
The Parrot Mirror Network is secured by centralized digital signatures and the mirrors can’t inject fake updates.
If a evil mirror tries to inject a fake package, the parrot system will automatically refuse to download and install it, and will raise an alert message.
This security measure implemented in APT (the parrot/debian package manager) is very efficient and reliable because digital signatures are applied offline by the Parrot archive maintainer, and not by the mirror servers, ensuring direct and secure developer-to-user chain of trust.
Parrot OS Tools
There are multiple Tools in Parrot OS which are specially designed for Security Researchers and are related to penetration testing. A few of them are listed below, more can be found on the official website.
Tor
Tor, also known as The Onion Router, is a distributed network that anonymizes Internet browsing. It is designed in a way that the IP Address of the client using Tor is hidden from the server that the client is visiting. Also, the data and other details are hidden from the client’s Internet Service Provider (ISP). Tor network uses hops to encrypt the data between the client and the server. Tor network and Tor browser are pre-installed and configured in Parrot OS.
Onion Share is an open-source utility that can be used to share files of any size over the Tor network securely and anonymously. Onion Share then generates a long random URL that can be used by the recipient to download the file over the TOR network using TOR browser.
AnonSurf
Anonsurf is a utility that makes the operating system communication go over Tor or other anonymizing networks. According to Parrot, AnonSurf secures your web browser and anonymizes your IP.
Introduction
The Parrot Project not only delivers a ready-to-use system in the ISO format, but it also provides a vast amount of additional software that can be installed apart from the official parrot repository.
The Parrot repository is used to provide officially supported software, system updates and security fixes.
The mirrors network
The software in the parrot archive is delivered in form of deb packages, and these packages are served through a vast network of mirror servers that provide the same set of packages distributed all around the world for faster software delivery.
The Parrot system is configured to use the central parrot archive directors. The Parrot directors are special servers that collect all the requests of the end users and redirect them to the geographically nearest download server available for the user who made the request.
Security measures
The Parrot Mirror Network is secured by centralized digital signatures and the mirrors can’t inject fake updates.
If a evil mirror tries to inject a fake package, the parrot system will automatically refuse to download and install it, and will raise an alert message.
This security measure implemented in APT (the parrot/debian package manager) is very efficient and reliable because digital signatures are applied offline by the Parrot archive maintainer, and not by the mirror servers, ensuring direct and secure developer-to-user chain of trust.
CAINE
Caine — окружающая среда для помощи в анализе компьютера, создан как проект цифрового анализа и полностью сосредоточен на нем.
Caine поставляется с богатейшим набором средств, разработанных специально для оценки и анализа систем. Проект предлагает отличную среду, которая организована с целью интеграции существующих программных средств таких, как модульное ПО и удобный графический интерфейс. Основные задачи проекта, которые CAINE гарантирует: среда, которая поддерживает цифровой анализ в течение всех четырех фаз исследования, интуитивно понятный графический интерфейс, уникальные рабочие инструменты.

Editions
Parrot has multiple editions that are based upon Debian, with various desktop environments available.
Parrot Security
Parrot is intended to provide a suite of penetration testing tools to be used for attack mitigation, security research, forensics, and vulnerability assessment.
It is designed for penetration testing, vulnerability assessment and mitigation, computer forensics and anonymous web browsing.
Parrot Home
Parrot Home is the base edition of Parrot designed for daily use, and it targets regular users who need a «lightweight» system on their laptops or workstations.
Allegedly, the distribution is useful for daily work. Parrot Home also includes programs to chat privately with people, encrypt documents, or browse the internet anonymously. The system can also be used as a starting point to build a customized pentesting platform. Parrot Home uses Debian technology.