home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120514.bsc-Remediation.tar.gz / bradford.20120514.bsc-Remediation.tar / bsc / Remediation / remediation / ReadMe < prev    next >
Text File  |  2007-04-27  |  4KB  |  133 lines

  1. Web Page Flow
  2.  
  3.                  index.html
  4.                      |
  5.                      |
  6.     ----> common/RemRedirect.jsp ---------
  7.    |         |                          |
  8.    |         |                          |
  9.    |    patchUrl *OR* Fail.html     Success.html
  10.    |         |
  11.    |         |
  12.    |   common/RescanClient.jsp
  13.    |         |
  14.    |         |
  15.    |   RescanClient1.html
  16.    |         |
  17.    |         |
  18.    |   common/RescanClient2.jsp
  19.    |         |
  20.    |         |
  21.     ---------
  22.  
  23.  
  24. Persistent Agent Clients follow the first for any System, Nessus, Admin scans
  25. If they have failed a policy, they will see this flow:
  26.  
  27.                  index.html
  28.                      |
  29.                      |
  30.           common/RemRedirect.jsp
  31.                      |
  32.           common/SMAPersistentResults.jsp <------------------
  33.              |                     |                        |
  34.              |                     |                        |
  35.   persistentAgentDisabled.html   common/SMAAgentRescan.jsp  |
  36.                                    |                        |
  37.                                     -------------------------
  38.                               
  39.  
  40. *************************************************
  41. Note: The only files required to edit are .html files. The .jsp
  42. files may be changed but care should be taken.
  43.  
  44. *************************************************
  45.  
  46. index.html
  47.  
  48. The first page the client will see when they are on the remediation
  49. vlan. Uses a Meta tag to wait 5 sec before displaying the next page.
  50.  
  51. *************************************************
  52.  
  53. common/RemRedirect.jsp
  54.  
  55. This file is used to direct the the client to the appropriate
  56. page depending if they passed or failed the scans.
  57.  
  58. *************************************************
  59.  
  60. patchUrl *OR* Fail.html
  61.  
  62. This page is either the patch Url specified in the Script Profile,
  63. or Fail.html
  64.  
  65. The Fail.html page displays if the client failed a scan and instructs them
  66. to update there PC from Windows Update.
  67.  
  68. The client is instructed to rescan after the update.
  69.  
  70. Also, the user has a button that points them to a helpdesk.html. 
  71. This is an option that the end user should configure.
  72.  
  73. *************************************************
  74.  
  75. Success.html
  76.  
  77. This page displays if the client successfully passes the scans.
  78.  
  79. Also, the user has a button that points them to a helpdesk.html.
  80. This is an option that the end user should configure.
  81.  
  82.  
  83. *************************************************
  84.  
  85. common/RescanClient.jsp
  86.  
  87. Initiates a rescan of the client.
  88.  
  89. *************************************************
  90.  
  91. RescanClient1.html
  92.  
  93. Uses a Meta Tag to display the contents of this page until
  94. the next page is able to complete.
  95.  
  96. *************************************************
  97.  
  98. common/RescanClient2.jsp
  99.  
  100. Waits till the client has been scanned the goes back to
  101. RemediationReDirectExample.jsp.
  102.  
  103.  
  104. *************************************************
  105.  
  106. NOTE:
  107.  
  108.     A link to the WEB-INF must be created for proper opperation.
  109. this can be done as root with the following command:
  110.  
  111.         ln -s /bsc/WEB-INF /bsc/Remediation/remediation/WEB-INF
  112.  
  113. -------------------------------------------------------------------------------
  114.  
  115. Patch URL html files
  116.  
  117. CSAPatch.html - The URL Patch file to display to force CSA rerun.
  118.   |
  119.    ---  ValidUserLogin.html -- The Login page for CSA for normal users.
  120.   |
  121.    ---  GuestLogin.html -- The Login page for CSA for Guest Users.
  122.   |
  123.    ---  SMA* -- Supporting web pages for CSA
  124.   |
  125.    ---  resultsHeader.html -- The header for CSA failure results.
  126.   |
  127.    ---  resultsFooter.html -- the footer for CSA failure results.
  128.  
  129. persistentAgentDisabled.html -- Supporting page for Persistent Agent clients
  130.   |
  131.    ---  AgentDownload.html -- Supporting page for Persistent Agent clients.
  132.                                 who have removed the persistent agent.
  133.