gcccks-zap-report-2025-10-17

Generated with ZAP on Mon 27 Oct 2025, at 12:38:27

ZAP Version: 2.14.0

ZAP is supported by the Crash Override Open Source Fellowship

Contents

About this report

Report parameters

Contexts

No contexts were selected, so all contexts were included by default.

Sites

The following sites were included:

  • https://gccckswww.omniweb.cloud

(If no sites were selected, all sites were included by default.)

An included site must also be within one of the included contexts for its data to be included in the report.

Risk levels

Included: High, Medium, Low, Informational

Excluded: None

Confidence levels

Included: User Confirmed, High, Medium, Low

Excluded: User Confirmed, High, Medium, Low, False Positive

Summaries

Alert counts by risk and confidence

This table shows the number of alerts for each level of risk and confidence included in the report.

(The percentages in brackets represent the count as a percentage of the total number of alerts included in the report, rounded to one decimal place.)

Confidence
User Confirmed High Medium Low Total
Risk High 0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
Medium 0
(0.0%)
3
(30.0%)
1
(10.0%)
1
(10.0%)
5
(50.0%)
Low 0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
Informational 0
(0.0%)
0
(0.0%)
3
(30.0%)
2
(20.0%)
5
(50.0%)
Total 0
(0.0%)
3
(30.0%)
4
(40.0%)
3
(30.0%)
10
(100%)

Alert counts by site and risk

This table shows, for each site for which one or more alerts were raised, the number of alerts raised at each risk level.

Alerts with a confidence level of "False Positive" have been excluded from these counts.

(The numbers in brackets are the number of alerts raised for the site at or above that risk level.)

Risk
High
(= High)
Medium
(>= Medium)
Low
(>= Low)
Informational
(>= Informational)
Site https://gccckswww.omniweb.cloud 0
(0)
5
(5)
0
(5)
5
(10)

Alert counts by alert type

This table shows the number of alerts of each alert type, together with the alert type's risk level.

(The percentages in brackets represent each count as a percentage, rounded to one decimal place, of the total number of alerts included in this report.)

Alert type Risk Count
Absence of Anti-CSRF Tokens Medium 97
(970.0%)
CSP: Wildcard Directive Medium 61
(610.0%)
CSP: script-src unsafe-inline Medium 61
(610.0%)
CSP: style-src unsafe-inline Medium 61
(610.0%)
Cross-Domain Misconfiguration Medium 164
(1,640.0%)
Content-Type Header Missing Informational 3
(30.0%)
Information Disclosure - Suspicious Comments Informational 9
(90.0%)
Modern Web Application Informational 44
(440.0%)
Re-examine Cache-control Directives Informational 72
(720.0%)
User Agent Fuzzer Informational 120
(1,200.0%)
Total 10

