07/22: Linux > nmap
己を知り、敵を知る――Nmapで見つめ直す自分の姿 - @IT
# nmap -sT -sU -P0 -p 67-68 -oN result.log 192.168.0.*
# nmap -p 1-9999 -A 192.168.1.0/24 --exclude 192.168.1.100 -oX nmapTest1.1.xml
# nmap -sT -sU -P0 -p 67-68 -oN result.log 192.168.0.*
# nmap -p 1-9999 -A 192.168.1.0/24 --exclude 192.168.1.100 -oX nmapTest1.1.xml
CodeGuru: Execute Applications on Remote Systems
Features
* With this program you can run as many remote commands on the remote machine as you want. (PSEXEC supports only one remote command on the remote machine at the same time)
* You can execute internal commands (dir,..) directly.
xCmd.exe \\remote dir
* You can start a light "telnet" connection with a remote machine without any telnet server
xCmd.exe \\remote cmd
Features
* With this program you can run as many remote commands on the remote machine as you want. (PSEXEC supports only one remote command on the remote machine at the same time)
* You can execute internal commands (dir,..) directly.
xCmd.exe \\remote dir
* You can start a light "telnet" connection with a remote machine without any telnet server
xCmd.exe \\remote cmd