Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.8 KB

File metadata and controls

47 lines (28 loc) · 1.8 KB
Machinepwn-preview

Machinepwn the environment for pentesting without losing elegance

A configuration focused on minimalist and clean pentesting and ethical hacking the configuration is mainly focused on use in virtual machines, and essential things for minimal use of disk space and memory, without losing so much aesthetics.

What's new in the environment

If you want to see the latest changes and updates for this environment, you can visit the following changelog. There you will find out about all the changes made.

Environment overview

Hello dear user here is a preview of how the Machinepwn environment will look after installation.

Keyboard shortcuts

Under construction.

Installation

To install this environment, run the following commands below and read the warnings.

On Kali Linux\Debian based

# Download the installer in your home directory.
curl -LO https://usergh0st.github.io/Machinepwn/KaliInstaller.sh

# Give it execution permissions and run the installer.
chmod +x KaliInstaller.sh ; ./KaliInstaller.sh

Warning this installer only works with debian-based distributions such as parrot/kali/debian.

On Arch Linux\Manjaro

# Download the installer in your home directory.
curl -LO https://usergh0st.github.io/Machinepwn/ArchInstaller.sh

# Give it execution permissions and run the installer.
chmod +x ArchInstaller.sh ; ./ArchInstaller.sh

Warning this installer only works with arch-linux distributions such as arch/manjaro the arch Linux installer has not yet been launched, but it will be created in the future.