Difference between revisions of "Pentoo"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Gentoo_Linux_logo_matte.svg/100px-Gentoo_Linux_logo_matte.svg.png |
| website = http://www.pentoo.ch/ | | website = http://www.pentoo.ch/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Pentoo | | wikipedia = http://en.wikipedia.org/wiki/Pentoo | ||
Line 11: | Line 11: | ||
| internet = {{no}} | | internet = {{no}} | ||
| linux = {{yes}} | | linux = {{yes}} | ||
− | | windows = {{ | + | | windows = {{yes}} |
| antivirus = {{no}} | | antivirus = {{no}} | ||
| deployment = {{no}} | | deployment = {{no}} | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Pentoo.png/250px-Pentoo.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Pentoo.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 46: | Line 46: | ||
− | ''DO NOT REPLACE PENTOO.IGZ'' - We have included a fix in the init script to make PXE-NFS booting possible. | + | '''DO NOT REPLACE PENTOO.IGZ''' - We have included a fix in the init script to make PXE-NFS booting possible. |
Line 64: | Line 64: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
+ | [[Category:Security Diagnostics]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:59, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Pentoo 2009 http://www.pentoo.ch/ |
---|
Contents
Information
ERPXE Module
- Name: - Pentoo
- Version: 2009
- Official website: http://www.pentoo.ch/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Pentoo
- Download: http://www.erpxe.com/downloads
Plugin type
Pentoo | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
Pentoo | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Pentoo is a Live CD and Live USB designed for penetration testing and security assessment.
Based on Gentoo Linux, Pentoo is provided both as 32 and 64 bit livecd.
It features packet injection patched wifi drivers, GPGPU cracking software, and lots of tools for penetration testing and security assessment.
The Pentoo kernel includes grsecurity and PAX hardening and extra patches - with binaries compiled from a hardened toolchain with the latest nightly versions of some tools available.
Linux Installation Instructions
Download pentoo2009-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract pentoo2009-ARCH-XXX.tar.gz file:
tar -xvzf pentoo2009-ARCH-XXX.tar.gz
Download Pentoo 2009 ISO Latest Version to /mnt/ :
http://www.pentoo.ch/download/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/pentoo-ARCH-2009.0.iso /mnt/cdrom/
DO NOT REPLACE PENTOO.IGZ - We have included a fix in the init script to make PXE-NFS booting possible.
Pentoo x86: Copy pentoo , image.squashfs , modules folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/pentoo /tftpboot/er/plugins/pentoo/i386/pentoo cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/pentoo/i386/image.squashfs cp /mnt/cdrom/modules/* /tftpboot/er/shares/pentoo/i386/modules/
Pentoo x64: Copy pentoo , image.squashfs , modules folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/pentoo /tftpboot/er/plugins/pentoo/x86_64/pentoo cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/pentoo/x86_64/image.squashfs cp /mnt/cdrom/modules/* /tftpboot/er/shares/pentoo/x86_64/modules/
Verify files with filelist.txt in each folder.
All Done!