“Parrot安装”的版本间的差异
小 (导入1个版本) |
|||
(未显示同一用户的3个中间版本) | |||
第11行: | 第11行: | ||
更好的办法是直接国内镜像 | 更好的办法是直接国内镜像 | ||
+ | Parrot Security on 2020 | ||
+ | https://mirrors.tuna.tsinghua.edu.cn/parrot/iso/4.8/Parrot-kde-home-4.8_x64.iso | ||
+ | |||
http://mirrors.ustc.edu.cn/parrot/iso/ | http://mirrors.ustc.edu.cn/parrot/iso/ | ||
第40行: | 第43行: | ||
https://parrotsec-cn.org/ | https://parrotsec-cn.org/ | ||
+ | https://parrotsec-cn.org/t/topic/621 | ||
[https://kamisec.github.io/2017/12/Parrot%E5%AE%89%E8%A3%85%E5%90%8E%E7%9A%84%E9%85%8D%E7%BD%AE/ Parrot安装后的配置] | [https://kamisec.github.io/2017/12/Parrot%E5%AE%89%E8%A3%85%E5%90%8E%E7%9A%84%E9%85%8D%E7%BD%AE/ Parrot安装后的配置] | ||
[https://blog.csdn.net/nuaa_llf/article/details/82953033 双系统win+parrot security安装过程] | [https://blog.csdn.net/nuaa_llf/article/details/82953033 双系统win+parrot security安装过程] | ||
+ | [https://www.fujieace.com/parrot-security/os.html 渗透测试系统:Parrot Security(鹦鹉安全)下载、安装、使用] | ||
+ | [https://www.freebuf.com/articles/system/140195.html 更适合作为主系统使用的Parrot Security简介 ] | ||
[[category:kali]] | [[category:kali]] |
2020年4月1日 (三) 06:03的最新版本
intro
Parrot Security OS 是面向安全的操作系统,它被设计为用于渗透测试、计算机取证、反向工程、攻击、云计算渗透测试、隐私/匿名、密码等场合。该发行基于 Debian,其特色在于MATE桌面环境,并由 Frozenbox network 开发。
Parrot 采用 Kali 的软件库来更新大部分工具,不过也有提供其自己的定制软件的软件库。这也是为何它不只是一个简单的 Kali 修改版,而是一个建立在 Kali 工具库之上的新系统,因此,它引入了许多新功能和不同的开发选择。
Parrot 使用 MATE 作为桌面环境,这是一个轻量级的、高效的 Gnome 2 家族的衍生品。还有来自 FrozenBox 的高度定制的迷人的图标、特制的主题和墙纸。系统外观是由该社区的成员以及关注该项目进展的 Frozenbox Network 的成员建议并设计的。
ios
https://www.parrotsec.org/index.php -->Download-->Security-->
更好的办法是直接国内镜像
Parrot Security on 2020
https://mirrors.tuna.tsinghua.edu.cn/parrot/iso/4.8/Parrot-kde-home-4.8_x64.iso
http://mirrors.ustc.edu.cn/parrot/iso/
https://mirrors.tuna.tsinghua.edu.cn/parrot/iso/ --> Live+Installer ISO 最终iso 如下 https://mirrors.ustc.edu.cn/parrot/iso/4.7/Parrot-security-4.7_amd64.iso
usage
位置:/etc/apt/sources.list.d/parrot.list 国内源 deb https://mirrors.tuna.tsinghua.edu.cn/parrot/ parrot main contrib non-free 更换过程: #备份源 cp /etc/apt/sources.list.d/parrot.list /etc/apt/sources.list.d/parrot.list.bak vi /etc/apt/sources.list.d/parrot.list #删除所有内容输入以下源 deb https://mirrors.tuna.tsinghua.edu.cn/parrot/ parrot main contrib non-free #更新操作系统 sudo apt-get update sudo apt-get upgrade 选择老模式安装启动项 提示为force to install uefi boot之类的话,这里选择为NO。即不要以uefi模式安装,因为之前电脑里都没有efi分区,如果你的电脑也没有这一分区,就用老模式安装。当按提示完成分区后,即开始安装。但在结束后会出现第3个坑。
see also
https://parrotsec-cn.org/t/topic/621 Parrot安装后的配置
渗透测试系统:Parrot Security(鹦鹉安全)下载、安装、使用 更适合作为主系统使用的Parrot Security简介