Read me for Extentrix Safety Scan Package

   Introduction       

Extentrix Safety Scan Package acts as an end-to-end security and safeguarding for users accessing system resources from Internet cafes and kiosks. When clients

access system resources from unrecognized “kiosk” device, Extentrix Safety Scan Package works to ensure that all the data accessed is not inadvertently

left behind for someone else to view or use. It deletes all the important data as Internet Explorer cache, history files, and cookies from unrecognized devices

that access the resources of a certain company.  

Extentrix Safety Scan Package provides an ActiveX Control to ensure that all temporary important data is deleted after the user logs out. Thus, it raises the

security level for users accessing system resources.

 

Components

Extentrix Safety Scan Package consists of:

1.Distributed Files:

  • EPAClient.exe / EPAPlugin.exe *
  • Append.txt
  • Extentrix IE Cleanup ActiveX.ocx

 

2. Scans:

  • Extentrix SafetyScan
  • Extentrix Smart Browser Scan- For IE

Finding User Manual

To view, search, and print the PDF documentation, you need Adobe Reader (supported versions: Acrobat Reader 5.0.5 and up). You can download Adobe Reader for free from the Adobe Systems Web site. Documentation is available on the Extentrix Safety Scan Package . Updates to Extentrix technical manuals are posted on the Web site.

Online Help

Use the Online Help as a single point of access for all documentation relating to Extentrix Safety Scan Package. Browse the table of contents for information about a task you want to accomplish.

Getting Support

Extentrix offers online support services on the Extentrix Support Web site. The Support page includes links to downloads. You can also contact Extentrix Direct number +971 4 2088496.

How to Deploy Extentrix Safety Scan Package

There are four steps required to deploy Extentrix Safety Scan Package:

 

1.      Open your logonpoint folder from the physical path of the IIS in the server, open the epaclient folder and replace the existence EPAClient.exe/EPAPlugin.exe* with purchased one which you will find in your Extentrix Safety Scan Package.

 

2.      Open the web.config file where you placed on your logonpoint folder as mentioned earlier and edit the file with the same value specified in the Append.txt file which you will find in your Extentrix Safety Scan Package.   

 

3.      Repeat the preceding steps for each logon point on each Advanced Access Control server that will use the Extentrix Safety Scan Package.

 

4.      Edit the BasePage.aspx file located on the used logonpoint as following:

·         First, install the ActiveX Object on the client’s machine:

1.      Open file through this path:  "C:\Inetpub\wwwroot\CitrixSessionInit\NUI.aspx". The path is dependant on your installation path.

2.      Add the code that will be used to install the ActiveX Object before the end of body tag (</body>).

<OBJECT ID="ExtentrixIECleanup"

    CLASSID  ="clsid:4D17204E-CFAA-475F-BCE3-8B17F6E65FC5"

    CODEBASE ="http://172.19.125.200/CitrixLogonPoint/SampleLogonPoint/ExtentrixIECleanupActiveX.ocx"

    TYPE     ="application/x-oleobject">

 </OBJECT> 

                 Notes:

        In the CODEBASE attribute you must replace the IP address with your server's IP address or FQDN and complete the path to where you will download the "ExtentrixIECleanupActiveX.ocx" ActiveX control.

 

·         Run the ActiveX Object on the client’s machine when the user logs out:

1.      Call the ActiveX method in onPageLoad method in the same page file mentioned above.

  var fullURL =  parent.document.URL;

 if( "LogoutQuery" == fullURL.substring(fullURL.indexOf('=')+1, fullURL.length))

            ExtentrixIECleanup.doDeleteAll();          

                               The modified onPageLoad method should be like this:

 function OnPageLoad()

{

      var fullURL =  parent.document.URL;

      if( "LogoutQuery" == fullURL.substring(fullURL.indexOf('=')+1, fullURL.length))

            ExtentrixIECleanup.doDeleteAll();                  

      <%= this.PageLoadScript %>

}  

Now, you can import any of the scans supported in the package and set rules for each of them as included in a product manual.

* Endpoint Analysis Client EPAClient.exe has been renamed to EPAPlugin.exe in Hotfix version 4.5.4


Extentrix Systems, FZE.

Office 217, Twin Towers, Deira
P.O.Box 4404

Dubai, UAE

+971 4 2088496

http://www.extentrix.com

Copyright © 2008 Extentrix Systems, FZE.