You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<f:entrytitle="${%WallarmApiToken}"field="wallarmApiToken"description='Your Wallarm node token. Can be found at "https://us1.my.wallarm.com/nodes"'>
8
+
<f:entrytitle="${%Wallarm API token}"field="wallarmApiToken"description='Your Wallarm node token.'>
9
9
<f:textbox />
10
10
</f:entry>
11
-
<f:entrytitle="${%WallarmApiHost}"field="wallarmApiHost"description='Wallarm API. use "us1.api.wallarm.com" for North America (default) and "api.wallarm.com" for Europe'>
11
+
<f:entrytitle="${%Wallarm API host}"field="wallarmApiHost"description='Wallarm API. Use "us1.api.wallarm.com" for North America (default) and "api.wallarm.com" for Europe'>
12
12
<f:textbox />
13
13
</f:entry>
14
14
15
-
<f:entrytitle="${%AppHost}"field="appHost"description='Address of your application (ip or name will do)'>
15
+
<f:entrytitle="${%Application host}"field="appHost"description='Address of your application (ip or name will do)'>
16
16
<f:textbox />
17
17
</f:entry>
18
-
<f:entrytitle="${%AppPort}"field="appPort"description='Port of your application (defaults to 8080)'>
18
+
<f:entrytitle="${%Application port}"field="appPort"description='Port of your application (defaults to 8080)'>
19
19
<f:textbox />
20
20
</f:entry>
21
21
22
-
<f:entrytitle="${%Record}"field="record"description='Record baselines for later use or run tests with recorded baselines'>
23
-
<f:checkbox />
24
-
</f:entry>
25
22
</f:section>
26
23
27
-
<f:sectiontitle="Recording only">
28
-
<f:entrytitle="${%FastPort}"field="fastPort"description="Port for FAST docker (used in recording mode)">
<f:entrytitle="${%Fast port}"field="fastPort"description="Port for FAST docker">
27
+
<f:textbox />
28
+
</f:entry>
31
29
32
-
<f:entrytitle="${%InactivityTimeout}"field="inactivityTimeout"description='Autoshutdown timer in seconds. Can be from 0 to 691200 (1 week). Defaults to 600 seconds (10 minutes). Used in recording mode'>
33
-
<f:textboxdefault="600"/>
34
-
</f:entry>
35
-
</f:section>
30
+
<f:entrytitle="${%Inactivity timeout}"field="inactivityTimeout"description='Autoshutdown timer in seconds. Can be from 0 to 691200 (1 week). Defaults to 600 seconds (10 minutes).'>
31
+
<f:textboxdefault="600"/>
32
+
</f:entry>
33
+
</f:nested>
34
+
</f:radioBlock>
36
35
37
-
<f:sectiontitle="Playback only">
38
-
<f:entrytitle="${%PolicyId}"field="policyId"description='Policy Id to use. Use 0 for default policy'>
39
-
<f:textbox />
40
-
</f:entry>
41
-
<f:entrytitle="${%TestRecordId}"field="testRecordId"description='Test record you wish to use. Use 0 to use the latest one available'>
42
-
<f:textbox />
43
-
</f:entry>
44
-
<f:entrytitle="${%TestRunRps}"field="testRunRps"description='Request per second limit for your test run (optional)'>
45
-
<f:textbox />
46
-
</f:entry>
47
-
<f:entrytitle="${%TestRunName}"field="testRunName"description='Name of your TestRun (optional)'>
<f:entrytitle="${%Stop on first fail}"field="stopOnFirstFail"description='Stop running tests as soon as a vulnerability is found'>
54
+
<f:checkbox />
55
+
</f:entry>
56
+
<f:entrytitle="${%Fail build}"field="failBuild"description='Fail build on completion if vulnerabilities are found'>
57
+
<f:checkbox />
58
+
</f:entry>
59
+
<f:entrytitle="${%Exclude}"field="fileExtensionsToExclude"description="FAST will skip any requests to files with the extensions specified here. Use the following format: 'js|jpeg|jpg|gif|png|css'">
60
+
<f:textboxdefault="js|jpeg|jpg|gif|png|css"/>
61
+
</f:entry>
62
+
</f:nested>
63
+
</f:radioBlock>
60
64
61
65
<f:sectiontitle="Optional">
62
-
<f:entrytitle="${%FastName}"field="fastName"description="Name for FAST docker. Has default values for both recording and testing">
66
+
<f:entrytitle="${%Fast name}"field="fastName"description="Name for FAST docker. Has default values for both recording and testing">
63
67
<f:textbox />
64
68
</f:entry>
65
-
<f:entrytitle="${%WallarmVersion}"field="wallarmVersion"description='Wallarm/fast version. Leave blank for "latest"'>
69
+
<f:entrytitle="${%Wallarm version}"field="wallarmVersion"description='Wallarm/fast version. Leave blank for "latest"'>
66
70
<f:textbox />
67
71
</f:entry>
68
-
<f:entrytitle="${%LocalDockerNetwork}"field="localDockerNetwork"description='Adds the `--net your_network` parameter to FAST. Useful when your application runs inside of a docker container'>
72
+
<f:entrytitle="${%Local docker network}"field="localDockerNetwork"description='Adds the `--net your_network` parameter to FAST. Useful when your application runs inside of a docker container'>
69
73
<f:textbox />
70
74
</f:entry>
71
-
<f:entrytitle="${%LocalDockerIp}"field="localDockerIp"description="Adds the `--ip your_ip` parameter to FAST. Used when you need to address FAST while inside a docker network">
75
+
<f:entrytitle="${%Local docker ip}"field="localDockerIp"description="Adds the `--ip your_ip` parameter to FAST. Used when you need to address FAST while inside a docker network">
72
76
<f:textbox />
73
77
</f:entry>
74
-
<f:entrytitle="${%WithoutSudo}"field="withoutSudo"description='If checked, calls docker without sudo'>
78
+
<f:entrytitle="${%Without sudo}"field="withoutSudo"description='If checked, calls docker without sudo'>
Static files found by FAST often do not contain vulnerabilities and to not react to payloads, however it is impossible to dynamically determine if the page is invulnerable to the used payloads or just doesn't proccess payloads at all. Excluding payloads from the scanning will speed up the testing proccess significantly.
0 commit comments