You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Any of the lua libraries in /usr/share/nmap/nselib that are .luadoc files instead of .lua are c libraries. The luadoc files are just documentation and placeholders because the actual library is baked into the nmap c code which won't get parsed for the nmap nse documentation. Here is one example that is relatively small:
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/
The text was updated successfully, but these errors were encountered: