| Type: |
Picture 
|
| Level: |
Beginner
|
| Date: |
2008-Nov-26
|
| Visited: |
4772 times
|
| Rating: |

|
| Published: |
Alex Tutorialized |
|
|
In next tutorial I will show you how to use Angry IP scanner in command line. This is help you to automized importance process in your network. Angry IP scanner is powerful tool to scan and discover your network. In this case I use Angry IP scanner to scan part of my network in range 192.168.3.2 to 192.168.3.5 ( INCLUDING this address ). I can make a bat file how can scan and store information for different networks in same time. Listing information will be stored in file with name ss.txt.
Command line parameters for Angry IP scanner: :
ipscan.exe <start ip> <end ip> [filename]
start ip - Start ip address for scanning network.
end ip - End ip addres for scanning network.
filename - file name to save listing IP and other info to file.
Note: If 3rd parameter is given, then the program will close after saving data to a file.
Additonal options for Angry IP scanner:
-s automatically start scanning (if fileneme is not given).
-e do not exit Angry IP scanner after saving data.
-a append info to the file, do not overwrite existing file.
-h hide main window while scanning. Be careful with this option.
-f:XXX run only from batch files with this option. XXX is a file format for output file. File format can be: csv , html , txt , xml or lst.
I use cmd command type to View what is written i new file named ss.txt.
That's all for now, but this beautiful program Angry IP scanner have more options.