Which TCP and UDP ports can be used to start a NULL session attack in NT and 2000 operating systems?
A null session is an anonymous connection to a freely accessible network share called IPC$ on Windows-based servers. It allows immediate
read and write access with Windows NT/2000 and read-access with Windows XP and 2003.
The command to be inserted at the DOS-prompt is as follows:
net use \IP address_or_host nameipc$ '' '/user:'
net use
Port numbers 139 TCP and 445 UDP can be used to start a NULL session attack.
Currently there are no comments in this discussion, be the first to comment!