Difference between revisions of "WebConverger"

From ERPXE Wiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo =  
+
| logo = https://upload.wikimedia.org/wikipedia/commons/c/ca/Webconverger_logo_and_wordmark.png
| website = http://zeltser.com/remnux/
+
| website = http://webconverger.com/
| wikipedia =  
+
| wikipedia = http://en.wikipedia.org/wiki/Webconverger
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 3.0
+
| version = 12.3
 
| 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 =  
+
| image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Webconverger14.png/800px-Webconverger14.png
| image1url =  
+
| image1url = https://en.wikipedia.org/wiki/File:Webconverger14.png
 
| image2 =  
 
| image2 =  
 
| image2url =  
 
| image2url =  
Line 27: Line 27:
 
}}
 
}}
  
REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software.
+
Webconverger is a Linux-based operating system designed by Kai Hendry to be used solely for accessing web applications, first released in 2007.
  
The distribution is based on Ubuntu and is maintained by Lenny Zeltser.
+
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.
 +
 
 +
Webconverger is an open source project and has its own public git repository.
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = remnux30-XXX.tar.gz
+
| filename = webc123-XXX.tar.gz
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
| product = RENmux 3.0
+
| product = Webconverger 12.3
 
| producturl = http://download.webconverger.com/
 
| producturl = http://download.webconverger.com/
| productfile = remnux-public-3.0-live-cd.iso
+
| productfile = webc-12.3.iso
| pluginname = RENmux
+
| pluginname = Webconverger
 
}}
 
}}
  
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
+
Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
  
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/renmux/vmlinuz
+
  cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/webconverger/vmlinuz
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/renmux/initrd.gz
+
  cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/webconverger/initrd.img
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/renmux/live/
+
  cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/webconverger/live/
  
  

Latest revision as of 07:28, 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

WebConverger 12.3
Webconverger_logo_and_wordmark.png
http://webconverger.com/

Information

ERPXE Module

  • Name: - WebConverger
  • Version: 12.3

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

800px-Webconverger14.png



Special Information

Webconverger is a Linux-based operating system designed by Kai Hendry to be used solely for accessing web applications, first released in 2007.

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.

Webconverger is an open source project and has its own public git repository.

Linux Installation Instructions

Download webc123-XXX.tar.gz to /

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

extract webc123-XXX.tar.gz file:

tar -xvzf webc123-XXX.tar.gz

Download Webconverger 12.3 ISO Latest Version to /mnt/ :

http://download.webconverger.com/

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

mkdir /mnt/cdrom/
mount -o loop /mnt/webc-12.3.iso /mnt/cdrom/

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

cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/webconverger/vmlinuz
cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/webconverger/initrd.img
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/webconverger/live/


Verify files with filelist.txt in each folder.

All Done!