Fromadia Network    | Rattlesnake | Offside | 4arthur | h4ckerx
-=Deaf=-
Back to the pavilion Discussion board About Us Want to post something?
REGISTER
nick:
pass:
 
Category:

Microsoft to sound early alert for flaws
Three quarters of corporate PCs shun SP2
Microsoft releases Windows Server update
Adware maker joins federal privacy board
Experts beat script kiddies at their own game
eBay brings down the hammer on Microsoft Passport
Windows XP users Phelled by new Trojan
More at the Fromadia News Desk

Wireless Security Basics
E-Shoping for 0$ !!!
The Evil That Is the DMCA
Windows Root Kits a Stealthy Threat
Worm Food
Network protocols : The basics of IPv4, ICMP and IGMP
The Cable Modem Traffic Jam
Zapping those Ads on your Network using RedHat Linux
Network Monitoring- MRTG INstallation for RedHat 7.X in 15 Steps <>
Never wait for Tech Support again! (AUDiX ripped apart)

Most Active Article Posters.

Top 10 Active Users




Enter a keyword...
sponsored links

web hosting
Reseller Hosting

NTFS File Permissions in Windows XP
Posted By T0m_Bombad1L

Circumventing NTFS in Windows XP
Part One in a Series Called: Learn From My Mistakes by Tom_Bombadil

Let’s say you have found yourself locked out of some NTFS folders in windows XP. Accessing them is actually quite simple and all of it can be done from within windows XP. All of this is of course assuming you have physical access to the computer. read the article

 
Detecting and Removing Trojans and Malicious Code from Win2K
Posted By Kirt

by H. Carvey
last updated September 18, 2002

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

Introduction

The amount of malicious code directed at Windows systems seems to be increasing on a continual curve [1]. IRC bots, backdoor Trojans and worms abound. It seems that few Windows systems, particularly Win2K, are immune from infection, regardless of how diligent the user or administrator may be. Many posters to public lists continue to report Code Red and Nimda scans, as well as port scans for popular Trojan applications, on an almost weekly basis.

The flip side of this is that users and administrators are also reporting that their systems have been infected or "hacked", without having solid evidence to support their assumptions. Many times, the reported activity may be, in reality, normal activity of an application on the system.
read the article

 
Security accounts manager
Posted By NullAck


forewords

network stuff is not yet properly covered. this article is based around a local system of nt5pro(2000) though a lot will apply to nt4 and nt5.1(xp)

directory paths are written as c:\winnt\system32 - some say it should be in the form of: %systemroot%\system32read the article

 
SAM Files and NT Password Hashes
Posted By scooby_foo

by grifter of 2600slc.org


§ Introduction

I know that this topic has been covered by others on more than one occasion, but I figured I'd go over it yet again and throw in an update or two. Let me start with what this is all about: SAM Files & NT Password Hashes.

NT Password Hashes - When you type your password into a Windows NT, 2000, or XP login Windows encrypts your password using an encryption scheme that turns your password into something that looks like this:

7524248b4d2c9a9eadd3b435c51404ee

This is a password Hash. This is what is actually being checked against when you type your password in. It encrypts what you typed and bounces it against what is stored in the Registry and/or SAM File.

SAM File - Holds the user names and password hashes for every account on the local machine, or domain if it is a domain controller. Simple enough wouldn't you say?


§ Where do I find the SAM/Hashes?

You can find what you're looking for in several locations on a given machine.

It can be found on the hard drive in the folder %systemroot%\system32\config. However this folder is locked to all accounts including Administrator while the machine is running. The only account that can access the SAM file during operation
is the "System" account.

You may also be able to find the SAM file stored in %systemroot%\repair if the NT Repair Disk Utility a.k.a. rdisk has been run and the Administrator has not removed the backed up SAM file.

The final location of the SAM or corresponding hashes can be found in the registry. It can be found under HKEY_LOCAL_MACHINE\SAM. This is also locked to all users, including Administrator, while the machine is in use.

So the three locations of the SAM\Hashes are:
- %systemroot%\system32\config
- %systemroot%\repair (but only if rdisk has been run)
- In the registry under HKEY_LOCAL_MACHINE\SAM



§ Obtaining the SAM\Password Hashes

