mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:45:28 +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.
|