Alerts

  1. Risk=Medium, Confidence=High (3)

    1. https://gccckswww.omniweb.cloud (3)

      1. CSP: Wildcard Directive (1)
        1. GET https://gccckswww.omniweb.cloud/robots.txt
          Alert tags
          Alert description

          Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

          Other info

          The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined:

          script-src, style-src, img-src, connect-src, frame-src, font-src, media-src, object-src, manifest-src, worker-src, form-action

          The directive(s): form-action are among the directives that do not fallback to default-src, missing/excluding them is the same as allowing anything.

          Request
          Request line and header section (272 bytes)
          GET https://gccckswww.omniweb.cloud/robots.txt HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (548 bytes)
          HTTP/1.1 404 Not Found
          Date: Mon, 27 Oct 2025 16:05:25 GMT
          Content-Type: text/html; charset=iso-8859-1
          Content-Length: 196
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (196 bytes)
          <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
          <html><head>
          <title>404 Not Found</title>
          </head><body>
          <h1>Not Found</h1>
          <p>The requested URL was not found on this server.</p>
          </body></html>
          
          Parameter
          Content-Security-Policy
          Evidence
          default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Solution

          Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

      2. CSP: script-src unsafe-inline (1)
        1. GET https://gccckswww.omniweb.cloud/robots.txt
          Alert tags
          Alert description

          Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

          Other info

          script-src includes unsafe-inline.

          Request
          Request line and header section (272 bytes)
          GET https://gccckswww.omniweb.cloud/robots.txt HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (548 bytes)
          HTTP/1.1 404 Not Found
          Date: Mon, 27 Oct 2025 16:05:25 GMT
          Content-Type: text/html; charset=iso-8859-1
          Content-Length: 196
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (196 bytes)
          <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
          <html><head>
          <title>404 Not Found</title>
          </head><body>
          <h1>Not Found</h1>
          <p>The requested URL was not found on this server.</p>
          </body></html>
          
          Parameter
          Content-Security-Policy
          Evidence
          default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Solution

          Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

      3. CSP: style-src unsafe-inline (1)
        1. GET https://gccckswww.omniweb.cloud/robots.txt
          Alert tags
          Alert description

          Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

          Other info

          style-src includes unsafe-inline.

          Request
          Request line and header section (272 bytes)
          GET https://gccckswww.omniweb.cloud/robots.txt HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (548 bytes)
          HTTP/1.1 404 Not Found
          Date: Mon, 27 Oct 2025 16:05:25 GMT
          Content-Type: text/html; charset=iso-8859-1
          Content-Length: 196
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (196 bytes)
          <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
          <html><head>
          <title>404 Not Found</title>
          </head><body>
          <h1>Not Found</h1>
          <p>The requested URL was not found on this server.</p>
          </body></html>
          
          Parameter
          Content-Security-Policy
          Evidence
          default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Solution

          Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

  2. Risk=Medium, Confidence=Medium (1)

    1. https://gccckswww.omniweb.cloud (1)

      1. Cross-Domain Misconfiguration (1)
        1. GET https://gccckswww.omniweb.cloud/sitemap.xml
          Alert tags
          Alert description

          Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server

          Other info

          The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.

          Request
          Request line and header section (273 bytes)
          GET https://gccckswww.omniweb.cloud/sitemap.xml HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (695 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:25 GMT
          Content-Type: application/xml; charset=utf-8
          Content-Length: 6266
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Last-Modified: Tue, 21 Oct 2025 21:02:56 GMT
          ETag: "187a-641b1862abe88"
          Accept-Ranges: bytes
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (6266 bytes)
          <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://gccckswww.omniweb.cloud/index.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/admissions.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/components-advanced.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/components-basic.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/components-unique.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/index.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/index-image.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/info-for.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/interior-2col.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/interior-fullwidth.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/_nav.ounav</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/table.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/another-person.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/another-person.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/first-last.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/first-last.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/john-anderson.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/john-anderson.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/mickey-mouse.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/mickey-mouse.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/minnie-mouse.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/minnie-mouse.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/_nav.ounav</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/tabitha-addison.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/faculty/tabitha-addison.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-1.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-1.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-2.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-2.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-3.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-3.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-4.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-4.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-5.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-5.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-6.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-6.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-7.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-7.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-8.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-8.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-9.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/article-9.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/index.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/news/_nav.ounav</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/agricultural-science.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/agricultural-science.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/biology.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/biology.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/business-administration.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/business-administration.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/communication-studies.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/communication-studies.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/computer-science.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/computer-science.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/criminal-pyschology.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/criminal-pyschology.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/dance-performance.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/dance-performance.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/engineering.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/engineering.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/history-education.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/history-education.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/index.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/_nav.ounav</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/sociology.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/sociology.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/technical-education.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/technical-education.xml</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/web-development.html</loc></url><url><loc>https://gccckswww.omniweb.cloud/_showcase/programs/web-development.xml</loc></url></urlset>
          Evidence
          Access-Control-Allow-Origin: *
          Solution

          Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).

          Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.

  3. Risk=Medium, Confidence=Low (1)

    1. https://gccckswww.omniweb.cloud (1)

      1. Absence of Anti-CSRF Tokens (1)
        1. GET https://gccckswww.omniweb.cloud/_showcase/index.html
          Alert tags
          Alert description

          No Anti-CSRF tokens were found in a HTML submission form.

          A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.

          CSRF attacks are effective in a number of situations, including:

          * The victim has an active session on the target site.

          * The victim is authenticated via HTTP auth on the target site.

          * The victim is on the same local network as the target site.

          CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.

          Other info

          No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token] was found in the following HTML form: [Form 1: "searchMainNavDesktop" ].

          Request
          Request line and header section (282 bytes)
          GET https://gccckswww.omniweb.cloud/_showcase/index.html HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (594 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:24 GMT
          Content-Type: text/html; charset=UTF-8
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          content-length: 23004
          
          
          Response body (23004 bytes)
          <!DOCTYPE HTML><html lang="en">
             <head>
                <meta charset="UTF-8">
                <meta http-equiv="x-ua-compatible" content="ie=edge">
                <title>Home</title>
                <link rel="canonical" href="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
                <ouc:editor wysiwyg="no"/>
          <!-- this is the headcode include -->
          <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
          
          <!-- Bootstrap CSS -->
          <link rel="stylesheet" href="/_resources/bootstrap-5.3.3-dist/css/bootstrap.min.css">
          
          <!-- Slick -->
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick.min.css">
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick-theme.min.css">
          
          <!-- Fonts -->
          <link rel="stylesheet" href="/_resources/css/fonts.css">
          
          <!-- Global Styles -->
          <link rel="stylesheet" href="/_resources/css/spacings.css">
          <link rel="stylesheet" href="/_resources/css/colors.css">
          <link rel="stylesheet" href="/_resources/css/actions.css">
          <link rel="stylesheet" href="/_resources/css/main-nav.css">
          <link rel="stylesheet" href="/_resources/css/footer.css">
          <link rel="stylesheet" href="/_resources/css/global.css">
          <link rel="stylesheet" href="/_resources/css/showcase.css">
          
          <!-- DataTables CSS -->
          <link rel="stylesheet" href="/_resources/DataTables/datatables.min.css">
          
          <link rel="stylesheet" href="/_resources/css/mcstyles.css" />      <meta property="og:title" content="Home">
                <meta property="og:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta property="og:description" content="">
                <meta property="og:type" content="">
                <meta property="og:updated_time" content="2025-10-21T14:21:51.647996306-07:00">
                <meta name="twitter:card" content="summary_large_image">
                <meta name="twitter:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="twitter:title" content="Home">
                <meta name="twitter:description" content="">
             </head>
             <body><ouc:editor wysiwyg="no"/>
          <header class="main-nav"><a href="#mainContent" class="skip-btn">Skip to Main Content</a><a href="#mainFooter" class="skip-btn">Skip to Footer</a><div class="top-nav">
                <div class="container">
                   <div class="row">
                      <div class="col-12 col-lg-3"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_primary.png" alt="GCCC Logo"></a></div>
                      <div class="col-12 col-lg-9">
                         <div class="top-nav-content"><a class="top-nav-link" href="#">myGCCC</a><span>|</span><a class="top-nav-link" href="#">Give</a><span>|</span><a class="top-nav-link" href="#">Programs</a><span>|</span><a class="top-nav-link" href="#">News</a><div class="nav-search-container">
                               <form action="/action_page.php" class="nav-search-input" id="searchForm"><label for="searchMainNavDesktop" class="sr-only">Search</label><input type="text" id="searchMainNavDesktop" name="searchMainNavDesktop" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
             <nav class="navbar navbar-expand-lg bottom-nav" aria-label="main bottom navigation">
                <div class="mobile-nav">
                   <div class="container">
                      <div class="row gx-0 w-100 d-flex align-items-center">
                         <div class="col-4 text-start"><a class="top-nav-link" href="#">myGCCC</a></div>
                         <div class="col-4 text-center"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_sm.png" alt="GCCC Mobile Logo"></a></div>
                         <div class="col-4 text-end"><button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="menu"><span class="fa-solid fa-bars me-1"></span>
                               									MENU
                               								</button></div>
                      </div>
                   </div>
                </div>
                <div class="collapse navbar-collapse" id="navbarNavDropdown">
                   <div class="container">
                      <div class="bottom-nav-content">
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Admissions</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">International Students</a><a class="dropdown-item" href="#">Application Deadlines</a><a class="dropdown-item" href="#">Financial Aid</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Academics</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Course Catalog</a><a class="dropdown-item" href="#">Academic Calendar</a><a class="dropdown-item" href="#">Research Opportunities</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Colleges &amp; Schools</a><a class="dropdown-item" href="#">Academic Programs</a><a class="dropdown-item" href="#">Course Catalog</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Student Life</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Housing &amp; Residence Life</a><a class="dropdown-item" href="#">Campus Dining</a><a class="dropdown-item" href="#">Health &amp; Wellness Services</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Student Organizations</a><a class="dropdown-item" href="#">Campus Events</a><a class="dropdown-item" href="#">Housing &amp; Residence Life</a></div>
                               </div>
                            </div>
                         </div>
                         <div><a class="bottom-nav-link" href="#">Athletics<span class="icon fa-solid fa-arrow-up-right-from-square"></span></a></div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">I Am A...</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Admissions Office</a><a class="dropdown-item" href="#">Academic Departments</a><a class="dropdown-item" href="#">Student Services</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="mobile-nav-buttons"><a class="d-btn btn-primary" href="#">Apply Now</a></div>
                      </div>
                   </div>
                   <div class="mobile-sub-nav d-lg-none">
                      <form action="/action_page.php" class="nav-search-input active" id="searchForm"><label for="searchMainNavMobile" class="sr-only">Search</label><input type="text" id="searchMainNavMobile" name="searchMainNavMobile" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                      <div class="mobile-sub-nav-links"><a href="#">myGCCC</a><span>|</span><a href="#">Give</a><span>|</span><a href="#">Programs</a><span>|</span><a href="#">News</a></div>
                   </div>
                </div>
             </nav>
          </header>      <main class="content" id="main-content">
                   <section class="hero-banner"><button type="button" class="play-pause" title="play/pause"><span><span class="fa-solid fa-pause"></span></span></button><div data-bs-video="/_resources/videos/graduation.mp4" data-bs-type="video/mp4" data-bs-image="/_resources/images/placeholder/full-width-photo.png"><video id="heroVideo" autoplay="" muted="" loop="" playsinline="">
                            <source src="/_resources/videos/graduation.mp4" type="video/mp4"></video></div>
                      <div class="container-fluid hero-banner-container">
                         <div class="hero-banner-content">
                            					
                            <h1 class="title">Learning in Action</h1>
                            					
                            <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, <br></span><span>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p>
                            					
                            <p><a class="d-btn btn-primary" href="#">Primary Button</a></p>
                            				</div>
                      </div>
                   </section>
                   <section class="program-finder section-margin">
                      <div class="container">
                         <div class="row">
                            <div class="col-12 col-lg-10 offset-lg-1">
                               <div class="row program-finder-row">
                                  <div class="col-12 col-lg-5 text-center"><img class="program-finder-image" src="/_resources/images/patterns/cowboy-brown.png" alt="Cowboy riding a horse"></div>
                                  <div class="col-12 col-lg-7 program-finder-content">
                                     <div>
                                        
                                        <h2 class="title">Find Your Program</h2>
                                        
                                        <p>Find the perfect Program for you! Discover your home here and start exploring.</p>
                                        </div>
                                     <form action="/_showcase/programs/index.html" id="programFinderForm" class="select-box"><label for="programFinder" class="sr-only">Choose a Program</label><div class="select-wrapper"><select name="program" id="programFinder">
                                              <option value="placeholder">I am interested in...</option><option value="Biology">Biology</option><option value="Criminal Psychology">Criminal Psychology</option><option value="History Education">History Education</option><option value="Engineering">Engineering</option><option value="Business Administration">Business Administration</option><option value="Dance Performance">Dance Performance</option><option value="Computer Science">Computer Science</option><option value="Agricultural Science">Agricultural Science</option><option value="Web Development">Web Development</option><option value="Technical Education">Technical Education</option><option value="Communication Studies">Communication Studies</option><option value="Sociology">Sociology</option></select></div><button type="submit" class="d-btn btn-primary"><span>Browse Programs</span></button></form><a href="/_showcase/programs/index.php" class="d-hyperlink hyperlink-arrow-sm">View all Programs</a></div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="fast-facts section-margin">
                      <div class="container">
                         <div class="fast-facts-row">
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/cowboyhat-white.png" alt="alt"><span class="number">95%</span><span class="text">Graduate employment rate within six months of graduation.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/squiggle-arrow-white.png" alt="alt"><span class="number">200+</span><span class="text">Academic programs and majors offered.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/sunflower-white.png" alt="alt"><span class="number">18:1</span><span class="text">Student-to-faculty ratio for personalized learning.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/horseshoe-white.png" alt="alt"><span class="number">$50M</span><span class="text">Annual research funding supporting innovation and discovery.</span></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="checkerboard section-margin">
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-0 order-lg-0"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-1.png" alt="alternate"></div>
                         <div class="col-12 col-lg-6 order-1 order-lg-1 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic Programs</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a><a class="d-btn btn-secondary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                      </div>
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-1 order-lg-0 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic ProgramsH2 Diverse Academic</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence. Our college offers numerous majors and minors,
                                     ensuring students can pursue their passions and achieve academic excellence. Our college
                                     offers numerous majors and minors, ensuring students can pursue their passions and
                                     achieve academic excellence. Our college offers numerous majors and minors, ensuring
                                     students can pursue their passions and achieve academic excellence. Our college offers
                                     numerous majors and minors, ensuring students can pursue their passions and achieve
                                     academic excellence. Our college offers numerous majors and minors, ensuring students
                                     can pursue their passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                         <div class="col-12 col-lg-6 order-0 order-lg-1"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-2.png" alt="placeholder image"></div>
                      </div>
                   </section>
                   
                   <section class="news-events section-margin">
                      <div class="container">
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-3 news-events-title">
                               <h2>Events</h2><a href="#" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All Events</a></div>
                            <div class="col-12 col-lg-9">
                               <div class="row event-cards-row">
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>36th Annual Hispanic Student Day</h4></a><span class="date">April 9 | 8:00 am</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>Flying Drones Workshop</h4></a><span class="date">April 10 | 1:00 pm</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>h4 News Heading Lorem Ispum Dolo Amet</h4></a><span class="date">April 12 | 1:30 am</span></div>
                                  </div>
                               </div>
                            </div>
                         </div>
                         <div class="spacing-45"></div>
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-8 order-1 order-lg-0">
                               <div class="row news-cards-row"><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/article-placeholder-2.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-8.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/news-listing-placeholder-3.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-4.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div></div>
                            </div>
                            <div class="col-12 col-lg-4 order-0 order-lg-1 news-events-title">
                               <h2>Campus News</h2><a href="/_showcase/news/index.html" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All News</a></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="cta-banner-main section-padding" style="background-image: url(/_resources/images/patterns/sunrise-gold.png)">
                      <div class="container">
                         <div class="cta-banner-card"><span class="cta-banner-top-title">Inspiring Minds, Shaping the Future.</span><h2>Achieve your dreams with Garden City!</h2><a class="d-btn btn-primary" href="#">Primary Button</a></div>
                      </div>
                   </section>
                </main>
                <footer class="main-footer" id="mainFooter">
             <div class="container">
                <div class="footer">
                   <div class="row footer-content">
                      <div class="col-12 col-lg-6">
                         <div class="footer-info-content">
                            <div class="footer-logo"><img src="/_resources/images/logos/gccc_secondary.png" alt="footer-logo"></div>
                            <div class="footer-contact"><a href="#"><span class="icon fa-solid fa-map-location-dot"></span><span>801 Campus Drive - Garden City, KS 67846</span></a><a href="tel:6202767611"><span class="icon fa-solid fa-phone-volume"></span><span>620-276-7611</span></a></div>
                            <div class="footer-social-media"><a href="https://facebook.com"><span class="icon fa-brands fa-facebook"></span><span class="sr-only">Facebook</span></a><a href="https://instagram.com"><span class="icon fa-brands fa-instagram"></span><span class="sr-only">Instagram</span></a><a href="https://youtube.com"><span class="icon fa-brands fa-youtube"></span><span class="sr-only">YouTube</span></a><a href="https://linkedin.com"><span class="icon fa-brands fa-linkedin"></span><span class="sr-only">LinkedIn</span></a></div>
                         </div>
                      </div>
                      <div class="col-12 col-lg-6">
                         <div class="row">
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
                <div class="sub-footer">
                   <div class="row sub-footer-content">
                      <div class="col-12 col-xl-8 order-1 order-md-0">
                         <div class="sub-footer-links"><a href="/">© 2025 Garden City Community College</a><a href="#">Privacy Policy</a><a href="#">Terms of Service</a><a href="#">Cookie Settings</a></div>
                      </div>
                      <div class="col-12 col-xl-4 order-0 order-md-1 text-center text-md-end"><a href="#" class="sub-footer-image"><img src="/_resources/images/logos/ks.png" alt="Subfooter footer-logo"></a></div>
                   </div>
                </div>
             </div>
          </footer>
          <!-- Jquery -->
          <script src="/_resources/js/jquery-3.7.1.min.js"></script>
          
          <!-- BootStrap -->
          <script src="/_resources/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
          
          <!-- Slick -->
          <script type="text/javascript" src="/_resources/accessible-slick-1.0.1/slick/slick.min.js"></script>
          
          <!-- Custom -->
          <script src="/_resources/js/scripts.js"></script>
          
          <!-- DataTables -->
          <script src="/_resources/DataTables/datatables.min.js"></script>      <div id="ou-hidden" style="display:none;"></div><script>
          			if(document.getElementById("de") != null && document.getElementById("directedit")) {
          				var link = document.getElementById("de").parentNode.innerHTML;
          				document.getElementById("de").parentNode.innerHTML = "";
          				document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,'');
          			}
          		</script></body>
          </html>
          Evidence
          <form action="/action_page.php" class="nav-search-input" id="searchForm">
          Solution

          Phase: Architecture and Design

          Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

          For example, use anti-CSRF packages such as the OWASP CSRFGuard.

          Phase: Implementation

          Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

          Phase: Architecture and Design

          Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

          Note that this can be bypassed using XSS.

          Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

          Note that this can be bypassed using XSS.

          Use the ESAPI Session Management control.

          This control includes a component for CSRF.

          Do not use the GET method for any request that triggers a state change.

          Phase: Implementation

          Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.

  4. Risk=Informational, Confidence=Medium (3)

    1. https://gccckswww.omniweb.cloud (3)

      1. Content-Type Header Missing (1)
        1. GET https://gccckswww.omniweb.cloud/_showcase/_nav.ounav
          Alert tags
          Alert description

          The Content-Type header was either missing or empty.

          Request
          Request line and header section (336 bytes)
          GET https://gccckswww.omniweb.cloud/_showcase/_nav.ounav HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          referer: https://gccckswww.omniweb.cloud/sitemap.xml
          
          
          Request body (0 bytes)
          Response
          Status line and header section (624 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:25 GMT
          Content-Length: 453
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Last-Modified: Thu, 09 Oct 2025 18:12:44 GMT
          ETag: "1c5-640bdbf6e3b88"
          Accept-Ranges: bytes
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (453 bytes)
          <li><a href="/_showcase/components.html">Components</a></li> 
          <li><a href="/_showcase/interior-img-banner.html">Interior Image Banner</a></li> 
          <li><a href="/_showcase/interior-2col.html">Interior 2 Col</a></li> 
          <li><a href="/_showcase/interior.html">Interior</a></li> 
          <li><a href="/_showcase/faculty/index.html">Faculty</a></li> 
          <li><a href="/_showcase/news/index.html">News</a></li> 
          <li><a href="/_showcase/programs/index.html">Programs</a></li> 
          
          Parameter
          content-type
          Solution

          Ensure each page is setting the specific and appropriate content-type value for the content being delivered.

      2. Modern Web Application (1)
        1. GET https://gccckswww.omniweb.cloud/_showcase/index.html
          Alert tags
          Alert description

          The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.

          Other info

          Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.

          Request
          Request line and header section (282 bytes)
          GET https://gccckswww.omniweb.cloud/_showcase/index.html HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (594 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:24 GMT
          Content-Type: text/html; charset=UTF-8
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          content-length: 23004
          
          
          Response body (23004 bytes)
          <!DOCTYPE HTML><html lang="en">
             <head>
                <meta charset="UTF-8">
                <meta http-equiv="x-ua-compatible" content="ie=edge">
                <title>Home</title>
                <link rel="canonical" href="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
                <ouc:editor wysiwyg="no"/>
          <!-- this is the headcode include -->
          <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
          
          <!-- Bootstrap CSS -->
          <link rel="stylesheet" href="/_resources/bootstrap-5.3.3-dist/css/bootstrap.min.css">
          
          <!-- Slick -->
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick.min.css">
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick-theme.min.css">
          
          <!-- Fonts -->
          <link rel="stylesheet" href="/_resources/css/fonts.css">
          
          <!-- Global Styles -->
          <link rel="stylesheet" href="/_resources/css/spacings.css">
          <link rel="stylesheet" href="/_resources/css/colors.css">
          <link rel="stylesheet" href="/_resources/css/actions.css">
          <link rel="stylesheet" href="/_resources/css/main-nav.css">
          <link rel="stylesheet" href="/_resources/css/footer.css">
          <link rel="stylesheet" href="/_resources/css/global.css">
          <link rel="stylesheet" href="/_resources/css/showcase.css">
          
          <!-- DataTables CSS -->
          <link rel="stylesheet" href="/_resources/DataTables/datatables.min.css">
          
          <link rel="stylesheet" href="/_resources/css/mcstyles.css" />      <meta property="og:title" content="Home">
                <meta property="og:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta property="og:description" content="">
                <meta property="og:type" content="">
                <meta property="og:updated_time" content="2025-10-21T14:21:51.647996306-07:00">
                <meta name="twitter:card" content="summary_large_image">
                <meta name="twitter:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="twitter:title" content="Home">
                <meta name="twitter:description" content="">
             </head>
             <body><ouc:editor wysiwyg="no"/>
          <header class="main-nav"><a href="#mainContent" class="skip-btn">Skip to Main Content</a><a href="#mainFooter" class="skip-btn">Skip to Footer</a><div class="top-nav">
                <div class="container">
                   <div class="row">
                      <div class="col-12 col-lg-3"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_primary.png" alt="GCCC Logo"></a></div>
                      <div class="col-12 col-lg-9">
                         <div class="top-nav-content"><a class="top-nav-link" href="#">myGCCC</a><span>|</span><a class="top-nav-link" href="#">Give</a><span>|</span><a class="top-nav-link" href="#">Programs</a><span>|</span><a class="top-nav-link" href="#">News</a><div class="nav-search-container">
                               <form action="/action_page.php" class="nav-search-input" id="searchForm"><label for="searchMainNavDesktop" class="sr-only">Search</label><input type="text" id="searchMainNavDesktop" name="searchMainNavDesktop" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
             <nav class="navbar navbar-expand-lg bottom-nav" aria-label="main bottom navigation">
                <div class="mobile-nav">
                   <div class="container">
                      <div class="row gx-0 w-100 d-flex align-items-center">
                         <div class="col-4 text-start"><a class="top-nav-link" href="#">myGCCC</a></div>
                         <div class="col-4 text-center"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_sm.png" alt="GCCC Mobile Logo"></a></div>
                         <div class="col-4 text-end"><button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="menu"><span class="fa-solid fa-bars me-1"></span>
                               									MENU
                               								</button></div>
                      </div>
                   </div>
                </div>
                <div class="collapse navbar-collapse" id="navbarNavDropdown">
                   <div class="container">
                      <div class="bottom-nav-content">
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Admissions</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">International Students</a><a class="dropdown-item" href="#">Application Deadlines</a><a class="dropdown-item" href="#">Financial Aid</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Academics</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Course Catalog</a><a class="dropdown-item" href="#">Academic Calendar</a><a class="dropdown-item" href="#">Research Opportunities</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Colleges &amp; Schools</a><a class="dropdown-item" href="#">Academic Programs</a><a class="dropdown-item" href="#">Course Catalog</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Student Life</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Housing &amp; Residence Life</a><a class="dropdown-item" href="#">Campus Dining</a><a class="dropdown-item" href="#">Health &amp; Wellness Services</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Student Organizations</a><a class="dropdown-item" href="#">Campus Events</a><a class="dropdown-item" href="#">Housing &amp; Residence Life</a></div>
                               </div>
                            </div>
                         </div>
                         <div><a class="bottom-nav-link" href="#">Athletics<span class="icon fa-solid fa-arrow-up-right-from-square"></span></a></div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">I Am A...</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Admissions Office</a><a class="dropdown-item" href="#">Academic Departments</a><a class="dropdown-item" href="#">Student Services</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="mobile-nav-buttons"><a class="d-btn btn-primary" href="#">Apply Now</a></div>
                      </div>
                   </div>
                   <div class="mobile-sub-nav d-lg-none">
                      <form action="/action_page.php" class="nav-search-input active" id="searchForm"><label for="searchMainNavMobile" class="sr-only">Search</label><input type="text" id="searchMainNavMobile" name="searchMainNavMobile" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                      <div class="mobile-sub-nav-links"><a href="#">myGCCC</a><span>|</span><a href="#">Give</a><span>|</span><a href="#">Programs</a><span>|</span><a href="#">News</a></div>
                   </div>
                </div>
             </nav>
          </header>      <main class="content" id="main-content">
                   <section class="hero-banner"><button type="button" class="play-pause" title="play/pause"><span><span class="fa-solid fa-pause"></span></span></button><div data-bs-video="/_resources/videos/graduation.mp4" data-bs-type="video/mp4" data-bs-image="/_resources/images/placeholder/full-width-photo.png"><video id="heroVideo" autoplay="" muted="" loop="" playsinline="">
                            <source src="/_resources/videos/graduation.mp4" type="video/mp4"></video></div>
                      <div class="container-fluid hero-banner-container">
                         <div class="hero-banner-content">
                            					
                            <h1 class="title">Learning in Action</h1>
                            					
                            <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, <br></span><span>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p>
                            					
                            <p><a class="d-btn btn-primary" href="#">Primary Button</a></p>
                            				</div>
                      </div>
                   </section>
                   <section class="program-finder section-margin">
                      <div class="container">
                         <div class="row">
                            <div class="col-12 col-lg-10 offset-lg-1">
                               <div class="row program-finder-row">
                                  <div class="col-12 col-lg-5 text-center"><img class="program-finder-image" src="/_resources/images/patterns/cowboy-brown.png" alt="Cowboy riding a horse"></div>
                                  <div class="col-12 col-lg-7 program-finder-content">
                                     <div>
                                        
                                        <h2 class="title">Find Your Program</h2>
                                        
                                        <p>Find the perfect Program for you! Discover your home here and start exploring.</p>
                                        </div>
                                     <form action="/_showcase/programs/index.html" id="programFinderForm" class="select-box"><label for="programFinder" class="sr-only">Choose a Program</label><div class="select-wrapper"><select name="program" id="programFinder">
                                              <option value="placeholder">I am interested in...</option><option value="Biology">Biology</option><option value="Criminal Psychology">Criminal Psychology</option><option value="History Education">History Education</option><option value="Engineering">Engineering</option><option value="Business Administration">Business Administration</option><option value="Dance Performance">Dance Performance</option><option value="Computer Science">Computer Science</option><option value="Agricultural Science">Agricultural Science</option><option value="Web Development">Web Development</option><option value="Technical Education">Technical Education</option><option value="Communication Studies">Communication Studies</option><option value="Sociology">Sociology</option></select></div><button type="submit" class="d-btn btn-primary"><span>Browse Programs</span></button></form><a href="/_showcase/programs/index.php" class="d-hyperlink hyperlink-arrow-sm">View all Programs</a></div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="fast-facts section-margin">
                      <div class="container">
                         <div class="fast-facts-row">
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/cowboyhat-white.png" alt="alt"><span class="number">95%</span><span class="text">Graduate employment rate within six months of graduation.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/squiggle-arrow-white.png" alt="alt"><span class="number">200+</span><span class="text">Academic programs and majors offered.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/sunflower-white.png" alt="alt"><span class="number">18:1</span><span class="text">Student-to-faculty ratio for personalized learning.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/horseshoe-white.png" alt="alt"><span class="number">$50M</span><span class="text">Annual research funding supporting innovation and discovery.</span></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="checkerboard section-margin">
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-0 order-lg-0"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-1.png" alt="alternate"></div>
                         <div class="col-12 col-lg-6 order-1 order-lg-1 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic Programs</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a><a class="d-btn btn-secondary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                      </div>
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-1 order-lg-0 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic ProgramsH2 Diverse Academic</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence. Our college offers numerous majors and minors,
                                     ensuring students can pursue their passions and achieve academic excellence. Our college
                                     offers numerous majors and minors, ensuring students can pursue their passions and
                                     achieve academic excellence. Our college offers numerous majors and minors, ensuring
                                     students can pursue their passions and achieve academic excellence. Our college offers
                                     numerous majors and minors, ensuring students can pursue their passions and achieve
                                     academic excellence. Our college offers numerous majors and minors, ensuring students
                                     can pursue their passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                         <div class="col-12 col-lg-6 order-0 order-lg-1"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-2.png" alt="placeholder image"></div>
                      </div>
                   </section>
                   
                   <section class="news-events section-margin">
                      <div class="container">
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-3 news-events-title">
                               <h2>Events</h2><a href="#" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All Events</a></div>
                            <div class="col-12 col-lg-9">
                               <div class="row event-cards-row">
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>36th Annual Hispanic Student Day</h4></a><span class="date">April 9 | 8:00 am</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>Flying Drones Workshop</h4></a><span class="date">April 10 | 1:00 pm</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>h4 News Heading Lorem Ispum Dolo Amet</h4></a><span class="date">April 12 | 1:30 am</span></div>
                                  </div>
                               </div>
                            </div>
                         </div>
                         <div class="spacing-45"></div>
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-8 order-1 order-lg-0">
                               <div class="row news-cards-row"><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/article-placeholder-2.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-8.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/news-listing-placeholder-3.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-4.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div></div>
                            </div>
                            <div class="col-12 col-lg-4 order-0 order-lg-1 news-events-title">
                               <h2>Campus News</h2><a href="/_showcase/news/index.html" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All News</a></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="cta-banner-main section-padding" style="background-image: url(/_resources/images/patterns/sunrise-gold.png)">
                      <div class="container">
                         <div class="cta-banner-card"><span class="cta-banner-top-title">Inspiring Minds, Shaping the Future.</span><h2>Achieve your dreams with Garden City!</h2><a class="d-btn btn-primary" href="#">Primary Button</a></div>
                      </div>
                   </section>
                </main>
                <footer class="main-footer" id="mainFooter">
             <div class="container">
                <div class="footer">
                   <div class="row footer-content">
                      <div class="col-12 col-lg-6">
                         <div class="footer-info-content">
                            <div class="footer-logo"><img src="/_resources/images/logos/gccc_secondary.png" alt="footer-logo"></div>
                            <div class="footer-contact"><a href="#"><span class="icon fa-solid fa-map-location-dot"></span><span>801 Campus Drive - Garden City, KS 67846</span></a><a href="tel:6202767611"><span class="icon fa-solid fa-phone-volume"></span><span>620-276-7611</span></a></div>
                            <div class="footer-social-media"><a href="https://facebook.com"><span class="icon fa-brands fa-facebook"></span><span class="sr-only">Facebook</span></a><a href="https://instagram.com"><span class="icon fa-brands fa-instagram"></span><span class="sr-only">Instagram</span></a><a href="https://youtube.com"><span class="icon fa-brands fa-youtube"></span><span class="sr-only">YouTube</span></a><a href="https://linkedin.com"><span class="icon fa-brands fa-linkedin"></span><span class="sr-only">LinkedIn</span></a></div>
                         </div>
                      </div>
                      <div class="col-12 col-lg-6">
                         <div class="row">
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
                <div class="sub-footer">
                   <div class="row sub-footer-content">
                      <div class="col-12 col-xl-8 order-1 order-md-0">
                         <div class="sub-footer-links"><a href="/">© 2025 Garden City Community College</a><a href="#">Privacy Policy</a><a href="#">Terms of Service</a><a href="#">Cookie Settings</a></div>
                      </div>
                      <div class="col-12 col-xl-4 order-0 order-md-1 text-center text-md-end"><a href="#" class="sub-footer-image"><img src="/_resources/images/logos/ks.png" alt="Subfooter footer-logo"></a></div>
                   </div>
                </div>
             </div>
          </footer>
          <!-- Jquery -->
          <script src="/_resources/js/jquery-3.7.1.min.js"></script>
          
          <!-- BootStrap -->
          <script src="/_resources/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
          
          <!-- Slick -->
          <script type="text/javascript" src="/_resources/accessible-slick-1.0.1/slick/slick.min.js"></script>
          
          <!-- Custom -->
          <script src="/_resources/js/scripts.js"></script>
          
          <!-- DataTables -->
          <script src="/_resources/DataTables/datatables.min.js"></script>      <div id="ou-hidden" style="display:none;"></div><script>
          			if(document.getElementById("de") != null && document.getElementById("directedit")) {
          				var link = document.getElementById("de").parentNode.innerHTML;
          				document.getElementById("de").parentNode.innerHTML = "";
          				document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,'');
          			}
          		</script></body>
          </html>
          Evidence
          <a class="top-nav-link" href="#">myGCCC</a>
          Solution

          This is an informational alert and so no changes are required.

      3. User Agent Fuzzer (1)
        1. GET https://gccckswww.omniweb.cloud/_showcase
          Alert tags
          Alert description

          Check for differences in response based on fuzzed User Agent (eg. mobile sites, access as a Search Engine Crawler). Compares the response statuscode and the hashcode of the response body with the original response.

          Request
          Request line and header section (196 bytes)
          GET https://gccckswww.omniweb.cloud/_showcase HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (594 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:13:04 GMT
          Content-Type: text/html; charset=UTF-8
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          content-length: 23004
          
          
          Response body (23004 bytes)
          <!DOCTYPE HTML><html lang="en">
             <head>
                <meta charset="UTF-8">
                <meta http-equiv="x-ua-compatible" content="ie=edge">
                <title>Home</title>
                <link rel="canonical" href="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
                <ouc:editor wysiwyg="no"/>
          <!-- this is the headcode include -->
          <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
          
          <!-- Bootstrap CSS -->
          <link rel="stylesheet" href="/_resources/bootstrap-5.3.3-dist/css/bootstrap.min.css">
          
          <!-- Slick -->
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick.min.css">
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick-theme.min.css">
          
          <!-- Fonts -->
          <link rel="stylesheet" href="/_resources/css/fonts.css">
          
          <!-- Global Styles -->
          <link rel="stylesheet" href="/_resources/css/spacings.css">
          <link rel="stylesheet" href="/_resources/css/colors.css">
          <link rel="stylesheet" href="/_resources/css/actions.css">
          <link rel="stylesheet" href="/_resources/css/main-nav.css">
          <link rel="stylesheet" href="/_resources/css/footer.css">
          <link rel="stylesheet" href="/_resources/css/global.css">
          <link rel="stylesheet" href="/_resources/css/showcase.css">
          
          <!-- DataTables CSS -->
          <link rel="stylesheet" href="/_resources/DataTables/datatables.min.css">
          
          <link rel="stylesheet" href="/_resources/css/mcstyles.css" />      <meta property="og:title" content="Home">
                <meta property="og:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta property="og:description" content="">
                <meta property="og:type" content="">
                <meta property="og:updated_time" content="2025-10-21T14:21:51.647996306-07:00">
                <meta name="twitter:card" content="summary_large_image">
                <meta name="twitter:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="twitter:title" content="Home">
                <meta name="twitter:description" content="">
             </head>
             <body><ouc:editor wysiwyg="no"/>
          <header class="main-nav"><a href="#mainContent" class="skip-btn">Skip to Main Content</a><a href="#mainFooter" class="skip-btn">Skip to Footer</a><div class="top-nav">
                <div class="container">
                   <div class="row">
                      <div class="col-12 col-lg-3"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_primary.png" alt="GCCC Logo"></a></div>
                      <div class="col-12 col-lg-9">
                         <div class="top-nav-content"><a class="top-nav-link" href="#">myGCCC</a><span>|</span><a class="top-nav-link" href="#">Give</a><span>|</span><a class="top-nav-link" href="#">Programs</a><span>|</span><a class="top-nav-link" href="#">News</a><div class="nav-search-container">
                               <form action="/action_page.php" class="nav-search-input" id="searchForm"><label for="searchMainNavDesktop" class="sr-only">Search</label><input type="text" id="searchMainNavDesktop" name="searchMainNavDesktop" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
             <nav class="navbar navbar-expand-lg bottom-nav" aria-label="main bottom navigation">
                <div class="mobile-nav">
                   <div class="container">
                      <div class="row gx-0 w-100 d-flex align-items-center">
                         <div class="col-4 text-start"><a class="top-nav-link" href="#">myGCCC</a></div>
                         <div class="col-4 text-center"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_sm.png" alt="GCCC Mobile Logo"></a></div>
                         <div class="col-4 text-end"><button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="menu"><span class="fa-solid fa-bars me-1"></span>
                               									MENU
                               								</button></div>
                      </div>
                   </div>
                </div>
                <div class="collapse navbar-collapse" id="navbarNavDropdown">
                   <div class="container">
                      <div class="bottom-nav-content">
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Admissions</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">International Students</a><a class="dropdown-item" href="#">Application Deadlines</a><a class="dropdown-item" href="#">Financial Aid</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Academics</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Course Catalog</a><a class="dropdown-item" href="#">Academic Calendar</a><a class="dropdown-item" href="#">Research Opportunities</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Colleges &amp; Schools</a><a class="dropdown-item" href="#">Academic Programs</a><a class="dropdown-item" href="#">Course Catalog</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Student Life</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Housing &amp; Residence Life</a><a class="dropdown-item" href="#">Campus Dining</a><a class="dropdown-item" href="#">Health &amp; Wellness Services</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Student Organizations</a><a class="dropdown-item" href="#">Campus Events</a><a class="dropdown-item" href="#">Housing &amp; Residence Life</a></div>
                               </div>
                            </div>
                         </div>
                         <div><a class="bottom-nav-link" href="#">Athletics<span class="icon fa-solid fa-arrow-up-right-from-square"></span></a></div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">I Am A...</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Admissions Office</a><a class="dropdown-item" href="#">Academic Departments</a><a class="dropdown-item" href="#">Student Services</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="mobile-nav-buttons"><a class="d-btn btn-primary" href="#">Apply Now</a></div>
                      </div>
                   </div>
                   <div class="mobile-sub-nav d-lg-none">
                      <form action="/action_page.php" class="nav-search-input active" id="searchForm"><label for="searchMainNavMobile" class="sr-only">Search</label><input type="text" id="searchMainNavMobile" name="searchMainNavMobile" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                      <div class="mobile-sub-nav-links"><a href="#">myGCCC</a><span>|</span><a href="#">Give</a><span>|</span><a href="#">Programs</a><span>|</span><a href="#">News</a></div>
                   </div>
                </div>
             </nav>
          </header>      <main class="content" id="main-content">
                   <section class="hero-banner"><button type="button" class="play-pause" title="play/pause"><span><span class="fa-solid fa-pause"></span></span></button><div data-bs-video="/_resources/videos/graduation.mp4" data-bs-type="video/mp4" data-bs-image="/_resources/images/placeholder/full-width-photo.png"><video id="heroVideo" autoplay="" muted="" loop="" playsinline="">
                            <source src="/_resources/videos/graduation.mp4" type="video/mp4"></video></div>
                      <div class="container-fluid hero-banner-container">
                         <div class="hero-banner-content">
                            					
                            <h1 class="title">Learning in Action</h1>
                            					
                            <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, <br></span><span>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p>
                            					
                            <p><a class="d-btn btn-primary" href="#">Primary Button</a></p>
                            				</div>
                      </div>
                   </section>
                   <section class="program-finder section-margin">
                      <div class="container">
                         <div class="row">
                            <div class="col-12 col-lg-10 offset-lg-1">
                               <div class="row program-finder-row">
                                  <div class="col-12 col-lg-5 text-center"><img class="program-finder-image" src="/_resources/images/patterns/cowboy-brown.png" alt="Cowboy riding a horse"></div>
                                  <div class="col-12 col-lg-7 program-finder-content">
                                     <div>
                                        
                                        <h2 class="title">Find Your Program</h2>
                                        
                                        <p>Find the perfect Program for you! Discover your home here and start exploring.</p>
                                        </div>
                                     <form action="/_showcase/programs/index.html" id="programFinderForm" class="select-box"><label for="programFinder" class="sr-only">Choose a Program</label><div class="select-wrapper"><select name="program" id="programFinder">
                                              <option value="placeholder">I am interested in...</option><option value="Biology">Biology</option><option value="Criminal Psychology">Criminal Psychology</option><option value="History Education">History Education</option><option value="Engineering">Engineering</option><option value="Business Administration">Business Administration</option><option value="Dance Performance">Dance Performance</option><option value="Computer Science">Computer Science</option><option value="Agricultural Science">Agricultural Science</option><option value="Web Development">Web Development</option><option value="Technical Education">Technical Education</option><option value="Communication Studies">Communication Studies</option><option value="Sociology">Sociology</option></select></div><button type="submit" class="d-btn btn-primary"><span>Browse Programs</span></button></form><a href="/_showcase/programs/index.php" class="d-hyperlink hyperlink-arrow-sm">View all Programs</a></div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="fast-facts section-margin">
                      <div class="container">
                         <div class="fast-facts-row">
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/cowboyhat-white.png" alt="alt"><span class="number">95%</span><span class="text">Graduate employment rate within six months of graduation.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/squiggle-arrow-white.png" alt="alt"><span class="number">200+</span><span class="text">Academic programs and majors offered.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/sunflower-white.png" alt="alt"><span class="number">18:1</span><span class="text">Student-to-faculty ratio for personalized learning.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/horseshoe-white.png" alt="alt"><span class="number">$50M</span><span class="text">Annual research funding supporting innovation and discovery.</span></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="checkerboard section-margin">
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-0 order-lg-0"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-1.png" alt="alternate"></div>
                         <div class="col-12 col-lg-6 order-1 order-lg-1 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic Programs</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a><a class="d-btn btn-secondary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                      </div>
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-1 order-lg-0 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic ProgramsH2 Diverse Academic</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence. Our college offers numerous majors and minors,
                                     ensuring students can pursue their passions and achieve academic excellence. Our college
                                     offers numerous majors and minors, ensuring students can pursue their passions and
                                     achieve academic excellence. Our college offers numerous majors and minors, ensuring
                                     students can pursue their passions and achieve academic excellence. Our college offers
                                     numerous majors and minors, ensuring students can pursue their passions and achieve
                                     academic excellence. Our college offers numerous majors and minors, ensuring students
                                     can pursue their passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                         <div class="col-12 col-lg-6 order-0 order-lg-1"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-2.png" alt="placeholder image"></div>
                      </div>
                   </section>
                   
                   <section class="news-events section-margin">
                      <div class="container">
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-3 news-events-title">
                               <h2>Events</h2><a href="#" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All Events</a></div>
                            <div class="col-12 col-lg-9">
                               <div class="row event-cards-row">
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>36th Annual Hispanic Student Day</h4></a><span class="date">April 9 | 8:00 am</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>Flying Drones Workshop</h4></a><span class="date">April 10 | 1:00 pm</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>h4 News Heading Lorem Ispum Dolo Amet</h4></a><span class="date">April 12 | 1:30 am</span></div>
                                  </div>
                               </div>
                            </div>
                         </div>
                         <div class="spacing-45"></div>
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-8 order-1 order-lg-0">
                               <div class="row news-cards-row"><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/article-placeholder-2.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-8.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/news-listing-placeholder-3.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-4.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div></div>
                            </div>
                            <div class="col-12 col-lg-4 order-0 order-lg-1 news-events-title">
                               <h2>Campus News</h2><a href="/_showcase/news/index.html" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All News</a></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="cta-banner-main section-padding" style="background-image: url(/_resources/images/patterns/sunrise-gold.png)">
                      <div class="container">
                         <div class="cta-banner-card"><span class="cta-banner-top-title">Inspiring Minds, Shaping the Future.</span><h2>Achieve your dreams with Garden City!</h2><a class="d-btn btn-primary" href="#">Primary Button</a></div>
                      </div>
                   </section>
                </main>
                <footer class="main-footer" id="mainFooter">
             <div class="container">
                <div class="footer">
                   <div class="row footer-content">
                      <div class="col-12 col-lg-6">
                         <div class="footer-info-content">
                            <div class="footer-logo"><img src="/_resources/images/logos/gccc_secondary.png" alt="footer-logo"></div>
                            <div class="footer-contact"><a href="#"><span class="icon fa-solid fa-map-location-dot"></span><span>801 Campus Drive - Garden City, KS 67846</span></a><a href="tel:6202767611"><span class="icon fa-solid fa-phone-volume"></span><span>620-276-7611</span></a></div>
                            <div class="footer-social-media"><a href="https://facebook.com"><span class="icon fa-brands fa-facebook"></span><span class="sr-only">Facebook</span></a><a href="https://instagram.com"><span class="icon fa-brands fa-instagram"></span><span class="sr-only">Instagram</span></a><a href="https://youtube.com"><span class="icon fa-brands fa-youtube"></span><span class="sr-only">YouTube</span></a><a href="https://linkedin.com"><span class="icon fa-brands fa-linkedin"></span><span class="sr-only">LinkedIn</span></a></div>
                         </div>
                      </div>
                      <div class="col-12 col-lg-6">
                         <div class="row">
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
                <div class="sub-footer">
                   <div class="row sub-footer-content">
                      <div class="col-12 col-xl-8 order-1 order-md-0">
                         <div class="sub-footer-links"><a href="/">© 2025 Garden City Community College</a><a href="#">Privacy Policy</a><a href="#">Terms of Service</a><a href="#">Cookie Settings</a></div>
                      </div>
                      <div class="col-12 col-xl-4 order-0 order-md-1 text-center text-md-end"><a href="#" class="sub-footer-image"><img src="/_resources/images/logos/ks.png" alt="Subfooter footer-logo"></a></div>
                   </div>
                </div>
             </div>
          </footer>
          <!-- Jquery -->
          <script src="/_resources/js/jquery-3.7.1.min.js"></script>
          
          <!-- BootStrap -->
          <script src="/_resources/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
          
          <!-- Slick -->
          <script type="text/javascript" src="/_resources/accessible-slick-1.0.1/slick/slick.min.js"></script>
          
          <!-- Custom -->
          <script src="/_resources/js/scripts.js"></script>
          
          <!-- DataTables -->
          <script src="/_resources/DataTables/datatables.min.js"></script>      <div id="ou-hidden" style="display:none;"></div><script>
          			if(document.getElementById("de") != null && document.getElementById("directedit")) {
          				var link = document.getElementById("de").parentNode.innerHTML;
          				document.getElementById("de").parentNode.innerHTML = "";
          				document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,'');
          			}
          		</script></body>
          </html>
          Parameter
          Header User-Agent
          Attack
          Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
  5. Risk=Informational, Confidence=Low (2)

    1. https://gccckswww.omniweb.cloud (2)

      1. Information Disclosure - Suspicious Comments (1)
        1. GET https://gccckswww.omniweb.cloud/_resources/js/scripts.js
          Alert tags
          Alert description

          The response appears to contain suspicious comments which may help an attacker. Note: Matches made within script blocks or files are against the entire content not only comments.

          Other info

          The following pattern was used: \bQUERY\b and was detected 2 times, the first in the element starting with: " const query = window.location.search;", see evidence field for the suspicious comment/snippet.

          Request
          Request line and header section (349 bytes)
          GET https://gccckswww.omniweb.cloud/_resources/js/scripts.js HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          referer: https://gccckswww.omniweb.cloud/_showcase/index.html
          
          
          Request body (0 bytes)
          Response
          Status line and header section (680 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:26 GMT
          Content-Type: text/javascript
          Content-Length: 6242
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Last-Modified: Mon, 20 Oct 2025 14:01:29 GMT
          ETag: "1862-6419785197080"
          Accept-Ranges: bytes
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          
          
          Response body (6242 bytes)
          // Hero Video Play/Pause Toggle
          $(document).ready(function () {
          	const $playPauseButton = $('.play-pause');
          	const heroVideo = document.getElementById("heroVideo");
          
          	if ($playPauseButton.length && heroVideo) {
          		let isPlaying = true;
          		$playPauseButton.on('click', function () {
          			if (isPlaying) {
          				heroVideo.pause();
          				$(this).html("<span class='fa fa-play'></span> <span>Play</span>");
          			} else {
          				heroVideo.play();
          				$(this).html("<span class='fa fa-pause'></span> <span>Pause</span>");
          			}
          			isPlaying = !isPlaying;
          		});
          	}
          });
          
          
          
          // tabs basic mobile view chevrons
          $(document).ready(function () {
          	var $container = $('.tabs-basic .nav-tabs');
          	var $prevBtn = $('.tabs-basic nav .chevron.previous');
          	var $nextBtn = $('.tabs-basic nav .chevron.next');
          	var scrollAmount = 150;
          
          	// Exit early if container doesn't exist
          	if ($container.length === 0) return;
          
          	function updateChevronVisibility() {
          		var containerEl = $container[0];
          		if (!containerEl) return;
          
          		var scrollLeft = $container.scrollLeft();
          		var maxScrollLeft = containerEl.scrollWidth - $container.outerWidth();
          
          		// Toggle previous button
          		if (scrollLeft <= 0) {
          			$prevBtn.hide();
          		} else {
          			$prevBtn.show();
          		}
          
          		// Toggle next button
          		if (scrollLeft >= maxScrollLeft - 1) {
          			$nextBtn.hide();
          		} else {
          			$nextBtn.show();
          		}
          	}
          
          	$prevBtn.on('click', function () {
          		$container.animate({ scrollLeft: $container.scrollLeft() - scrollAmount }, 300);
          	});
          
          	$nextBtn.on('click', function () {
          		$container.animate({ scrollLeft: $container.scrollLeft() + scrollAmount }, 300);
          	});
          
          	// Initial check and updates on scroll/resize
          	updateChevronVisibility();
          	$container.on('scroll', updateChevronVisibility);
          	$(window).on('resize', updateChevronVisibility);
          });
          
          
          
          // contact multicard order
          $(document).ready(function () {
          	const cards = $('.contact-multicard .contact-card');
          	let groupSizes = [2, 3]; // pattern
          	let groupIndex = 0;
          	let i = 0;
          
          	while (i < cards.length) {
          		let groupSize = groupSizes[groupIndex % groupSizes.length];
          		let group = cards.slice(i, i + groupSize);
          
          		const wrapper = $('<div class="row-wrapper"></div>');
          		group.wrapAll(wrapper);
          
          		i += groupSize;
          		groupIndex++;
          	}
          });
          
          
          
          // Disable the program finder banner button until a valid option is selected
          $(document).ready(function () {
          	const $programFinder = $('#programFinder');  // Select the <select> element
          	const $submitButton = $('#programFinderForm button[type="submit"]');
          
          	function toggleButtonDisabledClass() {
          		if ($programFinder.val() === 'placeholder') {
          			$submitButton.addClass('btn-disabled');
          		} else {
          			$submitButton.removeClass('btn-disabled');
          		}
          	}
          
          	// Run on page load
          	toggleButtonDisabledClass();
          
          	// Listen for changes
          	$programFinder.on('change', toggleButtonDisabledClass);
          });
          
          
          
          // program lisiting filters mobile acccordion
          $(document).ready(function () {
          	const $filters = $('.listing-page-filtering #programListingFilters');
          	const $desktopWrapper = $('.listing-page-filtering #filtersWrapperDesktop');
          	const $mobileWrapper = $('.listing-page-filtering #accordionBodyWrapper');
          
          	function moveToMobile() {
          		if (!$mobileWrapper.find($filters).length) {
          			$filters.appendTo($mobileWrapper);
          		}
          	}
          
          	function moveToDesktop() {
          		if (!$desktopWrapper.find($filters).length) {
          			$filters.appendTo($desktopWrapper);
          		}
          	}
          
          	function handleResize() {
          		if (window.innerWidth < 992) {
          			moveToMobile();
          		} else {
          			moveToDesktop();
          		}
          	}
          
          	// Initial load and responsive handling
          	handleResize();
          	$(window).on('resize', handleResize);
          });
          
          
          
          // sidenav mobile acccordion
          $(document).ready(function () {
          	const $content = $('#sidenavContent');
          	const $desktopWrapper = $('#sidenavWrapperDesktop');
          	const $mobileWrapper = $('#sidenavWrapperMobile #accordionBodyWrapper');
          
          	function moveToMobile() {
          		if (!$mobileWrapper.find($content).length) {
          			$content.appendTo($mobileWrapper);
          		}
          	}
          
          	function moveToDesktop() {
          		if (!$desktopWrapper.find($content).length) {
          			$content.appendTo($desktopWrapper);
          		}
          	}
          
          	function handleResize() {
          		if (window.innerWidth < 992) {
          			moveToMobile();
          		} else {
          			moveToDesktop();
          		}
          	}
          
          	// Initial load and responsive handling
          	handleResize();
          	$(window).on('resize', handleResize);
          });
          
          
          
          
          // Tabs: round first and last item in each visual row
          $(document).ready(function () {
          
          	function setRoundedTabs() {
          		var $tabs = $('.tabs-basic .nav-tabs .nav-link');
          
          		$tabs.removeClass('rounded-start rounded-end');
          
          		var currentRowTop = null;
          		var currentRowItems = $();
          
          		$tabs.each(function () {
          			var $tab = $(this);
          
          			if (currentRowTop === null || $tab.position().top !== currentRowTop) {
          				if (currentRowItems.length) {
          					currentRowItems.first().addClass('rounded-start');
          					currentRowItems.last().addClass('rounded-end');
          				}
          
          				currentRowItems = $tab;
          				currentRowTop = $tab.position().top;
          			} else {
          				currentRowItems = currentRowItems.add($tab);
          			}
          		});
          
          		if (currentRowItems.length) {
          			currentRowItems.first().addClass('rounded-start');
          			currentRowItems.last().addClass('rounded-end');
          		}
          	}
          
          	// Initial load and responsive handling
          	$(window).on('load resize', setRoundedTabs);
          });
          
          
          
          // Hero Video Play/Pause Toggle
          $(document).ready(function () {
          	const $playPauseButton = $('.play-pause');
          	const heroVideo = document.getElementById("heroVideo");
          
          	if ($playPauseButton.length && heroVideo) {
          		let isPlaying = true;
          
          		$playPauseButton.on('click', function () {
          			if (isPlaying) {
          				heroVideo.pause();
          				$(this).html('<span class="fa-solid fa-play"></span>');
          			} else {
          				heroVideo.play();
          				$(this).html('<span class="fa-solid fa-pause"></span>');
          			}
          			isPlaying = !isPlaying;
          		});
          	}
          });
          
          //Allowing Program Filtering from Program Finder Component
          $(document).ready(function () {
          	const query = window.location.search;
          	const urlParams = new URLSearchParams(query);
          	const param = urlParams.get('program');
          	if(param){
          		const ele = document.getElementById('programListingSearch');
          		ele.value = param;
          		const enterEvent = new KeyboardEvent('keyup', {
          			key: 'Enter',
          			code: 'Enter',
          			keyCode: 13,
          			which: 13, 
          			bubbles: true, 
          			cancelable: true
          		});
          		ele.dispatchEvent(enterEvent);
          	}
          });
          Evidence
          query
          Solution

          Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.

      2. Re-examine Cache-control Directives (1)
        1. GET https://gccckswww.omniweb.cloud/_showcase/index.html
          Alert tags
          Alert description

          The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.

          Request
          Request line and header section (282 bytes)
          GET https://gccckswww.omniweb.cloud/_showcase/index.html HTTP/1.1
          host: gccckswww.omniweb.cloud
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (594 bytes)
          HTTP/1.1 200 OK
          Date: Mon, 27 Oct 2025 16:05:24 GMT
          Content-Type: text/html; charset=UTF-8
          Connection: keep-alive
          X-Frame-Options: SAMEORIGIN
          X-Content-Type-Options: nosniff
          Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data:; font-src * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://a.cms.omniupdate.com;
          Access-Control-Allow-Origin: *
          Vary: Accept-Encoding
          X-Robots-Tag: noindex, nofollow
          Server: director
          Strict-Transport-Security: max-age=31536000; includeSubDomains
          content-length: 23004
          
          
          Response body (23004 bytes)
          <!DOCTYPE HTML><html lang="en">
             <head>
                <meta charset="UTF-8">
                <meta http-equiv="x-ua-compatible" content="ie=edge">
                <title>Home</title>
                <link rel="canonical" href="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
                <ouc:editor wysiwyg="no"/>
          <!-- this is the headcode include -->
          <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
          
          <!-- Bootstrap CSS -->
          <link rel="stylesheet" href="/_resources/bootstrap-5.3.3-dist/css/bootstrap.min.css">
          
          <!-- Slick -->
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick.min.css">
          <link rel="stylesheet" type="text/css" href="_resources/accessible-slick-1.0.1/slick/slick-theme.min.css">
          
          <!-- Fonts -->
          <link rel="stylesheet" href="/_resources/css/fonts.css">
          
          <!-- Global Styles -->
          <link rel="stylesheet" href="/_resources/css/spacings.css">
          <link rel="stylesheet" href="/_resources/css/colors.css">
          <link rel="stylesheet" href="/_resources/css/actions.css">
          <link rel="stylesheet" href="/_resources/css/main-nav.css">
          <link rel="stylesheet" href="/_resources/css/footer.css">
          <link rel="stylesheet" href="/_resources/css/global.css">
          <link rel="stylesheet" href="/_resources/css/showcase.css">
          
          <!-- DataTables CSS -->
          <link rel="stylesheet" href="/_resources/DataTables/datatables.min.css">
          
          <link rel="stylesheet" href="/_resources/css/mcstyles.css" />      <meta property="og:title" content="Home">
                <meta property="og:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta property="og:description" content="">
                <meta property="og:type" content="">
                <meta property="og:updated_time" content="2025-10-21T14:21:51.647996306-07:00">
                <meta name="twitter:card" content="summary_large_image">
                <meta name="twitter:url" content="https://gccckswww.omniweb.cloud/_showcase/index.html">
                <meta name="twitter:title" content="Home">
                <meta name="twitter:description" content="">
             </head>
             <body><ouc:editor wysiwyg="no"/>
          <header class="main-nav"><a href="#mainContent" class="skip-btn">Skip to Main Content</a><a href="#mainFooter" class="skip-btn">Skip to Footer</a><div class="top-nav">
                <div class="container">
                   <div class="row">
                      <div class="col-12 col-lg-3"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_primary.png" alt="GCCC Logo"></a></div>
                      <div class="col-12 col-lg-9">
                         <div class="top-nav-content"><a class="top-nav-link" href="#">myGCCC</a><span>|</span><a class="top-nav-link" href="#">Give</a><span>|</span><a class="top-nav-link" href="#">Programs</a><span>|</span><a class="top-nav-link" href="#">News</a><div class="nav-search-container">
                               <form action="/action_page.php" class="nav-search-input" id="searchForm"><label for="searchMainNavDesktop" class="sr-only">Search</label><input type="text" id="searchMainNavDesktop" name="searchMainNavDesktop" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
             <nav class="navbar navbar-expand-lg bottom-nav" aria-label="main bottom navigation">
                <div class="mobile-nav">
                   <div class="container">
                      <div class="row gx-0 w-100 d-flex align-items-center">
                         <div class="col-4 text-start"><a class="top-nav-link" href="#">myGCCC</a></div>
                         <div class="col-4 text-center"><a class="navbar-brand" href="/"><img src="/_resources/images/logos/gccc_sm.png" alt="GCCC Mobile Logo"></a></div>
                         <div class="col-4 text-end"><button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="menu"><span class="fa-solid fa-bars me-1"></span>
                               									MENU
                               								</button></div>
                      </div>
                   </div>
                </div>
                <div class="collapse navbar-collapse" id="navbarNavDropdown">
                   <div class="container">
                      <div class="bottom-nav-content">
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Admissions</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">International Students</a><a class="dropdown-item" href="#">Application Deadlines</a><a class="dropdown-item" href="#">Financial Aid</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Undergraduate Admissions</a><a class="dropdown-item" href="#">Graduate Admissions</a><a class="dropdown-item" href="#">International Students</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Academics</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Course Catalog</a><a class="dropdown-item" href="#">Academic Calendar</a><a class="dropdown-item" href="#">Research Opportunities</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Colleges &amp; Schools</a><a class="dropdown-item" href="#">Academic Programs</a><a class="dropdown-item" href="#">Course Catalog</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Student Life</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Housing &amp; Residence Life</a><a class="dropdown-item" href="#">Campus Dining</a><a class="dropdown-item" href="#">Health &amp; Wellness Services</a></div>
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Student Organizations</a><a class="dropdown-item" href="#">Campus Events</a><a class="dropdown-item" href="#">Housing &amp; Residence Life</a></div>
                               </div>
                            </div>
                         </div>
                         <div><a class="bottom-nav-link" href="#">Athletics<span class="icon fa-solid fa-arrow-up-right-from-square"></span></a></div>
                         <div class="dropdown"><a class="dropdown-toggle bottom-nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">I Am A...</a><div class="dropdown-menu">
                               <div class="row">
                                  <div class="col-12 col-lg"><a class="dropdown-item" href="#">Admissions Office</a><a class="dropdown-item" href="#">Academic Departments</a><a class="dropdown-item" href="#">Student Services</a></div>
                               </div>
                            </div>
                         </div>
                         <div class="mobile-nav-buttons"><a class="d-btn btn-primary" href="#">Apply Now</a></div>
                      </div>
                   </div>
                   <div class="mobile-sub-nav d-lg-none">
                      <form action="/action_page.php" class="nav-search-input active" id="searchForm"><label for="searchMainNavMobile" class="sr-only">Search</label><input type="text" id="searchMainNavMobile" name="searchMainNavMobile" placeholder="Search"><button type="submit"><span class="icon fa-solid fa-magnifying-glass"></span><span class="sr-only">Search</span></button></form>
                      <div class="mobile-sub-nav-links"><a href="#">myGCCC</a><span>|</span><a href="#">Give</a><span>|</span><a href="#">Programs</a><span>|</span><a href="#">News</a></div>
                   </div>
                </div>
             </nav>
          </header>      <main class="content" id="main-content">
                   <section class="hero-banner"><button type="button" class="play-pause" title="play/pause"><span><span class="fa-solid fa-pause"></span></span></button><div data-bs-video="/_resources/videos/graduation.mp4" data-bs-type="video/mp4" data-bs-image="/_resources/images/placeholder/full-width-photo.png"><video id="heroVideo" autoplay="" muted="" loop="" playsinline="">
                            <source src="/_resources/videos/graduation.mp4" type="video/mp4"></video></div>
                      <div class="container-fluid hero-banner-container">
                         <div class="hero-banner-content">
                            					
                            <h1 class="title">Learning in Action</h1>
                            					
                            <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, <br></span><span>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p>
                            					
                            <p><a class="d-btn btn-primary" href="#">Primary Button</a></p>
                            				</div>
                      </div>
                   </section>
                   <section class="program-finder section-margin">
                      <div class="container">
                         <div class="row">
                            <div class="col-12 col-lg-10 offset-lg-1">
                               <div class="row program-finder-row">
                                  <div class="col-12 col-lg-5 text-center"><img class="program-finder-image" src="/_resources/images/patterns/cowboy-brown.png" alt="Cowboy riding a horse"></div>
                                  <div class="col-12 col-lg-7 program-finder-content">
                                     <div>
                                        
                                        <h2 class="title">Find Your Program</h2>
                                        
                                        <p>Find the perfect Program for you! Discover your home here and start exploring.</p>
                                        </div>
                                     <form action="/_showcase/programs/index.html" id="programFinderForm" class="select-box"><label for="programFinder" class="sr-only">Choose a Program</label><div class="select-wrapper"><select name="program" id="programFinder">
                                              <option value="placeholder">I am interested in...</option><option value="Biology">Biology</option><option value="Criminal Psychology">Criminal Psychology</option><option value="History Education">History Education</option><option value="Engineering">Engineering</option><option value="Business Administration">Business Administration</option><option value="Dance Performance">Dance Performance</option><option value="Computer Science">Computer Science</option><option value="Agricultural Science">Agricultural Science</option><option value="Web Development">Web Development</option><option value="Technical Education">Technical Education</option><option value="Communication Studies">Communication Studies</option><option value="Sociology">Sociology</option></select></div><button type="submit" class="d-btn btn-primary"><span>Browse Programs</span></button></form><a href="/_showcase/programs/index.php" class="d-hyperlink hyperlink-arrow-sm">View all Programs</a></div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="fast-facts section-margin">
                      <div class="container">
                         <div class="fast-facts-row">
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/cowboyhat-white.png" alt="alt"><span class="number">95%</span><span class="text">Graduate employment rate within six months of graduation.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/squiggle-arrow-white.png" alt="alt"><span class="number">200+</span><span class="text">Academic programs and majors offered.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/sunflower-white.png" alt="alt"><span class="number">18:1</span><span class="text">Student-to-faculty ratio for personalized learning.</span></div>
                            <div class="fast-fact-card"><img class="icon" src="/_resources/images/icons/horseshoe-white.png" alt="alt"><span class="number">$50M</span><span class="text">Annual research funding supporting innovation and discovery.</span></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="checkerboard section-margin">
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-0 order-lg-0"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-1.png" alt="alternate"></div>
                         <div class="col-12 col-lg-6 order-1 order-lg-1 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic Programs</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a><a class="d-btn btn-secondary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                      </div>
                      <div class="row gx-0">
                         <div class="col-12 col-lg-6 order-1 order-lg-0 d-flex align-items-center">
                            <div class="checkerboard-content">
                               
                               <h2>H2 Diverse Academic ProgramsH2 Diverse Academic</h2>
                               
                               <p><span>Our college offers numerous majors and minors, ensuring students can pursue their
                                     passions and achieve academic excellence. Our college offers numerous majors and minors,
                                     ensuring students can pursue their passions and achieve academic excellence. Our college
                                     offers numerous majors and minors, ensuring students can pursue their passions and
                                     achieve academic excellence. Our college offers numerous majors and minors, ensuring
                                     students can pursue their passions and achieve academic excellence. Our college offers
                                     numerous majors and minors, ensuring students can pursue their passions and achieve
                                     academic excellence. Our college offers numerous majors and minors, ensuring students
                                     can pursue their passions and achieve academic excellence.</span></p>
                               
                               <div class="checkerboard-buttons"><a class="d-btn btn-primary" href="#">Call to Action</a></div>
                            </div>
                         </div>
                         <div class="col-12 col-lg-6 order-0 order-lg-1"><img class="checkerboard-image" src="/_resources/images/placeholder/checkerboard-placeholder-2.png" alt="placeholder image"></div>
                      </div>
                   </section>
                   
                   <section class="news-events section-margin">
                      <div class="container">
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-3 news-events-title">
                               <h2>Events</h2><a href="#" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All Events</a></div>
                            <div class="col-12 col-lg-9">
                               <div class="row event-cards-row">
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>36th Annual Hispanic Student Day</h4></a><span class="date">April 9 | 8:00 am</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>Flying Drones Workshop</h4></a><span class="date">April 10 | 1:00 pm</span></div>
                                  </div>
                                  <div class="col-12 col-lg-4">
                                     <div class="event-card"><a href="#" target="_blank">
                                           <h4>h4 News Heading Lorem Ispum Dolo Amet</h4></a><span class="date">April 12 | 1:30 am</span></div>
                                  </div>
                               </div>
                            </div>
                         </div>
                         <div class="spacing-45"></div>
                         <div class="row news-events-row">
                            <div class="col-12 col-lg-8 order-1 order-lg-0">
                               <div class="row news-cards-row"><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/article-placeholder-2.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-8.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div><div class="col-12 col-lg-6">	<div class="news-card">		<div class="row g-0 h-100">			<div class="col-12 col-lg-5 news-card-image">				<img src="/_resources/images/placeholder/news-listing-placeholder-3.png" alt="Placeholder"/>			</div>			<div class="col-12 col-lg news-card-content">				<h5>GCCC Endowment Association 2023-2024 Annual Report Released</h5>				<a href="/_showcase/news/article-4.html" class="news-card-link d-hyperlink hyperlink-arrow-sm">Read More</a>			</div>		</div>	</div></div></div>
                            </div>
                            <div class="col-12 col-lg-4 order-0 order-lg-1 news-events-title">
                               <h2>Campus News</h2><a href="/_showcase/news/index.html" target="_blank" class="d-hyperlink hyperlink-arrow-sm">View All News</a></div>
                         </div>
                      </div>
                   </section>
                   
                   <section class="cta-banner-main section-padding" style="background-image: url(/_resources/images/patterns/sunrise-gold.png)">
                      <div class="container">
                         <div class="cta-banner-card"><span class="cta-banner-top-title">Inspiring Minds, Shaping the Future.</span><h2>Achieve your dreams with Garden City!</h2><a class="d-btn btn-primary" href="#">Primary Button</a></div>
                      </div>
                   </section>
                </main>
                <footer class="main-footer" id="mainFooter">
             <div class="container">
                <div class="footer">
                   <div class="row footer-content">
                      <div class="col-12 col-lg-6">
                         <div class="footer-info-content">
                            <div class="footer-logo"><img src="/_resources/images/logos/gccc_secondary.png" alt="footer-logo"></div>
                            <div class="footer-contact"><a href="#"><span class="icon fa-solid fa-map-location-dot"></span><span>801 Campus Drive - Garden City, KS 67846</span></a><a href="tel:6202767611"><span class="icon fa-solid fa-phone-volume"></span><span>620-276-7611</span></a></div>
                            <div class="footer-social-media"><a href="https://facebook.com"><span class="icon fa-brands fa-facebook"></span><span class="sr-only">Facebook</span></a><a href="https://instagram.com"><span class="icon fa-brands fa-instagram"></span><span class="sr-only">Instagram</span></a><a href="https://youtube.com"><span class="icon fa-brands fa-youtube"></span><span class="sr-only">YouTube</span></a><a href="https://linkedin.com"><span class="icon fa-brands fa-linkedin"></span><span class="sr-only">LinkedIn</span></a></div>
                         </div>
                      </div>
                      <div class="col-12 col-lg-6">
                         <div class="row">
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                            <div class="col-6 col-lg-3">
                               <div class="footer-link-content"><a href="#"><span>Link 1</span></a><a href="#"><span>Link 2</span></a><a href="#"><span>Link 3</span></a><a href="#"><span>Link 4</span></a><a href="#"><span>Link 5</span></a></div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
                <div class="sub-footer">
                   <div class="row sub-footer-content">
                      <div class="col-12 col-xl-8 order-1 order-md-0">
                         <div class="sub-footer-links"><a href="/">© 2025 Garden City Community College</a><a href="#">Privacy Policy</a><a href="#">Terms of Service</a><a href="#">Cookie Settings</a></div>
                      </div>
                      <div class="col-12 col-xl-4 order-0 order-md-1 text-center text-md-end"><a href="#" class="sub-footer-image"><img src="/_resources/images/logos/ks.png" alt="Subfooter footer-logo"></a></div>
                   </div>
                </div>
             </div>
          </footer>
          <!-- Jquery -->
          <script src="/_resources/js/jquery-3.7.1.min.js"></script>
          
          <!-- BootStrap -->
          <script src="/_resources/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
          
          <!-- Slick -->
          <script type="text/javascript" src="/_resources/accessible-slick-1.0.1/slick/slick.min.js"></script>
          
          <!-- Custom -->
          <script src="/_resources/js/scripts.js"></script>
          
          <!-- DataTables -->
          <script src="/_resources/DataTables/datatables.min.js"></script>      <div id="ou-hidden" style="display:none;"></div><script>
          			if(document.getElementById("de") != null && document.getElementById("directedit")) {
          				var link = document.getElementById("de").parentNode.innerHTML;
          				document.getElementById("de").parentNode.innerHTML = "";
          				document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,'');
          			}
          		</script></body>
          </html>
          Parameter
          cache-control
          Solution

          For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".

