How to check the Network issue between Scanner and asset(server and workstation) Bi-directional in Rapid7.
Appreciate the instruction on how to do that in rapid7 or any link
Not 100% sure what you’re trying to check, but if you’re just trying to check routing is working you can try connecting from the scanner command line on a port you know is open. e.g. if you have a Windows asset try ‘curl -v telnet://ip.of.your.asset:445’. If your asset is linux use port 22 instead.
Remember the scanner will try lots of port during fingerprinting, so if you’re scanning through a firewall you need to make sure all that traffic is allowed (and if that’s the case, your firewall logs would be a good place to look for issues).
If you’re using authenticated scans, the console has a tool you can use to test connection under Administration>Scans>SharedCredentials. Select the credentials you are using, then on the Account tab there’s an option to test.
Thank You Dave for the information. Appreciated