Difference between revisions of "Remnux"

From ERPXE Wiki
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
 
| logo =  
 
| logo =  
| website = http://www.kleobackup.net/
+
| website = http://zeltser.com/remnux/
| wikipedia = http://en.wikipedia.org/wiki/Kleo_Bare_Metal_Backup
+
| wikipedia =  
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 1.0
+
| version = 3.0
 
| from_erpxe_version = 1.02
 
| from_erpxe_version = 1.02
 
| http = {{no}}
 
| http = {{no}}
Line 27: Line 27:
 
}}
 
}}
  
Kleo Bare Metal Backup for Servers is a free file system cloning program created by Carroll-Net Inc..
+
REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software.
  
Kleo creates an all inclusive backup of the operating system, device drivers and applications.
+
The distribution is based on Ubuntu and is maintained by Lenny Zeltser.
 
 
Kleo is bundled with a LiveCD which includes tools for server recovery.
 
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = cnsrk-102-XXX.tar.gz
+
| filename = remnux30-102-XXX.tar.gz
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
| product = Carroll - Net Server Recovery Kit 1.0
+
| product = Remnux 3.0
| producturl = http://www.carroll.net/index.php/downloads-kleo
+
| producturl = http://zeltser.com/remnux/
| productfile = cnsrk.iso
+
| productfile = remnux-public-3.0-live-cd.iso
| pluginname = Carroll - Net Server Recovery Kit
+
| pluginname = Remnux
 
}}
 
}}
  
Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
+
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
  
  cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/vmlinuz
+
  cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/remnux/vmlinuz
  cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ubuntumini/initrd.lz
+
  cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/remnux/initrd.gz
  cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/casper/
+
  cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/remnux/casper/
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}
 
[[Category:Plugins]]
 
[[Category:Plugins]]
[[Category:Linux Live]]
+
[[Category:Security Diagnostics]]
 +
[[Category:Supported from ERPXE 1.02]]

Latest revision as of 20:20, 7 June 2012

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

Remnux 3.0

http://zeltser.com/remnux/

Information

ERPXE Module

  • Name: - Remnux
  • Version: 3.0
  • Wikpedia Page:

Plugin type

Plugin type
Remnux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No Yes No Yes Yes

Plugin Requirments

Plugin Requirments
Remnux CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes Yes

Screen Shots

Special Information

REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software.

The distribution is based on Ubuntu and is maintained by Lenny Zeltser.

Linux Installation Instructions

Download remnux30-102-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract remnux30-102-XXX.tar.gz file:

tar -xvzf remnux30-102-XXX.tar.gz

Download Remnux 3.0 ISO Latest Version to /mnt/ :

http://zeltser.com/remnux/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/remnux-public-3.0-live-cd.iso /mnt/cdrom/

Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/remnux/vmlinuz
cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/remnux/initrd.gz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/remnux/casper/

Verify files with filelist.txt in each folder.

All Done!