Appendix

Alert types

This section contains additional information on the types of alerts in the report.

  1. Absence of Anti-CSRF Tokens

    Source raised by a passive scanner (Absence of Anti-CSRF Tokens)
    CWE ID 352
    WASC ID 9
    Reference
    1. https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
    2. https://cwe.mitre.org/data/definitions/352.html
  2. CSP: Wildcard Directive

    Source raised by a passive scanner (CSP)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://www.w3.org/TR/CSP/
    2. https://caniuse.com/#search=content+security+policy
    3. https://content-security-policy.com/
    4. https://github.com/HtmlUnit/htmlunit-csp
    5. https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources
  3. CSP: script-src unsafe-inline

    Source raised by a passive scanner (CSP)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://www.w3.org/TR/CSP/
    2. https://caniuse.com/#search=content+security+policy
    3. https://content-security-policy.com/
    4. https://github.com/HtmlUnit/htmlunit-csp
    5. https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources
  4. CSP: style-src unsafe-inline

    Source raised by a passive scanner (CSP)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://www.w3.org/TR/CSP/
    2. https://caniuse.com/#search=content+security+policy
    3. https://content-security-policy.com/
    4. https://github.com/HtmlUnit/htmlunit-csp
    5. https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources
  5. Cross-Domain Misconfiguration

    Source raised by a passive scanner (Cross-Domain Misconfiguration)
    CWE ID 264
    WASC ID 14
    Reference
    1. https://vulncat.fortify.com/en/detail?id=desc.config.dotnet.html5_overly_permissive_cors_policy
  6. Content-Type Header Missing

    Source raised by a passive scanner (Content-Type Header Missing)
    CWE ID 345
    WASC ID 12
    Reference
    1. https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
  7. Information Disclosure - Suspicious Comments

    Source raised by a passive scanner (Information Disclosure - Suspicious Comments)
    CWE ID 200
    WASC ID 13
  8. Modern Web Application

    Source raised by a passive scanner (Modern Web Application)
  9. Re-examine Cache-control Directives

    Source raised by a passive scanner (Re-examine Cache-control Directives)
    CWE ID 525
    WASC ID 13
    Reference
    1. https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
    2. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
    3. https://grayduck.mn/2021/09/13/cache-control-recommendations/
  10. User Agent Fuzzer

    Source raised by an active scanner (User Agent Fuzzer)
    Reference
    1. https://owasp.org/wstg