mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:05:27 +00:00
11 lines
256 B
Bash
11 lines
256 B
Bash
#!/bin/bash
|
|
|
|
cd ../v2/cmd/nuclei
|
|
go build
|
|
cp nuclei ../../../integration_tests/nuclei
|
|
cd ../integration-test
|
|
go build
|
|
cp integration-test ../../../integration_tests/integration-test
|
|
cd ../../../integration_tests
|
|
./integration-test
|
|
# Build and run nuclei. |