net send command

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
caltha
Posts: 1
Joined: 21 Jul 2009 02:19

net send command

#1 Post by caltha » 21 Jul 2009 02:22

hello I wish to send a packet to a specific IP and Port. I saw the net send command.

Is it possible to do what I ask for and how?

DccD
Posts: 23
Joined: 26 Aug 2009 19:34

#2 Post by DccD » 26 Aug 2009 22:43

The net send command uses NetBIOS ports 135, 137, 138, 139 and 445. It's intended to send messages to other users, computers, or messaging names on the network. But its use is very risky as it's considered as a security hole.
If you need to send anything else than messages over the network, then net send is not what you need.

Post Reply