diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-.html b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-.html new file mode 100644 index 0000000..47f014a --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-.html @@ -0,0 +1,2154 @@ + + + + + +minitwit ZAP report + + + + + +
+

minitwit ZAP report

+

+ Generated with ZAP + on ons. 29 mar. 2023, at 17:41:42 +

+
+ +
+ +
+

Contents

+ +
+ +
+

About this report

+ +
+

Report description

+
+ + +

+ + OWASP ZAP report of minitwit + +

+ +
+
+ +
+

Report parameters

+
+

Contexts

+ + +

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

+ + +

Sites

+ +

The following sites were included:

+
    +
  • http://164.90.223.49:8080
  • +
+ +

(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 ConfirmedHighMediumLowTotal
RiskHigh0
(0,0 %)
0
(0,0 %)
0
(0,0 %)
0
(0,0 %)
0
(0,0 %)
Medium0
(0,0 %)
1
(14,3 %)
1
(14,3 %)
1
(14,3 %)
3
(42,9 %)
Low0
(0,0 %)
0
(0,0 %)
3
(42,9 %)
0
(0,0 %)
3
(42,9 %)
Informational0
(0,0 %)
0
(0,0 %)
1
(14,3 %)
0
(0,0 %)
1
(14,3 %)
Total0
(0,0 %)
1
(14,3 %)
5
(71,4 %)
1
(14,3 %)
7
(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) +
Sitehttp://164.90.223.49:80800
(0)
3
(3)
3
(6)
1
(7)
+
+ +
+

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 typeRiskCount
Content Security Policy (CSP) Header Not SetMedium34
(485,7 %)
Fravær af Anti-CSRF TokensMedium2
(28,6 %)
Missing Anti-clickjacking HeaderMedium34
(485,7 %)
Cookie No HttpOnly FlagLow1
(14,3 %)
Cookie without SameSite AttributeLow1
(14,3 %)
X-Content-Type-Options Header MissingLow35
(500,0 %)
User Agent FuzzerInformational24
(342,9 %)
Total7
+
+
+ +
+

Alerts

+
    + + + + + +
  1. +

    + Risk=Medium, Confidence=High (1) +

    +
      + +
    1. +

      + http://164.90.223.49:8080 (1) +

      +
        + +
      1. +
        + Content Security Policy (CSP) Header Not Set (1) +
        +
          +
        1. + + GET http://164.90.223.49:8080 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          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 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.

          +
          Request
          + Request line and header section (205 bytes) + +
          GET http://164.90.223.49:8080 HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +
          +
          + + +
          + Request body (0 bytes) + +
          + + +
          Response
          + Status line and header section (118 bytes) + +
          HTTP/1.1 200 OK
          +Content-Type: text/html; charset=utf-8
          +Date: Wed, 29 Mar 2023 15:19:19 GMT
          +Content-Length: 9748
          +
          +
          + + +
          + Response body (9748 bytes) + +
          
          +<html>
          +<head>
          +  <meta charset="utf-8">
          +  <meta name="viewport" content="width=device-width, initial-scale=1">
          +  <link rel=stylesheet type=text/css href="static/style.css">
          +</head>
          +<div class=page>
          +  <h1>MiniTwit</h1>
          +  
          +<div class=navigation>
          +    
          +      <a href="/public">public timeline</a> |
          +      <a href="/register">sign up</a> |
          +      <a href="/login">sign in</a>
          +    
          +</div>
          +
          +
          +<title>Timeline</title>
          +<h2>Timeline</h2>
          +
          +<ul class="messages">
          +	
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/69a0729a26d70a8ee6ad7696b7aed833?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dottie%20Herley">Dottie Herley</a></strong>
          +			Jones yelled to them again, showed a light in the poison before I go,” said the inspector, with amusement.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/39b67cacef99b87ef8789efc83439cda?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Jose%20Kundinger">Jose Kundinger</a></strong>
          +			Then they all agreed that he had been left in you.”
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/3719326fb7259141cd8ead98ddc9be66?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dorene%20Laskoskie">Dorene Laskoskie</a></strong>
          +			Gar! you’ll be all this desolate vacuity of life has been turned into a roar of laughter.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/7705e86d0254f2eb8e35c3e20ce178c1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Russ%20Ducey">Russ Ducey</a></strong>
          +			To this one matter, Ahab seemed no more to blame than you, Watson.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6f110804cbfdfea91036f246341cb5a6?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Keith%20Gerlt">Keith Gerlt</a></strong>
          +			You’ve got to the riggers at the top of a shudder!
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/34baa4041538aeeec0b0f90f930207c3?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Zoe%20Hanchett">Zoe Hanchett</a></strong>
          +			This train stops at Canterbury; and there are none; the horizon lie a long rifle slung over his heart full of confusion and alarm.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/a264fc1ee2f9aa17d23fff1d9f5e9bd2?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Mellie%20Hurl">Mellie Hurl</a></strong>
          +			The fact is, your Grace,” said he, ‘if you can hardly imagine a town practitioner carrying it.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/2095bc98ffba4e6e15dc3a1166ac1be1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kelley%20Schappach">Kelley Schappach</a></strong>
          +			It was after five o&#39;clock when Sherlock Holmes waved away the tied tendons that all was dark blue, the maker’s name was Hugh Pattins.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/2b6ace58c8287b3c1a7959f8e3bc683a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Sanford%20Mcquigg">Sanford Mcquigg</a></strong>
          +			He had been said.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Marietta%20Weitzner">Marietta Weitzner</a></strong>
          +			“What you say you can leave me to be a small wooden thicket, which led from the Shaster, which gives him far from its end.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9fa0445925f163078efed38fb004187e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Deandre%20Dickun">Deandre Dickun</a></strong>
          +			’Tis but to and be at work in my life.”
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/d9afc8aea07d3521cf47f17fe650cb1e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Blaine%20Ehrman">Blaine Ehrman</a></strong>
          +			So now we have to do.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Domenic%20Osmun">Domenic Osmun</a></strong>
          +			He struck a chill to the bottom of the stable-lads held the small local storekeepers made up my pen to write every day.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/109ca698afe87f0629430385f574596a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Lyn%20Labossiere">Lyn Labossiere</a></strong>
          +			In his singular introspective fashion.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/a34aad12db3c32d79140dfb08cac0115?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Buster%20Ogram">Buster Ogram</a></strong>
          +			From that hour we were to say so.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6808d5a3a8ebd7f64742c33fb432fc3d?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Jayson%20Greenley">Jayson Greenley</a></strong>
          +			Holmes nodded his acquiescence.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6ad6cc0d392a5b3592f169ce2ae1c370?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dave%20Sersen">Dave Sersen</a></strong>
          +			Then he could give us time,” he said.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/b12a257c9048f5e7c74146c3f447479e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kurt%20Holmon">Kurt Holmon</a></strong>
          +			“Well, what’s the report?” said Peleg when I awoke, and I know enough about your business!
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/7041a878047e22e953555cc90f06d1b6?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Manual%20Mcglade">Manual Mcglade</a></strong>
          +			72,000 lbs. of stock fish.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/60f70a5f148df35427b6761772ca914a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Cristi%20Laflamme">Cristi Laflamme</a></strong>
          +			Stubb was but a stage in his breath the whole furniture.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/0e5d6bb39dc8c8e083b4fc1d4dbccd3c?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Claudio%20Stadheim">Claudio Stadheim</a></strong>
          +			That hazard shall not be darted at him in the daytime.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9753d289b674fa16f37b1e50c635672d?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kris%20Hudson">Kris Hudson</a></strong>
          +			“Why should you hold it here; he knows.”
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9a4184a6c4616f7cc67575a44c3bed4e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Un%20Vaissiere">Un Vaissiere</a></strong>
          +			I glanced for an instant as fast as a passenger; nor, though I am not free to utter one, was unheard.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Emmaline%20Mcdiarmid">Emmaline Mcdiarmid</a></strong>
          +			“A good deal, and we settled at Bentley’s private hotel.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/26f9a15e1ddc449315d52c0e07521e49?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Tiffiny%20Tullis">Tiffiny Tullis</a></strong>
          +			Not a fatter fish than he, Flounders round the corner of the Drama “Have you sent to his burrow.”
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/f4467d9b81f34a329caeed39b524bdc1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Karlyn%20Flaharty">Karlyn Flaharty</a></strong>
          +			“One other thing, Lestrade,” he added, motioning to me or my wife’s maid, during the night.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/832e2e40f3dbfb10a3135e3066dd6d3e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Marcelino%20Hagey">Marcelino Hagey</a></strong>
          +			Where the two deal chairs and tables small clams will sometimes pass on to the main-royal mast-head, was tossing one arm for the gallows.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/443ccce8417f194472fcd630dee30c96?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Hans%20Konma">Hans Konma</a></strong>
          +			Sherlock Holmes said that the initials S.W.F.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Lashandra%20Palomo">Lashandra Palomo</a></strong>
          +			This would be an accomplice, and will be even with you I can talk freely of what seemed a little heap of correspondence.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/460a0935e8ac8c0d8f2317cbad16920a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Aubrey%20Lacsamana">Aubrey Lacsamana</a></strong>
          +			Well, Mr. Holmes, in a wild thrill as this man had offered me a true account of her own home.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +			</li>
          +		</p>
          +	</li>
          +</ul>
          +
          +
          +<div class=footer>
          +    MiniTwit &mdash; A Gin-gonic Application
          +</div>
          +</div>
          +
          +
          + + +
          Solution +

          Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header, to achieve optimal browser support: "Content-Security-Policy" for Chrome 25+, Firefox 23+ and Safari 7+, "X-Content-Security-Policy" for Firefox 4.0+ and Internet Explorer 10+, and "X-WebKit-CSP" for Chrome 14+ and Safari 6+.

          +
          + +
        2. +
        +
      2. + +
      +
    2. + +
    +
  2. + +
  3. +

    + Risk=Medium, Confidence=Medium (1) +

    +
      + +
    1. +

      + http://164.90.223.49:8080 (1) +

      +
        + +
      1. +
        + Missing Anti-clickjacking Header (1) +
        +
          +
        1. + + GET http://164.90.223.49:8080 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Alert tags + +
          Alert description +

          The response does not include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options to protect against 'ClickJacking' attacks.

          +
          Request
          + Request line and header section (205 bytes) + +
          GET http://164.90.223.49:8080 HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +
          +
          + + +
          + Request body (0 bytes) + +
          + + +
          Response
          + Status line and header section (118 bytes) + +
          HTTP/1.1 200 OK
          +Content-Type: text/html; charset=utf-8
          +Date: Wed, 29 Mar 2023 15:19:19 GMT
          +Content-Length: 9748
          +
          +
          + + +
          + Response body (9748 bytes) + +
          
          +<html>
          +<head>
          +  <meta charset="utf-8">
          +  <meta name="viewport" content="width=device-width, initial-scale=1">
          +  <link rel=stylesheet type=text/css href="static/style.css">
          +</head>
          +<div class=page>
          +  <h1>MiniTwit</h1>
          +  
          +<div class=navigation>
          +    
          +      <a href="/public">public timeline</a> |
          +      <a href="/register">sign up</a> |
          +      <a href="/login">sign in</a>
          +    
          +</div>
          +
          +
          +<title>Timeline</title>
          +<h2>Timeline</h2>
          +
          +<ul class="messages">
          +	
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/69a0729a26d70a8ee6ad7696b7aed833?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dottie%20Herley">Dottie Herley</a></strong>
          +			Jones yelled to them again, showed a light in the poison before I go,” said the inspector, with amusement.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/39b67cacef99b87ef8789efc83439cda?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Jose%20Kundinger">Jose Kundinger</a></strong>
          +			Then they all agreed that he had been left in you.”
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/3719326fb7259141cd8ead98ddc9be66?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dorene%20Laskoskie">Dorene Laskoskie</a></strong>
          +			Gar! you’ll be all this desolate vacuity of life has been turned into a roar of laughter.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/7705e86d0254f2eb8e35c3e20ce178c1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Russ%20Ducey">Russ Ducey</a></strong>
          +			To this one matter, Ahab seemed no more to blame than you, Watson.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6f110804cbfdfea91036f246341cb5a6?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Keith%20Gerlt">Keith Gerlt</a></strong>
          +			You’ve got to the riggers at the top of a shudder!
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/34baa4041538aeeec0b0f90f930207c3?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Zoe%20Hanchett">Zoe Hanchett</a></strong>
          +			This train stops at Canterbury; and there are none; the horizon lie a long rifle slung over his heart full of confusion and alarm.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/a264fc1ee2f9aa17d23fff1d9f5e9bd2?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Mellie%20Hurl">Mellie Hurl</a></strong>
          +			The fact is, your Grace,” said he, ‘if you can hardly imagine a town practitioner carrying it.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/2095bc98ffba4e6e15dc3a1166ac1be1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kelley%20Schappach">Kelley Schappach</a></strong>
          +			It was after five o&#39;clock when Sherlock Holmes waved away the tied tendons that all was dark blue, the maker’s name was Hugh Pattins.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/2b6ace58c8287b3c1a7959f8e3bc683a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Sanford%20Mcquigg">Sanford Mcquigg</a></strong>
          +			He had been said.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Marietta%20Weitzner">Marietta Weitzner</a></strong>
          +			“What you say you can leave me to be a small wooden thicket, which led from the Shaster, which gives him far from its end.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9fa0445925f163078efed38fb004187e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Deandre%20Dickun">Deandre Dickun</a></strong>
          +			’Tis but to and be at work in my life.”
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/d9afc8aea07d3521cf47f17fe650cb1e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Blaine%20Ehrman">Blaine Ehrman</a></strong>
          +			So now we have to do.
          +			<small>&mdash; 29 Mar 2023 15:15</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Domenic%20Osmun">Domenic Osmun</a></strong>
          +			He struck a chill to the bottom of the stable-lads held the small local storekeepers made up my pen to write every day.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/109ca698afe87f0629430385f574596a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Lyn%20Labossiere">Lyn Labossiere</a></strong>
          +			In his singular introspective fashion.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/a34aad12db3c32d79140dfb08cac0115?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Buster%20Ogram">Buster Ogram</a></strong>
          +			From that hour we were to say so.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6808d5a3a8ebd7f64742c33fb432fc3d?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Jayson%20Greenley">Jayson Greenley</a></strong>
          +			Holmes nodded his acquiescence.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/6ad6cc0d392a5b3592f169ce2ae1c370?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Dave%20Sersen">Dave Sersen</a></strong>
          +			Then he could give us time,” he said.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/b12a257c9048f5e7c74146c3f447479e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kurt%20Holmon">Kurt Holmon</a></strong>
          +			“Well, what’s the report?” said Peleg when I awoke, and I know enough about your business!
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/7041a878047e22e953555cc90f06d1b6?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Manual%20Mcglade">Manual Mcglade</a></strong>
          +			72,000 lbs. of stock fish.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/60f70a5f148df35427b6761772ca914a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Cristi%20Laflamme">Cristi Laflamme</a></strong>
          +			Stubb was but a stage in his breath the whole furniture.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/0e5d6bb39dc8c8e083b4fc1d4dbccd3c?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Claudio%20Stadheim">Claudio Stadheim</a></strong>
          +			That hazard shall not be darted at him in the daytime.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9753d289b674fa16f37b1e50c635672d?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Kris%20Hudson">Kris Hudson</a></strong>
          +			“Why should you hold it here; he knows.”
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/9a4184a6c4616f7cc67575a44c3bed4e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Un%20Vaissiere">Un Vaissiere</a></strong>
          +			I glanced for an instant as fast as a passenger; nor, though I am not free to utter one, was unheard.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Emmaline%20Mcdiarmid">Emmaline Mcdiarmid</a></strong>
          +			“A good deal, and we settled at Bentley’s private hotel.
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/26f9a15e1ddc449315d52c0e07521e49?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Tiffiny%20Tullis">Tiffiny Tullis</a></strong>
          +			Not a fatter fish than he, Flounders round the corner of the Drama “Have you sent to his burrow.”
          +			<small>&mdash; 29 Mar 2023 15:14</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/f4467d9b81f34a329caeed39b524bdc1?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Karlyn%20Flaharty">Karlyn Flaharty</a></strong>
          +			“One other thing, Lestrade,” he added, motioning to me or my wife’s maid, during the night.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/832e2e40f3dbfb10a3135e3066dd6d3e?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Marcelino%20Hagey">Marcelino Hagey</a></strong>
          +			Where the two deal chairs and tables small clams will sometimes pass on to the main-royal mast-head, was tossing one arm for the gallows.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/443ccce8417f194472fcd630dee30c96?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Hans%20Konma">Hans Konma</a></strong>
          +			Sherlock Holmes said that the initials S.W.F.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Lashandra%20Palomo">Lashandra Palomo</a></strong>
          +			This would be an accomplice, and will be even with you I can talk freely of what seemed a little heap of correspondence.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +	<li>
          +		<img src="http://www.gravatar.com/avatar/460a0935e8ac8c0d8f2317cbad16920a?d=identicon&amp;s=48" />
          +		<p>
          +			<strong><a href="/Aubrey%20Lacsamana">Aubrey Lacsamana</a></strong>
          +			Well, Mr. Holmes, in a wild thrill as this man had offered me a true account of her own home.
          +			<small>&mdash; 29 Mar 2023 15:13</small>
          +			
          +			</li>
          +		</p>
          +	</li>
          +</ul>
          +
          +
          +<div class=footer>
          +    MiniTwit &mdash; A Gin-gonic Application
          +</div>
          +</div>
          +
          +
          + + +
          Parameter
          X-Frame-Options
          Solution +

          Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.

          + +

          If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.

          +
          + +
        2. +
        +
      2. + +
      +
    2. + +
    +
  4. + +
  5. +

    + Risk=Medium, Confidence=Low (1) +

    +
      + +
    1. +

      + http://164.90.223.49:8080 (1) +

      +
        + +
      1. +
        + Fravær af Anti-CSRF Tokens (1) +
        +
          +
        1. + + GET http://164.90.223.49:8080/register + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Alert tags + +
          Alert description +

          Ingen Anti-CSRF Tokens blev fundet i HTML formularerne.

          + +

          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 +

          Ingen kendte Anti-CSRF tokens [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token] blev fundet i følgende HTML formularer: [Form 1: "email" "password" "password2" "username" ].

          +
          Request
          + Request line and header section (257 bytes) + +
          GET http://164.90.223.49:8080/register HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +Referer: http://164.90.223.49:8080/public
          +
          +
          + + +
          + Request body (0 bytes) + +
          + + +
          Response
          + Status line and header section (117 bytes) + +
          HTTP/1.1 200 OK
          +Content-Type: text/html; charset=utf-8
          +Date: Wed, 29 Mar 2023 15:19:20 GMT
          +Content-Length: 982
          +
          +
          + + +
          + Response body (982 bytes) + +
          
          +<html>
          +<head>
          +  <meta charset="utf-8">
          +  <meta name="viewport" content="width=device-width, initial-scale=1">
          +  <link rel=stylesheet type=text/css href="static/style.css">
          +</head>
          +<div class=page>
          +  <h1>MiniTwit</h1>
          +  
          +<div class=navigation>
          +    
          +      <a href="/public">public timeline</a> |
          +      <a href="/register">sign up</a> |
          +      <a href="/login">sign in</a>
          +    
          +</div>
          +
          +
          +<title>Sign up | MiniTwit</title>
          +<h2>Sign Up</h2>
          +
          +<form action="/register" method=post>
          +  <dl>
          +    <dt>Username:
          +    <dd><input type=text name=username size=30 required>
          +    <dt>E-Mail:
          +    <dd><input type=text name=email size=30 required>
          +    <dt>Password:
          +    <dd><input type=password name=password size=30 required>
          +    <dt>Password <small>(repeat)</small>:
          +    <dd><input type=password name=password2 size=30 required>
          +  </dl>
          +  <div class=actions><input type=submit value="Sign Up"></div>
          +</form>
          +
          +<div class=footer>
          +    MiniTwit &mdash; A Gin-gonic Application
          +</div>
          +</div>
          +
          + + +
          Evidence
          <form action="/register" method=post>
          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.

          +
          + +
        2. +
        +
      2. + +
      +
    2. + +
    +
  6. + + + + + + +
  7. +

    + Risk=Low, Confidence=Medium (3) +

    +
      + +
    1. +

      + http://164.90.223.49:8080 (3) +

      +
        + +
      1. +
        + Cookie No HttpOnly Flag (1) +
        +
          +
        1. + + POST http://164.90.223.49:8080/login + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Alert tags + +
          Alert description +

          A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.

          +
          Request
          + Request line and header section (323 bytes) + +
          POST http://164.90.223.49:8080/login HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +Content-Type: application/x-www-form-urlencoded
          +Referer: http://164.90.223.49:8080/login
          +Content-Length: 25
          +
          +
          + + +
          + Request body (25 bytes) + +
          username=ZAP&password=ZAP
          + + +
          Response
          + Status line and header section (827 bytes) + +
          HTTP/1.1 301 Moved Permanently
          +Location: /public
          +Set-Cookie: session=MTY4MDEwMzE2OHxEdi1CQkFFQ180SUFBUkFCRUFBQV9nRXRfNElBQVFaemRISnBibWNNQmdBRWRYTmxjZ2RiWFhWcGJuUTRDdjRCRGdELUFRcDdJa2xFSWpveE9UazRPQ3dpUTNKbFlYUmxaRUYwSWpvaU1qQXlNeTB3TXkweU9WUXhOVG94T1RveU9DNDBNemt3TXpGYUlpd2lWWEJrWVhSbFpFRjBJam9pTWpBeU15MHdNeTB5T1ZReE5Ub3hPVG95T0M0ME16a3dNekZhSWl3aVJHVnNaWFJsWkVGMElqcHVkV3hzTENKVmMyVnlibUZ0WlNJNklscEJVQ0lzSWtWdFlXbHNJam9pWm05dkxXSmhja0JsZUdGdGNHeGxMbU52YlNJc0lsQjNTR0Z6YUNJNklpUXlZU1F4TUNSdU16bDBSbTV3ZEhSM2NYWjZWV2xQWVZJeExsVXVhVmgzYTJabFVtWkVkRmw2WVZWVVFsQmtaRXRUZUc4NVRsZ3ZWV05OWlNJc0lrMWxjM05oWjJWeklqcHVkV3hzTENKR2IyeHNiM2RwYm1keklqcHVkV3hzZlE9PXzOxTTFQdR39XWcr_t3YpwRigoROTYsVhBzU0XTPxIcOA==; Path=/; Expires=Fri, 28 Apr 2023 15:19:28 GMT; Max-Age=2592000
          +Date: Wed, 29 Mar 2023 15:19:28 GMT
          +Content-Length: 0
          +
          +
          + + +
          + Response body (0 bytes) + +
          + + +
          Parameter
          session
          Evidence
          Set-Cookie: session
          Solution +

          Ensure that the HttpOnly flag is set for all cookies.

          +
          + +
        2. +
        +
      2. + +
      3. +
        + Cookie without SameSite Attribute (1) +
        +
          +
        1. + + POST http://164.90.223.49:8080/login + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Alert tags + +
          Alert description +

          A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request.

          + +

          The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.

          +
          Request
          + Request line and header section (323 bytes) + +
          POST http://164.90.223.49:8080/login HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +Content-Type: application/x-www-form-urlencoded
          +Referer: http://164.90.223.49:8080/login
          +Content-Length: 25
          +
          +
          + + +
          + Request body (25 bytes) + +
          username=ZAP&password=ZAP
          + + +
          Response
          + Status line and header section (827 bytes) + +
          HTTP/1.1 301 Moved Permanently
          +Location: /public
          +Set-Cookie: session=MTY4MDEwMzE2OHxEdi1CQkFFQ180SUFBUkFCRUFBQV9nRXRfNElBQVFaemRISnBibWNNQmdBRWRYTmxjZ2RiWFhWcGJuUTRDdjRCRGdELUFRcDdJa2xFSWpveE9UazRPQ3dpUTNKbFlYUmxaRUYwSWpvaU1qQXlNeTB3TXkweU9WUXhOVG94T1RveU9DNDBNemt3TXpGYUlpd2lWWEJrWVhSbFpFRjBJam9pTWpBeU15MHdNeTB5T1ZReE5Ub3hPVG95T0M0ME16a3dNekZhSWl3aVJHVnNaWFJsWkVGMElqcHVkV3hzTENKVmMyVnlibUZ0WlNJNklscEJVQ0lzSWtWdFlXbHNJam9pWm05dkxXSmhja0JsZUdGdGNHeGxMbU52YlNJc0lsQjNTR0Z6YUNJNklpUXlZU1F4TUNSdU16bDBSbTV3ZEhSM2NYWjZWV2xQWVZJeExsVXVhVmgzYTJabFVtWkVkRmw2WVZWVVFsQmtaRXRUZUc4NVRsZ3ZWV05OWlNJc0lrMWxjM05oWjJWeklqcHVkV3hzTENKR2IyeHNiM2RwYm1keklqcHVkV3hzZlE9PXzOxTTFQdR39XWcr_t3YpwRigoROTYsVhBzU0XTPxIcOA==; Path=/; Expires=Fri, 28 Apr 2023 15:19:28 GMT; Max-Age=2592000
          +Date: Wed, 29 Mar 2023 15:19:28 GMT
          +Content-Length: 0
          +
          +
          + + +
          + Response body (0 bytes) + +
          + + +
          Parameter
          session
          Evidence
          Set-Cookie: session
          Solution +

          Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.

          +
          + +
        2. +
        +
      4. + +
      5. +
        + X-Content-Type-Options Header Missing (1) +
        +
          +
        1. + + GET http://164.90.223.49:8080/register + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Alert tags + +
          Alert description +

          The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

          +
          Other info +

          This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.

          + +

          At "High" threshold this scan rule will not alert on client or server error responses.

          +
          Request
          + Request line and header section (257 bytes) + +
          GET http://164.90.223.49:8080/register HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
          +Pragma: no-cache
          +Cache-Control: no-cache
          +Referer: http://164.90.223.49:8080/public
          +
          +
          + + +
          + Request body (0 bytes) + +
          + + +
          Response
          + Status line and header section (117 bytes) + +
          HTTP/1.1 200 OK
          +Content-Type: text/html; charset=utf-8
          +Date: Wed, 29 Mar 2023 15:19:20 GMT
          +Content-Length: 982
          +
          +
          + + +
          + Response body (982 bytes) + +
          
          +<html>
          +<head>
          +  <meta charset="utf-8">
          +  <meta name="viewport" content="width=device-width, initial-scale=1">
          +  <link rel=stylesheet type=text/css href="static/style.css">
          +</head>
          +<div class=page>
          +  <h1>MiniTwit</h1>
          +  
          +<div class=navigation>
          +    
          +      <a href="/public">public timeline</a> |
          +      <a href="/register">sign up</a> |
          +      <a href="/login">sign in</a>
          +    
          +</div>
          +
          +
          +<title>Sign up | MiniTwit</title>
          +<h2>Sign Up</h2>
          +
          +<form action="/register" method=post>
          +  <dl>
          +    <dt>Username:
          +    <dd><input type=text name=username size=30 required>
          +    <dt>E-Mail:
          +    <dd><input type=text name=email size=30 required>
          +    <dt>Password:
          +    <dd><input type=password name=password size=30 required>
          +    <dt>Password <small>(repeat)</small>:
          +    <dd><input type=password name=password2 size=30 required>
          +  </dl>
          +  <div class=actions><input type=submit value="Sign Up"></div>
          +</form>
          +
          +<div class=footer>
          +    MiniTwit &mdash; A Gin-gonic Application
          +</div>
          +</div>
          +
          + + +
          Parameter
          X-Content-Type-Options
          Solution +

          Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

          + +

          If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

          +
          + +
        2. +
        +
      6. + +
      +
    2. + +
    +
  8. + + + + + + + + +
  9. +

    + Risk=Informational, Confidence=Medium (1) +

    +
      + +
    1. +

      + http://164.90.223.49:8080 (1) +

      +
        + +
      1. +
        + User Agent Fuzzer (1) +
        +
          +
        1. + + POST http://164.90.223.49:8080/register + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          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 (299 bytes) + +
          POST http://164.90.223.49:8080/register HTTP/1.1
          +Host: 164.90.223.49:8080
          +User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
          +Pragma: no-cache
          +Cache-Control: no-cache
          +Content-Type: application/x-www-form-urlencoded
          +Referer: http://164.90.223.49:8080/register
          +Content-Length: 67
          +
          +
          + + +
          + Request body (67 bytes) + +
          username=ZAP&email=foo-bar%40example.com&password=ZAP&password2=ZAP
          + + +
          Response
          + Status line and header section (127 bytes) + +
          HTTP/1.1 400 Bad Request
          +Content-Type: text/html; charset=utf-8
          +Date: Wed, 29 Mar 2023 15:21:47 GMT
          +Content-Length: 1058
          +
          +
          + + +
          + Response body (1058 bytes) + +
          
          +<html>
          +<head>
          +  <meta charset="utf-8">
          +  <meta name="viewport" content="width=device-width, initial-scale=1">
          +  <link rel=stylesheet type=text/css href="static/style.css">
          +</head>
          +<div class=page>
          +  <h1>MiniTwit</h1>
          +  
          +<div class=navigation>
          +    
          +      <a href="/public">public timeline</a> |
          +      <a href="/register">sign up</a> |
          +      <a href="/login">sign in</a>
          +    
          +</div>
          +
          +
          +<title>Sign up | MiniTwit</title>
          +<h2>Sign Up</h2>
          +<div class=error><strong>Error:</strong> The username is already taken</div>
          +<form action="/register" method=post>
          +  <dl>
          +    <dt>Username:
          +    <dd><input type=text name=username size=30 required>
          +    <dt>E-Mail:
          +    <dd><input type=text name=email size=30 required>
          +    <dt>Password:
          +    <dd><input type=password name=password size=30 required>
          +    <dt>Password <small>(repeat)</small>:
          +    <dd><input type=password name=password2 size=30 required>
          +  </dl>
          +  <div class=actions><input type=submit value="Sign Up"></div>
          +</form>
          +
          +<div class=footer>
          +    MiniTwit &mdash; A Gin-gonic Application
          +</div>
          +</div>
          +
          + + +
          Parameter
          Header User-Agent
          Attack
          Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
          + +
        2. +
        +
      2. + +
      +
    2. + +
    +
  10. + + + +
+
+ +
+

Appendix

+ +
+

Alert types

+

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

+
    +
  1. +

    Content Security Policy (CSP) Header Not Set

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (Content Security Policy (CSP) Header Not Set) + +
    CWE ID693
    WASC ID15
    Reference +
      +
    1. https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
    2. +
    3. https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
    4. +
    5. http://www.w3.org/TR/CSP/
    6. +
    7. http://w3c.github.io/webappsec/specs/content-security-policy/csp-specification.dev.html
    8. +
    9. http://www.html5rocks.com/en/tutorials/security/content-security-policy/
    10. +
    11. http://caniuse.com/#feat=contentsecuritypolicy
    12. +
    13. http://content-security-policy.com/
    14. +
    +
    +
  2. +
  3. +

    Fravær af Anti-CSRF Tokens

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (Fravær af Anti-CSRF Tokens) + +
    CWE ID352
    WASC ID9
    Reference +
      +
    1. http://projects.webappsec.org/Cross-Site-Request-Forgery
    2. +
    3. http://cwe.mitre.org/data/definitions/352.html
    4. +
    +
    +
  4. +
  5. +

    Missing Anti-clickjacking Header

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (Anti-clickjacking Header) + +
    CWE ID1021
    WASC ID15
    Reference +
      +
    1. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
    2. +
    +
    +
  6. +
  7. +

    Cookie No HttpOnly Flag

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (Cookie No HttpOnly Flag) + +
    CWE ID1004
    WASC ID13
    Reference +
      +
    1. https://owasp.org/www-community/HttpOnly
    2. +
    +
    +
  8. +
  9. +

    Cookie without SameSite Attribute

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (Cookie without SameSite Attribute) + +
    CWE ID1275
    WASC ID13
    Reference +
      +
    1. https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site
    2. +
    +
    +
  10. +
  11. +

    X-Content-Type-Options Header Missing

    + + + + + + + + + + + + + + + + + +
    Source + + raised by a passive scanner (X-Content-Type-Options Header Missing) + +
    CWE ID693
    WASC ID15
    Reference +
      +
    1. http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
    2. +
    3. https://owasp.org/www-community/Security_Headers
    4. +
    +
    +
  12. +
  13. +

    User Agent Fuzzer

    + + + + + + + + + + + +
    Source + + raised by an active scanner (User Agent Fuzzer) + +
    Reference +
      +
    1. https://owasp.org/wstg
    2. +
    +
    +
  14. +
+
+
+ +
+ + + + + diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/LICENSE.md b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/LICENSE.md new file mode 100644 index 0000000..43b5ddc --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/LICENSE.md @@ -0,0 +1,21 @@ +# The MIT License (MIT) + +Copyright © Nicolas Gallagher and Jonathan Neal + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/normalize.css b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/normalize.css new file mode 100644 index 0000000..192eb9c --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/normalize/normalize.css @@ -0,0 +1,349 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + +html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers. + */ + +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ + +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10. + */ + +img { + border-style: none; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ + +/** + * Add the correct display in IE 10+. + */ + +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ + +[hidden] { + display: none; +} diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/colors.css b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/colors.css new file mode 100644 index 0000000..f5785ba --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/colors.css @@ -0,0 +1,129 @@ +body { + background-color: #306aa0; + background-image: radial-gradient(circle at top left, #fff 0%, #8ce1d6 15em, #306aa0 100em, #386095 100%); +} + +main, footer { + background-color: #fff; +} + +header { + background-color: #00549e; + color: #fff; +} + +a:link { + color: #004380; +} + +a:visited { + color: #770d67; +} + +a:focus { + background-color: #ffd54d; +} + +a:hover { + background-color: #ffd54d; +} + +a:active { + background-color: #ffd54d; + color: #003261; + outline-color: #f4ba00; +} + +header a:link { + color: #f2f7fd; +} + +header a:visited { + color: #f2b5e9; +} + +header a:focus { + background-color: #ffd54d; + color: #004380; +} + +header a:hover { + background-color: #ffd54d; + color: #004380; +} + +header a:active { + background-color: #ffd54d; + color: #003261; + outline-color: #fff6db; +} + +summary:focus { + background-color: #ffd54d; +} + +summary:hover { + background-color: #ffd54d; +} + +summary:active { + background-color: #ffd54d; + color: #003261; + outline-color: #f4ba00; +} + +h2, h3, h4, h5, h6 { + color: #00549e; +} + +.risk-level, .confidence-level { + color: #00549e; +} + +.risk-confidence-counts-table th[scope="colgroup"], .risk-confidence-counts-table th[scope="rowgroup"] { + background-color: #00549e; + color: #fff; +} + +.risk-confidence-counts-table th[scope="col"], .risk-confidence-counts-table th[scope="row"] { + color: #00549e; +} + +.risk-confidence-counts-table > tbody > tr { + border-top-color: #00549e; +} + +.site-risk-counts-table th[scope="colgroup"], .site-risk-counts-table th[scope="rowgroup"] { + background-color: #00549e; + color: #fff; +} + +.site-risk-counts-table th[scope="col"], .site-risk-counts-table th[scope="row"] { + color: #00549e; +} + +.site-risk-counts-table > tbody > tr { + border-top-color: #00549e; +} + +.alert-type-counts-table > tbody > tr { + border-bottom-color: #00549e; +} + +.alert-type-counts-table th[scope="col"] { + background-color: #00549e; + color: #fff; +} + +.alert-type-counts-table th[scope="col"] { + border-left-color: #fff; +} + +.alerts-table th, .alert-types-table th { + background-color: #306aa0; + color: #fff; +} + +.additional-info-percentages { + color: #00549e; +} diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/main.css b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/main.css new file mode 100644 index 0000000..54b2112 --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/themes/original/main.css @@ -0,0 +1,413 @@ +*, *::after, *::before { + box-sizing: border-box; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; + padding: 0; +} + +pre, ul { + margin: 0; +} + +ol { + list-style-type: none; +} + +h1 { + font-size: 3em; +} + +h2 { + font-size: 2em; +} + +h3, h4, h5, h6 { + font-size: 1em; +} + +html { + box-sizing: border-box; + font-family: Verdana, sans-serif; + line-height: 1.5; +} + +body { + margin: 1.5em 0; +} + +@media screen and (min-width: 50em) { + body { + margin: 1.5em 2ch; + padding: 1.5em 2ch; + } +} + +a:active, header a:active { + outline-style: solid; +} + +header, main { + margin: 0 auto; + max-width: 90ch; + padding: 1.5em 4ch; +} + +header { + border-radius: .25em .25em 0 0; +} + +main { + border-radius: 0 0 .25em .25em; +} + +summary { + cursor: pointer; +} + +.contents { + margin-top: 1.5em; +} + +main > section { + margin-bottom: 4.5em; +} + +.about-this-report > section { + margin-bottom: 3em; +} + +.summaries section { + margin-bottom: 3em; +} + +h2 { + margin-bottom: .75em; +} + +h3 { + margin-bottom: 1.5em; +} + +h4 { + margin-bottom: 1.5em; +} + +.report-parameters--container h4 { + margin-top: 1.5em; +} + +p { + margin: 1.5em 0; +} + +p:first-of-type { + margin-top: 0; +} + +p:last-of-type { + margin-bottom: 0; +} + +.contents li, .alerts li, .alert-types > ol > li { + margin-top: 1.5em; +} + +.alert-types h4 { + margin-bottom: 0; +} + +a { + border-radius: .125em; +} + +caption { + margin-bottom: 1.5em; + text-align: left; +} + +code, .request-method-n-url { + overflow-wrap: anywhere; + white-space: break-spaces; +} + +table { + border-collapse: collapse; +} + +.report-description--container, .report-parameters--container { + margin-left: 2ch; + padding: 0 2ch; +} + +.about-this-report h3, .summaries h3, .appendix h3 { + border-bottom: .05em solid; +} + +.alerts h4 { + text-align: center; +} + +.alerts ol { + padding-left: 0; +} + +.alerts--site-li { + border: .05em solid; + border-radius: .25em; + margin-left: 2ch; + padding: 1.5em 3ch; +} + +.contents ol { + list-style-position: inside; + list-style-type: square; + padding-left: 4ch; +} + +.contexts-list, .sites-list { + list-style-type: square; +} + +.risk-confidence-counts-table { + width: 100%; +} + +.risk-confidence-counts-table tr { + height: 4.5em; +} + +.risk-confidence-counts-table thead > tr { + height: 3em; +} + +.risk-confidence-counts-table th[scope="row"], .risk-confidence-counts-table th[scope="rowgroup"] { + hyphens: auto; + overflow-wrap: anywhere; + word-break: break-all; +} + +.risk-confidence-counts-table th[scope="row"] { + padding-right: 5%; +} + +@media screen and (max-width: 50em) { + .risk-confidence-counts-table th[scope="row"] { + padding-right: 1ch; + } +} + +.risk-confidence-counts-table th[scope="rowgroup"] { + padding: 0 .5ch; + vertical-align: middle; +} + +.risk-confidence-counts-table > tbody > tr { + border-top: .05em solid; +} + +.risk-confidence-counts-table th[scope="row"], .risk-confidence-counts-table td { + vertical-align: top; +} + +.risk-confidence-counts-table th[scope="col"] { + vertical-align: bottom; +} + +.risk-confidence-counts-table th[scope="col"], .risk-confidence-counts-table th[scope="row"] { + font-family: monospace, monospace; + font-weight: bold; +} + +.risk-confidence-counts-table th[scope="colgroup"], .risk-confidence-counts-table th[scope="rowgroup"] { + font-weight: normal; +} + +.risk-confidence-counts-table td, .risk-confidence-counts-table th[scope="col"], .risk-confidence-counts-table th[scope="row"] { + text-align: right; +} + +.site-risk-counts-table { + width: 100%; +} + +.site-risk-counts-table tr { + height: 4.5em; +} + +.site-risk-counts-table thead > tr:first-of-type { + height: 3em; +} + +.site-risk-counts-table th[scope="row"], .site-risk-counts-table th[scope="col"] { + hyphens: auto; + overflow-wrap: anywhere; + word-break: break-all; +} + +.site-risk-counts-table th[scope="row"] { + padding-right: 1%; +} + +@media screen and (max-width: 50em) { + .site-risk-counts-table th[scope="row"] { + padding-right: 1ch; + } +} + +.site-risk-counts-table th[scope="rowgroup"] { + padding: 0 .5ch; + vertical-align: middle; +} + +.site-risk-counts-table > tbody > tr { + border-top: .05em solid; +} + +.site-risk-counts-table th[scope="row"], .site-risk-counts-table td { + vertical-align: top; +} + +.site-risk-counts-table th[scope="col"] { + vertical-align: bottom; +} + +.site-risk-counts-table th[scope="col"], .site-risk-counts-table th[scope="row"] { + font-family: monospace, monospace; + font-weight: bold; +} + +.site-risk-counts-table th[scope="colgroup"], .site-risk-counts-table th[scope="rowgroup"] { + font-weight: normal; +} + +.site-risk-counts-table td, .site-risk-counts-table th[scope="col"], .site-risk-counts-table th[scope="row"] { + text-align: right; +} + +.alert-type-counts-table { + width: 100%; +} + +.alert-type-counts-table th, .alert-type-counts-table td { + padding: 0 1rem; + text-align: left; + vertical-align: top; +} + +.alert-type-counts-table td:nth-last-of-type(2) { + padding-left: 1.5rem; +} + +.alert-type-counts-table > tbody > tr { + border-bottom: 0.05em dotted; +} + +.alert-type-counts-table th[scope="col"] { + border-left: 1rem solid; +} + +.alert-type-counts-table th[scope="col"]:first-of-type { + border-left: 0; +} + +.alert-type-counts-table th[scope="col"]:last-of-type, .alert-type-counts-table td:last-of-type { + text-align: right; +} + +.alert-type-counts-table th[scope="col"], .alert-type-counts-table th[scope="row"] { + font-weight: normal; +} + +.alert-type-counts-table th[scope="row"], .alert-type-counts-table td { + padding-bottom: 1.5em; +} + +.alert-type-counts-table thead > th:first-of-type { + width: 45%; +} + +.alerts-table, .alert-types-table { + border-collapse: separate; + border-spacing: 2ch 1.5em; + width: 100%; +} + +.alerts-table th, .alerts-table td, .alert-types-table th, .alert-types-table td { + vertical-align: top; +} + +.alerts-table td, .alert-types-table td { + overflow-wrap: anywhere; +} + +.alerts-table th, .alert-types-table th { + padding: 0 1ch; +} + +.alerts-table td, .alert-types-table td { + padding: 0 2ch; +} + +.alerts-table summary { + margin-bottom: 1.5em; +} + +.alert-tags-list { + list-style-position: inside; + list-style-type: square; + padding-left: 0; +} + +.alert-tags-list > li { + margin-top: 0; +} + +.request-body, .response-body { + margin-top: 1.5em; +} + +.request-method-n-url { + margin-bottom: 0; +} + +.alert-types-table { + padding-top: 0; +} + +.alert-types-table th { + width: 20%; +} + +.alert-types-table ol { + list-style-position: inside; + list-style-type: square; + padding-left: 0; +} + +.alert-types-table li:not(:first-of-type) { + margin-top: 1.5em; +} + +p.alert-types-intro { + margin-bottom: 3em; +} + +.zap-logo { + height: 1em; + margin-right: .25ch; + width: 1em; +} + +h1, h2 { + font-family: Georgia, serif; +} + +.risk-level, .confidence-level, .included-risk-codes, .included-confidence-codes, .additional-info-percentages { + font-family: monospace, monospace; +} + +.context, .site, .request-method-n-url { + font-family: monospace, monospace; +} diff --git a/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/zap32x32.png b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/zap32x32.png new file mode 100644 index 0000000..9c1019f Binary files /dev/null and b/docs/OWASP_ZAP/report_290323/2023-03-29-ZAP-Report-/zap32x32.png differ diff --git a/docs/OWASP_ZAP/report_290323/explored.csv b/docs/OWASP_ZAP/report_290323/explored.csv new file mode 100644 index 0000000..dd9165b --- /dev/null +++ b/docs/OWASP_ZAP/report_290323/explored.csv @@ -0,0 +1,67 @@ +Processed,Method,URI,Flags +true,GET,http://164.90.223.49:8080,Seed +true,GET,http://164.90.223.49:8080/robots.txt,Seed +true,GET,http://164.90.223.49:8080/sitemap.xml,Seed +true,GET,http://164.90.223.49:8080/public, +true,GET,http://164.90.223.49:8080/register, +true,GET,http://164.90.223.49:8080/login, +true,GET,http://164.90.223.49:8080/Dottie%20Herley, +true,GET,http://164.90.223.49:8080/Jose%20Kundinger, +true,GET,http://164.90.223.49:8080/Dorene%20Laskoskie, +true,GET,http://164.90.223.49:8080/Russ%20Ducey, +true,GET,http://164.90.223.49:8080/Keith%20Gerlt, +true,GET,http://164.90.223.49:8080/Zoe%20Hanchett, +true,GET,http://164.90.223.49:8080/Mellie%20Hurl, +true,GET,http://164.90.223.49:8080/Kelley%20Schappach, +true,GET,http://164.90.223.49:8080/Sanford%20Mcquigg, +true,GET,http://164.90.223.49:8080/Marietta%20Weitzner, +true,GET,http://164.90.223.49:8080/Deandre%20Dickun, +true,GET,http://164.90.223.49:8080/Blaine%20Ehrman, +true,GET,http://164.90.223.49:8080/Domenic%20Osmun, +true,GET,http://164.90.223.49:8080/Lyn%20Labossiere, +true,GET,http://164.90.223.49:8080/Buster%20Ogram, +true,GET,http://164.90.223.49:8080/Jayson%20Greenley, +true,GET,http://164.90.223.49:8080/Dave%20Sersen, +true,GET,http://164.90.223.49:8080/Kurt%20Holmon, +true,GET,http://164.90.223.49:8080/Manual%20Mcglade, +true,GET,http://164.90.223.49:8080/Cristi%20Laflamme, +true,GET,http://164.90.223.49:8080/Claudio%20Stadheim, +true,GET,http://164.90.223.49:8080/Kris%20Hudson, +true,GET,http://164.90.223.49:8080/Un%20Vaissiere, +true,GET,http://164.90.223.49:8080/Emmaline%20Mcdiarmid, +true,GET,http://164.90.223.49:8080/Tiffiny%20Tullis, +true,GET,http://164.90.223.49:8080/Karlyn%20Flaharty, +true,GET,http://164.90.223.49:8080/Marcelino%20Hagey, +true,GET,http://164.90.223.49:8080/Hans%20Konma, +true,GET,http://164.90.223.49:8080/Lashandra%20Palomo, +true,GET,http://164.90.223.49:8080/Aubrey%20Lacsamana, +true,GET,http://164.90.223.49:8080/static/style.css, +false,GET,http://www.gravatar.com/avatar/69a0729a26d70a8ee6ad7696b7aed833?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/39b67cacef99b87ef8789efc83439cda?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/3719326fb7259141cd8ead98ddc9be66?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/7705e86d0254f2eb8e35c3e20ce178c1?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/6f110804cbfdfea91036f246341cb5a6?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/34baa4041538aeeec0b0f90f930207c3?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/a264fc1ee2f9aa17d23fff1d9f5e9bd2?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/2095bc98ffba4e6e15dc3a1166ac1be1?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/2b6ace58c8287b3c1a7959f8e3bc683a?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/97dfebf4098c0f5c16bca61e2b76c373?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/9fa0445925f163078efed38fb004187e?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/d9afc8aea07d3521cf47f17fe650cb1e?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/109ca698afe87f0629430385f574596a?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/a34aad12db3c32d79140dfb08cac0115?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/6808d5a3a8ebd7f64742c33fb432fc3d?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/6ad6cc0d392a5b3592f169ce2ae1c370?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/b12a257c9048f5e7c74146c3f447479e?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/7041a878047e22e953555cc90f06d1b6?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/60f70a5f148df35427b6761772ca914a?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/0e5d6bb39dc8c8e083b4fc1d4dbccd3c?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/9753d289b674fa16f37b1e50c635672d?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/9a4184a6c4616f7cc67575a44c3bed4e?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/26f9a15e1ddc449315d52c0e07521e49?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/f4467d9b81f34a329caeed39b524bdc1?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/832e2e40f3dbfb10a3135e3066dd6d3e?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/443ccce8417f194472fcd630dee30c96?d=identicon&s=48,Out of Scope +false,GET,http://www.gravatar.com/avatar/460a0935e8ac8c0d8f2317cbad16920a?d=identicon&s=48,Out of Scope +true,POST,http://164.90.223.49:8080/register, +true,POST,http://164.90.223.49:8080/login,