Adds a pure-Go alternative to jsluice using dop251/goja parser, enabling CGO-free cross-platform builds.
Fixes #1367
nocgo build tag for CGO-free buildsjsluice_stub.go with goja-based JS endpoint extractionparser_nojs.go to handle -jsluice flag (was silently ignored before)# Cross-compile to macOS ARM64 (no CGO needed)
GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -tags nocgo ./cmd/katana
/claim #1367
New Features
Chores
Rishi Mondal
@MAVRICK-1
ProjectDiscovery
@projectdiscovery
Hermes1118
@dalledajay-gmail-com