Platypus IP Scanner
Platy Scan is an application that will do basic IP scans of a given network and write the results to a CSV file. If a scan (ie. file) already exisits Platy Scan will update the status (online v. offline) and date last connected if required.
Commands
- ? – list of commands
- scan – scans network supplied by user
- list – lists all existing scans
- delete – deletes existing scan files
- notes – adds or deletes notes to specific IPs
- display – displays the results of a scan in the terminal
Help
Scan
Syntax: scan {address CIDR} {network name} Example: scan 192.168.1.0/24 someNetwork * scan will create a file call {network name}_{address}_{subnet}.scan * Example: someNetwork_192.168.1.0_28.scan
Delete
Syntax: delete {address CIDR} {network name} Example: delete 192.168.1.0/24 someNetworkName * will delete the file assocated with that scan. * to create a new file do a new scan.
Note
Syntax: note {address CIDR} {network name} {ip address} anything you want Example: note 192.168.1.0/24 someNetworkName 192.168.1.254 this is the last host avaiable * anything entered after the {ip address} will be considered part of the note. * to delete a note, put in a space after {ip address}.
Display
Syntax: display {address CIDR} {network name} Example: display 192.168.1.0/24 someNetworkName