forked from GhostTroops/scan4all
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestbd.sh
More file actions
7 lines (6 loc) · 669 Bytes
/
testbd.sh
File metadata and controls
7 lines (6 loc) · 669 Bytes
1
2
3
4
5
6
7
rm -rf vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go
rm -rf vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/common/interactsh/interactsh.go
wget -c -O vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go https://github.com/hktalent/scan4all/raw/main/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go
wget -c -O vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/common/interactsh/interactsh.go https://github.com/hktalent/scan4all/raw/main/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/common/interactsh/interactsh.go
go build
find . -name ".DS_Store" -delete