View previous topic :: View next topic |
Author |
Message |
utang Apprentice
Joined: 20 Apr 2003 Posts: 190
|
Posted: Sat May 10, 2003 3:57 pm Post subject: nmap smbclient netbios |
|
|
1. Problem I have tried to scan with nmap, and it an inarticulate problem has appeared.
Code: | nmap -sT 192.168.99.2
Starting nmap 3.20 ( [url]www.insecure.org/nmap/[/url] ) at 2003-05-10 13:44 CEST
Failed to find interface ppp0 mentioned in /proc/net/route
QUITTING!
root@LIAN idide # cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
ppp0 856205D9 00000000 0005 0 0 0 FFFFFFFF 0 0 0
eth1 0063A8C0 00000000 0001 0 0 0 00FFFFFF 0 0 0
eth0 0000A8C0 00000000 0001 0 0 0 0000FFFF 0 0 0
ppp0 00000000 856205D9 0003 0 0 0 00000000 0 0 0
|
2. Problem I wanted to send a Message in mine win_XP Client, but it did not function. What is the reason for it?
Code: | echo "LinuxWinPopUp" | smbclient -M 192.168.99.2
session request failed |
Can it lie with it the platforms different it are, or simply do not vote the filter rules?
a self test...
Code: | echo "LinuxWinPopUp" | smbclient -M 192.168.99.1
error connecting to 192.168.99.1:139 (Connection refused)
Error connecting to 192.168.99.1 (Connection refused)
Connection to 192.168.99.1 failed |
3. Problem
In which packet, can i find the "netbios" tool. i would show the netbios names in my network ... |
|
Back to top |
|
|
sutekh n00b
Joined: 11 Feb 2003 Posts: 6 Location: Melbourne, Australia
|
Posted: Sun May 11, 2003 12:03 am Post subject: |
|
|
i've always used nmblookup to get a list of hosts back
nmblookup '*'
but this gives only ip addresses. You could use the -T option but that assumes there is mapping between the address and netbios name somewhere
Rich |
|
Back to top |
|
|
|