Wow, how wonderful. Now we know where the goods are, and the problem is this..."How do I get my hands on those hashes?" The answer is "One of four ways."

1) Probably the easiest way to do this is to boot your target machine to an alternate OS like NTFSDOS or Linux and just copy the SAM from the %systemroot%\system32\config folder. It's quick, it's easy, and it's effective. You can get a copy of NTFSDOS from Sysinternals (http://www.sysinternals.com). The regular version of NTFSDOS is freeware, which is always nice, but only allows for Read-Only access. This should be fine for what you want to do, however, if you're the kind of person that just has to have total control and has some money to burn. NTFSDOS Pro, which is also by Sysinternals has read/write access but it'll cost you $299.

2) Once again, you may be able to obtain the SAM from %systemroot%\repair if rdisk has been run and you are lucky enough to have a sloppy admin.

3) You can also get password hashes by using pwdump2. pwdump uses .DLL injection in order to use the system account to view the password hashes stored in the registry. It then pulls the hashes from the registry and stores them in a handy little text file that you can then import into a password cracking utility like l0phtcrack.

4) The final way to obtain password hashes is to listen directly to the network traffic as it floats by your computer and grab hashes using the above mentioned l0phtcrack.


§ Cracking Password Hashes

With the hashes in hand and an eagerness to find out what passwords lie waiting. Let's get cracking. While there are numerous programs available for the use of password cracking I will quickly cover two of the most popular ones.

John the Ripper - John the Ripper is to many, the old standby password cracker. It is command line which makes it nice if you're doing some scripting, and best of all it's free. The only real thing that JtR is lacking is the ability to launch Brute Force attacks against your password file. But look at it this way, even though it is only a dictionary cracker, that will probably be all you need. I would say that in my experience I can find about 85-90% of the passwords in a given file by using just a dictionary attack. Not bad, not bad at all.

L0phtCrack - Probably the most wildly popular password cracker out there. L0phtCrack is sold by the folks at @Stake. And with a pricetag of $249 for a single user license it sure seems like every one owns it. Boy, @Stake must be making a killing :). This is probably the nicest password cracker you will ever see. With the ability to import hashes directly from the registry ala pwdump and dictionary, hybrid, and brute-force capabilities. No password should last long. Well, I shouldn't say "no password". But almost all will fall to L0phtCrack given enough time.


§ Injecting Password Hashes into the SAM

Probably one of my favorite and easiest ways to gain Administrator privileges on a machine, is by injecting password hashes into the SAM file. In order to do this you will need physical access to the machine and a brain larger than a peanut. Using a utility called "chntpw" by Petter Nordhal-Hagen you can inject whatever password you wish into the SAM file of any NT, 2000, or XP machine thereby giving you total control. I would suggest backing up the SAM file first by using an alternate OS.
Go in, inject the password of your choosing. Login using your new password. Do what you need to do. Then restore the original SAM so no one knows you were there.


§ Password Strength

By looking at the methods above, you can see the importance in keeping strong passwords. Someone may be able to get there hands on your hashes, but it's whether or not they can crack them that is the real test. Don't make it easy on them.

When I create a password I like to use the first letter of each word in a phrase. Like "Password Strength is important so I pick good passwords" would be "psiisipgp". Now you have a 9 character password that isn't in any dictionary I know of. Bye Bye John the Ripper.

Now I like to flank passwords in special characters like "@$%?", now your password is ?psiisipgp?. This will ensure L0phtCrack takes a long time cracking it, giving you time to change it if you discover a breach, or just change your passwords regularly.

If you want to get insane, like I do, you can add non-printable ascii characters to your passwords. Using the Alt key and the numbers on your number pad, hold Alt and key in 149. You should get a character like this "ò". Flank your password with this before your question marks and now you've got a secure password. ?òpsiisipgpò? can't be cracked by L0phtCrack since it doesn't allow for non-printable ascii characters. Bye Bye L0phtCrack.

I know this may seem like a lot to do, but let's face it, a weak password is a cracked password.

 

The content and design of this site is © 2002 by Fromadia.com and any of the people that help support our community.

Lightning Servers - Reseller Hosting Experts | Lightning Servers Cpanel Hosting | Hosting Knowledge Base | Reseller Works | Web Design | Miserable Failure