Hi!
I'm looking for a similar library in python to rustscan and have a few questions:
- How does this compare to basic
nmap on performance?
- I noticed you can execute custom scripts using
--scripts, but does it leverage nmap under the hood, so you can run something like the CVE command: --scripts vulns?