b0bleet
b0bleet
> @b0bleet, do you need this command because you use Dragonfly, or you just wanted to contribute? Can you please add yourself to CONTRIBUTORS.md ? Hi @romange, Thanks for your...
> @b0bleet, Please make sure you squash the commits into a single commit and run `clang-format -i` on the changed files in the codebase. done thank you
> @b0bleet please also update api_status.md, thanks! done
Hi is there any update for LLVM 14 support? @nbaksalyar
same problem here: ``` [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x54ccc7] goroutine 39 [running]: net.(*IPConn).WriteTo(0x0?, {0xc003932678?, 0xc003935e94?, 0xc000cd8c30?}, {0x1cd2050?, 0xc0039463f0?}) /usr/local/go/src/net/iprawsock.go:171 +0x27 github.com/projectdiscovery/naabu/v2/pkg/scan.sendWithConn({0xc003935e94, 0xc}, {0x1cdee80, 0x0}, {0xc000cd8c30, 0x1, 0x1}) /go/pkg/mod/github.com/b0bleet/naabu/[email protected]/pkg/scan/scan_unix.go:455...
@dogancanbakir snippet to reproduce the issue: ``` package main import ( "context" "fmt" "log" "sync" "github.com/projectdiscovery/goflags" "github.com/projectdiscovery/naabu/v2/pkg/result" "github.com/projectdiscovery/naabu/v2/pkg/runner" ) func main() { var wg sync.WaitGroup for range 10 { wg.Add(1)...
@dogancanbakir you should try with root privilege
I fixed in the following commit, you can check that: https://github.com/b0bleet/naabu/blob/75c564a03a25af979676e3a73e7bc18ecd7ef443/v2/pkg/scan/scan.go#L171-L174