Skorpinok Rover Posted March 26, 2012 Share Posted March 26, 2012 Hello, I would like to know how scan for victims IP on local area network using nmap(BT5),can i put the usual 198.168.XX.X? i just need to find my victims ip who are on network. regards. Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted March 26, 2012 Share Posted March 26, 2012 man nmap nmap --help http://nmap.org/book/man.html Quote Link to comment Share on other sites More sharing options...
Skorpinok Rover Posted March 26, 2012 Author Share Posted March 26, 2012 man nmap nmap --help http://nmap.org/book/man.html thank u.. Quote Link to comment Share on other sites More sharing options...
combatwombat27 Posted March 27, 2012 Share Posted March 27, 2012 192.168.1.1/24 will give you everything in the 255.255.255.0 subnet as in anything 192.168.1.something. just use the link mr. Protocol gave to decide on an attack etc Quote Link to comment Share on other sites More sharing options...
nopenopenope Posted March 27, 2012 Share Posted March 27, 2012 If your new to nmap you can; 1. Do what Mr. Protocol said. 2. Use Zenmap and use some of the default settings, and read the commands, and play. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted March 29, 2012 Share Posted March 29, 2012 The MAN or Help options, as suggested by Mr-Protocol, will definitely assist you in using NMAP. There's also this tutorial, that you could read through if you are still struggling. http://www.gnulinuxclub.org/index.php?option=com_content&task=view&id=350&Itemid=31 Quote Link to comment Share on other sites More sharing options...
arcane Posted May 27, 2012 Share Posted May 27, 2012 You could do a simple ping scan: nmap -sP 198.168.XX.X/24 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.