Difference between revisions of "WebConverger"

From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://webconverger.com/ | wikipedia = http://en.wikipedia.org/wiki/Webconverger | license = [http://en.wikipedia.org/wiki/Gpl GNU General Publi...")
 
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
 
| logo =  
 
| logo =  
| website = http://webconverger.com/
+
| website = http://zeltser.com/remnux/
| wikipedia = http://en.wikipedia.org/wiki/Webconverger
+
| wikipedia =  
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 12.2
+
| version = 3.0
 
| from_erpxe_version = 1.02
 
| from_erpxe_version = 1.02
 
| http = {{no}}
 
| http = {{no}}
Line 19: Line 19:
 
| recovery = {{yes}}
 
| recovery = {{yes}}
 
| requireIP = true
 
| requireIP = true
| image1 = http://upload.wikimedia.org/wikipedia/en/thumb/1/1f/Webconverger9screenshot.png/300px-Webconverger9screenshot.png
+
| image1 =  
| image1url = http://en.wikipedia.org/wiki/File:Webconverger9screenshot.png
+
| image1url =  
 
| image2 =  
 
| image2 =  
 
| image2url =  
 
| image2url =  
Line 27: Line 27:
 
}}
 
}}
  
Webconverger is a Linux-based operating system designed by Kai Hendry to be used solely for accessing web applications, first released in 2007.
+
REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software.
  
It is based on the Debian distro and is live, being able to boot from various media like a CD-ROM and a USB flash drive, and can be installed on a local hard drive.
+
The distribution is based on Ubuntu and is maintained by Lenny Zeltser.
 
 
Webconverger is an open source project and has its own public git repository.
 
 
 
Webconverger is pre-compiled to run on any x86 hardware so far.
 
 
 
It does not have high system requirements and will also run on older machines.
 
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = webconverger122-XXX.tar.gz
+
| filename = remnux30-XXX.tar.gz
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
| product = Webconverger 12.2
+
| product = RENmux 3.0
 
| producturl = http://download.webconverger.com/
 
| producturl = http://download.webconverger.com/
| productfile = webc-12.2.iso
+
| productfile = remnux-public-3.0-live-cd.iso
| pluginname = Webconverger
+
| pluginname = RENmux
 
}}
 
}}
  
Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
+
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
  
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/tails/vmlinuz
+
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/renmux/vmlinuz
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/tails/initrd.img
+
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/renmux/initrd.gz
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/tails/live/
+
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/renmux/live/
  
  

Revision as of 17:41, 4 April 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

WebConverger 3.0

http://zeltser.com/remnux/

Information

ERPXE Module

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

Plugin type

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

Plugin Requirments

Plugin Requirments
WebConverger 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-XXX.tar.gz to /

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

extract remnux30-XXX.tar.gz file:

tar -xvzf remnux30-XXX.tar.gz

Download RENmux 3.0 ISO Latest Version to /mnt/ :

http://download.webconverger.com/

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/live/vmlinuz /tftpboot/er/plugins/renmux/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/renmux/initrd.gz
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/renmux/live/


Verify files with filelist.txt in each folder.

All Done!