Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the imperva-api-attack-tool.jar file? #8

Open
emilyanncr opened this issue Oct 29, 2020 · 1 comment
Open

Where is the imperva-api-attack-tool.jar file? #8

emilyanncr opened this issue Oct 29, 2020 · 1 comment

Comments

@emilyanncr
Copy link

Per the instructions:
Copy the runnable.sh file from the src/main/resources folder, to the same directory with the jar file.
Now run: cat runnable.sh imperva-api-attack-tool.jar > api-attack.sh && chmod +x api-attack.sh

I can't find the imperva-api-attack-tool.jar file anywhere. Can you please assist? Thank you.

@sysfsss
Copy link

sysfsss commented Mar 30, 2023

It's in build/libs/.

cd build/libs
cat ../resources/runnable.sh imperva-api-attack-tool.jar > api-attack.sh

fyi i had to upgrade the gradle version in gradle/wrapper/gradle-wrapper.properties to 8.0.2 and the spotbugs version in the build.gradle to 4.7.3 to get this to build.

good luck with the specfile, docs don't have examples sadly 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants