nse
nse copied to clipboard
Lua FFI
Given the false positives with the dns-brute2
script, I'd like to rewrite it in Go. But I'd like to keep it as an NSE. So it would be great to use FFI to pass the work off to Go, but still integrate with nmap. This approach would also open up a lot of possibilities for other tasks:
https://scene-si.org/2017/03/13/calling-go-functions-from-lua/