Wednesday 2 September 2009

Basics About Networking And Hacking Part 3

How do I see what connections is currently made to my PC? - In cmd type in "netstat" - it will show you IP addresses of connections to your PC and what port it is using. Also you can use Currports which has a GUI to show current connections and it has option to close the connection on a certain port.


What is a MAC address? - Its a hard coded number, almost like a name which is embedded into a network card. It identifies the manufacturer of the card and a unique number for the card. No two network cards in the world has the same MAC address. But as I said in my previous posting it can be changed.



How do I find out my own or someone else MAC address? -Your own MAC = Goto cmd and type in "ipconfig /all"

MAC address looks something like this : 00-13-20-A3-0B-4C

Someone else MAC address you need their IP address and then goto cmd and type in "nbtstat -a 192.168.0.5" or whatever IP they use. This will show you their MAC address as well as their currently logged on user.


What is a Windows Registry and how do I access it? - Its where Windows stores most of the configurations of your operating system and most programs installed. To access the registry go START, RUN and type in "regedit"

Care full what you change in the registry, it might screw up your PC. First make a backup of the registry.

What is IIS? - It is Microsoft's web server. IIS - Internet information server. Most webservers run on port 80.


How do I check if a website is running on IIS?
- Telnet to the website URL through CMD - "telnet www.siteyouwanttocheck.com 80"


What is telnet? - Program which can be used to connect to remote computers or routers and to run commands by simply typing them in its window.


What is a keylogger? - It is a program you install on someone's PC which captures every key that is pressed on their keyboard which is emailed to you or stored into a file.


How do I get the administrator account password while logged in to the PC?
- Locally run a program like Adminhack for local administrator account cracking. If you need to do it remotely run a program like Venom.


What is a SAM file? - SAM file is the file which stores all the user accounts and their password hashes like the Administrator account. SAM file is stored in "C:\WINDOWS\system32\config" but it is locked and inaccessable while you are busy using Windows - meaning you can't copy it while your in Windows. You need to boot up with another operating system like NTFSDOS or Linux with NTFS support. When you copied the SAM file you can crack the passwords stored in the SAM file with a program like LC5. With Pwdump6 it is possible to get access to the SAM file while logged into windows. It can also connect to a remote PC and grab the password hashes from the SAM file. Administrator account is needed. Ophcrack live CD uses rainbow tables to crack user account password, and it boots from a CD.


How do I reset a administrator or some other account password on Win2K/WinXP/WinNT/Win2003? - Download Offline NT Password & Registry Editor which you can use to create a bootup disk or CD and then boot up the PC and then you can reset the password. Just remember that this program will not show you the password, you can only change the password.


How do I crack a administrator password? - If you need to crack a administrator password you will need to copy the SAM file to another machine and crack it. Download this NTXP-Cracker program which has included everything you need to boot up the PC, copy the SAM file and crack the SAM file on another machine.
Source:governmentseurity
All tools mentioned are not guaranteed to work please refer their documents before using it. More to come on hacking on next post.

No comments:

Post a Comment

Conformio-Online Compliance Tool Multiple Vulnerabilities

# Exploit Title: Conformio-Online Compliance Tool Multiple Vulnerabilities. # Discovered Date: 16/11/2017 # Exploit Author: Ramikan # Websi...