Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 981c212

Browse files
authored
Merge pull request OWASP-Benchmark#112 from amitsharma2009/patch-4
Update runBenchmark_wSeeker.bat
2 parents 5c24661 + e7a22eb commit 981c212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/seeker/runBenchmark_wSeeker.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ IF EXIST .\seeker-agent.jar (
55

66
CALL mvn clean package cargo:run -Pdeploywseeker
77

8-
CD tools\Seeker
8+
CD tools\seeker
99

1010
) ELSE (
1111
ECHO Seeker is a commercial product, so you need a licensed version of Seeker in order to run it on the Benchmark.
12-
ECHO * download the CxIAST Agent for Java ^(cxiast-java-agent.zip^) from the Server;
13-
ECHO * put it into the /tools/CxIAST folder;
12+
ECHO * download the Seeker Agent for Java ^(Seeker-java-agent.zip^) from the Server;
13+
ECHO * put it into the /tools/seeker folder;
1414
ECHO * unzip it;
1515
ECHO * update pom.xml ^(deploywseeker section, seeker.server.url^); and then
1616
ECHO * rerun this script.

0 commit comments

Comments
 (0)