Created
June 20, 2018 08:34
-
-
Save githubfoam/02ca208c374e0bef10e789b97de0fbb2 to your computer and use it in GitHub Desktop.
remnux cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build a REMnux system from scratch, use the Ubuntu 14.04 64-bit minimal ISO | |
| a virtual machine, allocate at least 1GB of RAM and 25GB disk | |
| the user named “remnux” with the password “malware” | |
| #command to install the REMnux distro | |
| wget --quiet -O - https://remnux.org/get-remnux.sh | sudo bash | |
| Isolate REMnux within your lab by configuring the virtual appliance to use a “host only” network. | |
| #After switching networks, run the renew-dhcp command in REMnux to refresh its network settings. | |
| renew-dhcp | |
| VirtalBox menu Devices > Insert guest additions CD image | |
| sudo mount /dev/sr0 /mnt/cdrom | |
| sudo /mnt/cdrom/VBoxLinuxAdditions.* | |
| $update REMnux after connecting your system to the Internet, simply run the | |
| update-remnux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment