Revlos Posted September 17, 2019 Share Posted September 17, 2019 I was wondering if there was a way to expand the built in Nmap scanning ability to go beyond the subnet that it is connected to. The feature is great for a quick test, but I would also like to see just how far a network jack can get in our network. Quote Link to comment Share on other sites More sharing options...
Cap_Sig Posted September 18, 2019 Share Posted September 18, 2019 nmap can scan multiple subnets just by listing them or using other methods found here: https://nmap.org/book/man-target-specification.html Here you can find info on scripting for nmap for custom functions: https://nmap.org/book/nse.html Easiest way that would require no custom scripts is just list all available subnets on the scan settings, connect to the subnet you want to test from, and see what the scan returns as reachable/open. This pretty much should do what you are asking. You could easily just connect a kali machine to the network subnet you are wanting to test and with a few commands see if other subents are reachable as well. The most extensive test would be full pen testing from each subnet to see if there are any holes in networking layout. Quote Link to comment Share on other sites More sharing options...
Revlos Posted September 18, 2019 Author Share Posted September 18, 2019 Thank you for the quick response. Still new to some of this stuff and a bit rusty on scripting. I was able to get it working. Thanks again! Quote Link to comment Share on other sites More sharing options...
Cap_Sig Posted September 18, 2019 Share Posted September 18, 2019 Glad you got it working 👍 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.