The Anatomy of a Hack – Hacking with Cain - By Ramius

Docs that have proven to be a staple in understanding computer/network security. This is not an inclusive forum and nothing ipublished will tell you how to 0wn someone, these docs will help you understand how you got 0wnd.
User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

The Anatomy of a Hack – Hacking with Cain - By Ramius

Post by Ramius » Tue Nov 23, 2004 4:30 am

The Anatomy of a Hack - By Ramius Kahn
Chapter 2 - Appendix – 2F


Cain and Abel - The “Swiss Army Knife” of LAN hacking

As discussed in chapters 1 and 2, reconnaissance, information gathering and selecting a target are only half of the fun. The following appendices work to support these endeavors with the Cain and Abel application. Current versions of this application can be located at the author’s site at http://www.oxid.it.

What you will need:
1. current version of Cain from http://www.oxid.it
2. Windows 2000 or Windows XPSP1 configured workstation

Getting started:

Cain is an easy application to install and configure. However, there are several powerful tools that should only be configured after you fully understand both the capabilities and consequences to the application and the target network. After all, you can’t very well hack a network if you take it down. Proceed with caution.

Referring back to chapter two, you will need to know what you are trying to hack. This appendix assumes that you are trying to get the administrator’s username and password for the network. The focus of this appendix is on obtaining that information. The other appendices in this chapter deal with other capabilities of the application to gain access to a network. To this end we need to accomplish the following steps to get the admin account:

1. Enumerate the computers on the network
2. connect to a computer and install the Abel remote app
3. Harvest user account information
4. Crack user account information passwords to get the admin account
5. Login to the target machine with the admin account
6. Install the Abel service on the target server
7. Harvest all of the hashes from a server and sent to the cracker

Once we have the admin account on the server, the rest is up to you.

First things first, after you launch the application you will need configure the Sniffer to use the appropriate network card. If you have multiple network cards, it might be useful to know what your MAC address is for your primary connection or the one that you will be using for Cain network access. You can determine your MAC address by performing the following steps:

1. Go to “Start”
2. Run
3. enter the “CMD”
4. A black window will appear
5. Enter the following information into the window without the quotes
“Ipconfig /all” and then Enter
6. Determine which one of the Ethernet adapters you are using and copy the MAC address to notepad. You use this to help determine which NIC to select in the Cain application

With the Cain application open, select the Configure menu option on the main menu bar at the top of the application. The Configuration Dialog box will appear. From the list select the device with the MAC Address of Ethernet or Wireless network card that you will be using for hacking. While we are here, let’s review some of the other tabs and information in the Configuration Dialog Box. Here is a brief description of each tab and its configuration:

1. Sniffer Tab: allows the user to specify the Ethernet interface and the start up options for the sniffer and ARP features of the application.
2. ARP Tab: Allows the user to in effect to lie to the network and tell all of the other hosts that your IP is actually that of a more important host on the network like a server or router. This feature is useful in that you can impersonate the other device and have all traffic for that device “routed” to you workstation. Keep in mind that servers and routers and designed for multiple high capacity connections. If the device that you are operating from can not keep up with traffic generated by this configuration, the target network will slow down and even come to a halt. This will surly lead to your detection and eventual demise as a hacker as the event is easily detected and tracked with the right equipment.
3. Filters and Ports: Most standard services on a network operate on predefined ports. These ports are defined under this tab. If you right click on one of the services you will be able to change both the TCP and UDP ports. But this will not be necessary for this tutorial, but will be useful future tutorials.
4. HTTP Fields: Several features of the application such as the LSA Secrets dumper, HTTP Sniffer and ARP-HTTPS will parse the sniffed or stored information from web pages viewed. Simply put, the more fields that you add to the HTTP and passwords field, the more likely you are to capture a relevant string from an HTTP or HTTPS transaction.
5. Traceroute: It is what it is, trace route or the ability to determine the path that your data will take from point A to point B. Cain adds some functionality to the GUI by allowing for hostname resolution, Net mask resolution, and Whois information gathering. This feature is key in determining the proper or available devices to spoof or siphon on your LAN or internetwork.

Ok, So now you have everything all set and you are ready to rumble, as it were. Now, after I select the adapter on the sniffer tab, I generally set the sniffer to start on start up and then select apply. Do not enable the arp poisioning at this point, you will not need it and if this is your first exposure to Cain and or hacking, you will just get yourself caught with the ARP stuff. I generally stop and start the application at this point to get a clean start and reload the application with my intended settings.

So, launch the app and make sure that the first icon on the Left that looks like a miniature Ethernet card appears depressed. This indicates that the sniffer is activated. At this point, it is time to get a cup of coffee and let the app just sit. Yep, that is right, just leave it running and don’t touch anything. The reason for this is that not every device is talking all of the time and some protocols only talk on specific intervals. You will need to wait at least 300 seconds to ensure that the Cain sniffer has heard from each protocol at least once. This is most germane to routing protocols, but I have seen it take this long or longer to see all of the hosts on a LAN.

NOTE: The next section makes the assumption that you have properly configured your Ethernet interface with an IP address that is correct for your network and that you have logical connectivity to the target hosts.

At this point you are asking your self “Are we ever going to start hacking…?”

Let’s hack then. Go to the network tab and double click on the Microsoft windows network under the Entire Network navigation tree. After a few moments, the tree will expand and show each of the workgroups and domains that are accessible to your network card. From here select your target network and click the “+” symbol to the Left to open the tree.

Understanding that servers generally, or are supposed to, have more security than the other devices on the network, it is generally better to go for a workstation over a server out of the gate. Also, some servers will have monitoring agents on then that could detect what is going to happen next.

Double click on the All Computers object in the tree under the target network section of the tree. Now look at the names of the all of the devices listed. Many times the administrator will name the servers with some naming convention that will single them out in not time flat. Try to use the naming convention to your advantage and look for a pc that potentially is used by multiple persons. Key giveaways are names like scanner1, or receptionist, or lab. These machines will have several accounts on them and one of them is likely to have an admin account on it. These machines are key targets for two reasons. One, they are generally set up in a hurry when the company first sets up the network during a time when security is an afterthought, and as such they are likely to have default configurations for the local admin. Secondly, they generally have several apps on then and lots of people use them. With multiple applications, excessive rights are often granted to all users to ensure that every one can use the app that they need. Anyway, back to the hack….

When you click on your target, you will see 4 new objects in the tree under your target. These will be Groups, Services, Shares, and users. “Users” is what you want first. Double click on the users object icon and select yes to start the user enumeration. Caution! – Do not go for the history information at this time, we will get to that later. After all of the user accounts are enumerated they will be listed in alphabetical order and the local administrator will have a large red A in front of it. Ok, here we go. Go back to the computer object of the computer that you just enumerated and right click on the object. Select the connect as option. Just for fun, if the administrator account has not been renamed, it is likely that it will have a blank password or be something fairly simple. Try to log in with the user account administrator and a blank password. In about 70% of my experience at this point, the hack is over for the local machine and you are in and can start playing. If it did work, then right click on the “Services” object for the device that you have just logged into and select Install Abel. Cain will install Abel.exe and Abel.dll into the %systemroot% on the local machine. Collapse the computer object and then re-expand it by double clicking on the computer object icon and you should see a Black square with a Blue A in the middle directly under the computer object in the tree. (I get excited just thinking about it). At this point you have the keys to the castle, you just need to see which key goes where. First lets get the hashes and get the ready to crack. Double click on the users object in the tree. Say no to the history pop up for now. Select all of your users by right clicking on an account and selecting “Send all to cracker.” Leave them for now, we will come back to them. What you have just done is load a portion of the application with all of the NT and NTLM hashes for every account on the target PC.

Now, if you have been following the book, you will remember the endless posts on hackerthreads that talked about using the command line to get at certain directories on a target machine, well here is where they will come into play. (If you are not too familiar with the cmd line, please refer to the Glossary of this book and review the command line hacking section. There are many useful tools like adding users and computers to domain security groups.

Let’s go over our options:

Console: This is the command prompt on the remote machine. Anything that you can do on your pc from the CMD prompt can be done from here. Examples include mapping a drive back to your pc and copying all the files from the target or its mapped drives to your machine for later data mining, adding local users to the local security groups or anything really. With windows, everything is possible from the command prompt.

Hashes: Allows for the enumeration of user accounts and their associated hashes with further ability to send all harvested information to the cracker.

LSA Secrets: Windows NT and Windows 2000 support cached logon accounts. The operating system default is to cache (store locally), the last 10 passwords. There are registry settings to turn this feature off or restrict the number of accounts cached. RAS DUN account names and passwords are stored in the registry. Service account passwords are stored in the registry. The password for the computers secret account used to communicate in domain access is stored in the registry. FTP passwords are stored in the registry. All these secrets are stored in the following registry key: HKEY_LOCAL_MACHINE \SECURITY\Policy\Secrets


Routes: From this object, you can determine all of the networks that this device is aware of. This can be powerful if the device is multihommed on two different networks, but you read about all of that in chapter 5 – Heard, but Not Seen, Right?

TCP Table: A simple listing of all of the processes and ports that are running and their TCP session status.

UDP Table: A simple listing of all of the processes and ports that are running and their UDP session status.


Ok, back to the hack, for those of you that did not get in with the admin account with no password, another trick is to try to login to each account in the list with the same password as the username. For example, right click on the computer object in the tree and try to login with on of the user account names and use the username as the password. If that does not work then try each one with no password. I have only run into one network where these two things did not work. Also, the LSA Secrets tree object will dump the following user accounts in plain text for you if they are present:

$Machine Account
Aspnet_WP_PASSWORD
L$********************
(this is the currently logged on user with the password)
L$******************** (this will be every user that has logged in up to the total number of cached logons.
RASDAILPARAMERTERS (these are present if RAS is configured and has been used)
Backup user accounts
Misc other accounts

Note: when you see the account in plain text, it will have separators. When you type the password into a logon, omit the extra “.”. ie. The password Ramius!@# will show up as R.a.m.i.u.s.!.@.#.... All that you will type the Ramius!@#.

OK, so far we have accomplished the following goals:

1. Enumerate the computers on the network
2. connect to a computer and install the Abel remote app
3. Harvest user account information

We still need to finish the hack by performing the following steps and then move the hack to a server or more valuable target.

1. Crack user account information passwords to get the admin account
2. Login to the target machine with the admin account
3. Install the Abel service on the target server
4. Harvest all of the hashes from a server and send to the cracker
5. Crack all of the accounts

Well, we learned in chapter 2 that staying focused is the key to hacking, so lets get back to it. In the Cain application, lets to the “Cracker Tab” and have a look.

The cracker tab has two basic parts. On the left are all of the hash types that Cain will crack for you. On the right are all of the associated hashes with their usernames. What we need to do is determine the password from the hash.

Note: Now would be a good time to copy the rainbow tables and password lists from the CD’s found in the back of the book to a directory on your local machine. The use of the rainbow tables will greatly increase the speed and efficiency of the cracking process as will the dictionary files included on the CDs.

Cain provides three options for determining the password from a harvested hash; these are Dictionary guessing, Bruting and Cryptanalysis. The preferred method is Cryptanalysis as it is by far the fastest if you have the tables generated. As stated in chapter 1, it would be a good idea to have tables generated for all of the possible variants for passwords from 1-7 with all possible combinations of letters and numbers and symbols. Dictionary cracking is by far the easiest of all configurations and every hacker should have extensive lists available to use.

In this appendix we are going to explore all three options.

First, let’s look at what we can tell so far from the hashes and the Cain application. One of the columns heading looks like this <8. This means that any password with an “*” symbol is less than 8 characters. These will be the easiest to brute as they can be bruted in about 5.5 hrs with a marginal processor and memory. You can sort all of the hashes by size by clicking on the header bar at the top of the column. On the PC that I am hacking for this tutorial, I have 13 hashes and 7 of them appear to be less than 8 characters so we will start with cracking first.

Dictionary Cracking – Select all of the hashes and select Dictionary Attack (LM). You could select the NTLM but the process is slower and with few exceptions the NTLM and NT passwords are the same and NT cracks (Guesses) faster. In the Dictionary window, you will need to populate the File window with each of you dictionary files. (Move files from the CDs to your hard drive or it will take significantly longer than necessary. Check the following boxes: As is Password, Reverse, Lowercase, uppercase, and two numbers.

Dictionary Cracking

Click start and watch Cain work. The more lists and words that you have, the longer it will take. When Cain is finished, click exit and then look at the NT password column. All of the passwords cracked will show up next to the now <insert your name here> owned accounts. Voila!

Take a second to look carefully at the accounts and passwords in the list. Look for patterns like the use of letters and characters in sequence. Many administrators use reoccurring patterns to help users remember their passwords. One time I found a network where the passwords were the first three letters of the first name and the three letter month abbreviation of the month that the password was set. Example: Ramius password reset in November would have a user account of RAMNOV. If you can identify patterns like this you can use word generators to create all possible combinations and shorten the window.

Cryptanalysis attacking

Alright then… Resort your hashes so single out the accounts that you have left to crack. Now select all of the un-cracked or guessed accounts and right click on the accounts again and select Cryptanalysis (LM). Add the tables that you copied from the CD to the Cain LM hashes Cryptanalysis Sorted rainbow tables window. Click start. This should go pretty quick. Voila! Take a second to review your progress and look for additional patterns.

At this point, I would grab a program like sam grab that has the ability to determine which accounts are members of the domain administrators group to see if you have gotten any admin level accounts. Once you move to the next step, which is bruting, most of what you have left are long passwords that are going to be difficult and time consuming. Any time saver applications that you can find will be helpful.

Bruting

Repeat the same process for selecting the accounts. Here is the first time that you will actually have to use your brain in this appendix. Bruting can be extremely time consuming. Look closely at all of the passwords that you have cracked and look for patterns. First do you see any special characters in any of the passwords cracked. How about numbers? A lot of all upper case of all lower case? Use what you see to help you determine what parameters to include when you are bruting. As you will see, the addition of a single character or symbol can take you from hours to days or even years to crack a password. The goal is to use the least amount of characters and symbols to get the account that you need. So lets finish it off. Select all of the un cracked accounts and follow the previous steps and select Brute Force (LM). The default for LM is A-Z and 0-9. This is because that is due nature of LM hashes and the way that they are stored. Another note is that sometimes you will see a “?” or several “????” and then some numbers or letters. This is also due to the nature of NT versus NTLM and the method that NT used to store passwords. If you read chapter 2, you already know why this is. If not see if you can find a repeating structure that is based on the number 7. Anyway, based on the other passwords and those accounts with an “*” in the <8 field on how many characters to specify in the password length pull down box. Make your selection and have at it. Holy crap Batman … 123749997 years to completion. If you see this, then you should rethink the need for this account. However, working with the application, rainbow tables and password generators can help your narrow down to reasonable time frames to get the job done.

Ok, so now we have our admin account and are ready to finish the hack. Go back to the network tab in the Cain application and select the Domain Controllers object under the same domain where the PC was that you harvested the hashes. Double Click. Now look through the serves in the domain and select your target. If you find one with PDC or BDC in the list, pick that one. Right click on the server and select connect as and enter the “Hacked Credentials.” Now go to the “services” object and right click again and install the service. Voila! You have admin and likely every other type of access to the target host!

Now you can repeat the steps to finish the hack

And this concludes our hack as we have accomplished each of out goals.

Some things to consider:

When you exit the Cain application, all of the password hashes and cracked accounts will be saved and can be hacked later in a remote location. They can also be used against you in court as evidence.

Also you can export all of the hashes to an .lc or text file and open up the file in Excel to perform some additional sorting and the like.

All of the devices that you infected with the Abel.exe and Abel.dll will have the Abel.exe service running and because the list is alphabetical, it will always be on top of the list. Any admin, even poor ones will question the presence of a new service. And there are ways to trace the install time and originating IP and MAC address of the installing machine back to YOU. Read Chapter 5 – Heard but not seen! Covering your tracks… It is everything. Here is a hint. Enable the telnet service and connect to the hacked and from the command prompt you will use the following commands

Net stop abel.exe
Cd %windir%
Del abel.*
CD %windir%/system32
Del abel.*
Exit

Once this is complete, you will have to reinstall the Abel client app to reconnect through Cain. Oh, and there is that bit about the event and security logs…. But that is another tutorial……






( I will update this portion later, it is getting late, but check back cause there will be a ton of references and additional links)



Definitions:

MAC: Media Access Control - In computer networking a media access control address (MAC address) is a code on most forms of networking equipment that allows for that device to be uniquely identified. Each manufacturer for Network Cards has been assigned a predefined range or block of numbers. The structure and other uses of the MAC addressing are defined in the Intro to networking appendix at the end of this book. Information about manufacturer assignments for MAC addressing block assignments can also be found at the following site. http://standards.ieee.org/regauth/oui/index.shtml.

Sniffing: Sniffing is the act or process of “Listening” to some or all of the information that is being transmitted on the same network segment that a device is on. On an OSI Model Layer 1 network, even the most basic Sniffers are capable of “hearing” all of the traffic that is sent across a LAN. Moving to a Layer 2 network complicates the process somewhat, however tools like Cain allow for the spanning of all ports to allow the exploitation of layer 2 switched networks.

ARP: Address Resolution Protocol – Address Resolution Protocol; a TCP/IP function for associating an IP address with a link-level address. Understanding ARP and its functions and capabilities are key skills for hackers and security professionals alike. A basic understanding of ARP is necessary to properly utilize all of the functions that Cain is capable of.



References:

http://en.wikipedia.org/wiki/MAC_address
http://standards.ieee.org/regauth/oui/index.shtml
http://www.windowsnetworking.com/kbase/ ... crets.html


Ramius Kahn

Copyright (c) 2004 Ramius Kahn & hackerthreads.org.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled "GNU
Free Documentation License".
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

hacker_zooi
Apprentice
Posts: 34
Joined: Fri Apr 23, 2004 1:04 pm

Post by hacker_zooi » Wed Jan 12, 2005 1:49 pm

1. Enumerate the computers on the network >> ok
2. connect to a computer and install the Abel remote app >> HOW?
the other stepes i cant do because i dont get it :$
laterz

User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

Post by Ramius » Wed Jan 12, 2005 1:57 pm

Right Click on the computer and select install able.

You will have to have discovered at least one username and password. Usually one can be guessed easily. always try administrator with no password. Also, I have never, not even one time found a network where at least one users password was not at least one of the following:

same password as the username
same password as the name of the company
administrator with no password
account with no password

RK
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

User avatar
execc
htd0rg lieutenant
Posts: 362
Joined: Sat Jul 12, 2003 5:56 pm

Post by execc » Wed Jan 12, 2005 3:03 pm

Very well written! Good Job mate ;)

User avatar
matt
Challenge Winner [1x]
Posts: 772
Joined: Sun Jul 18, 2004 1:19 pm
Location: u.kingdom Manhood: large
Contact:

Post by matt » Wed Jan 12, 2005 3:06 pm

nice work :)

how many chapters left?

User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

Post by Ramius » Wed Jan 12, 2005 3:25 pm

Too many, Thanks
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

Me55iaH
n00b
Posts: 15
Joined: Sat Oct 23, 2004 4:46 pm

Post by Me55iaH » Wed Jan 12, 2005 5:34 pm

Very nice job Ramius. :D
Let my bullets free your mind.

User avatar
BattousaiX
Your Senior
Posts: 933
Joined: Wed Jun 23, 2004 9:19 am

Post by BattousaiX » Thu Jan 13, 2005 4:51 am

Ramius nice tutorial as always.

Just curious ever look into any of our boxes?
Living tomorrow as another day of the past

User avatar
netphreak
Owns you
Posts: 1300
Joined: Wed Sep 24, 2003 8:31 pm
Location: Everywhere and nowhere... all at once
Contact:

Post by netphreak » Thu Jan 13, 2005 9:10 am

I don't believe Cain can be easily used across the internet, it works much better on a closed LAN...
Look at the stars, but shoot for the ceiling; it's closer...
When looking for a needle in a haystack, don't start in the middle of a wheat field.

hacker_zooi
Apprentice
Posts: 34
Joined: Fri Apr 23, 2004 1:04 pm

Post by hacker_zooi » Thu Jan 13, 2005 4:14 pm

nice tut.

but i still dont get it

i've im in Cain

Network > Micro Windows Network - Workgroup > Pc1 and i press right mouse button it says connect as , disconnect , add to quick list

:cry:
help..

User avatar
Rapid Engage
Corporal
Posts: 141
Joined: Sat Dec 13, 2003 12:18 pm
Location: Home.
Contact:

Post by Rapid Engage » Thu Jan 13, 2005 6:36 pm

..what exactly are you trying to do?
Rapid Engage > You
Oh Snap!
pwnd.

User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

Post by Ramius » Thu Jan 13, 2005 8:37 pm

works just as well over the WAN once you are connected with one exception. You will have to manually enter the IP of the device that you want to hack (use the blue star) in the network pane.


First enumerate users
then right clisk and try to log in as one the the users
then right click on services
then click install able service
refresh
double click on pc1
you will see a blue box with an A in it
voila


I can honestly say that I have not looked into the boxes of any current user. :twisted:


RK
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

User avatar
B-Con
Challenge Winner [1x]
Posts: 2679
Joined: Thu Apr 22, 2004 4:19 pm
Location: UC Davis
Contact:

Post by B-Con » Fri Jan 14, 2005 1:47 am

I can honestly say that I have not looked into the boxes of any >>>current<<< user.
ah.... so how big's Yogi's pron collection these days? ;)
- "Cryptographically secure linear feedback shift register based stream ciphers" -- a phrase that'll get any party started.

- Why know the ordinary when you can understand the extraordinary?

User avatar
NoUse
time traveller
Posts: 2624
Joined: Thu Aug 28, 2003 10:46 pm
Location: /pr0n/fat

Post by NoUse » Fri Jan 14, 2005 10:25 am

B-Con wrote:
I can honestly say that I have not looked into the boxes of any >>>current<<< user.
ah.... so how big's Yogi's pron collection these days? ;)
lool!

Nice tut, Ramius.
And I will strike down upon thee with great vengeance and furious anger
those who would attempt to poison and destroy my brothers.
And you will know my name is the Lord
when I lay my vengeance upon thee.

btmonstor
Apprentice
Posts: 33
Joined: Fri Jan 21, 2005 2:57 am

Post by btmonstor » Fri Jan 21, 2005 5:22 am

Hi, very nice tut, lots of good detail. Questions though....

I am playing around on local LAN (controlled by me), Cain finds 5-6 devices which are a mix of NT/2k/Linux/Cicso. I can browse the Network tab, all computers, enumerate users etc BUT I cannot connect. Even though I know the user/password --- What could be wrong? I have tried it against an NT4.0 server and 2k work station. Even a test account with no password fails.

I know of several other devices on the LAN that are XP Pro workstations and a 2003 Server, these do not appear at all in the Network tab. I can see these devices through my normal Windows Network Neighbourhood.

I logged onto a few web sites with user/pass from the PC running cain and they were captured no problem within the Passwords/HTTP section. If I log onto the same site from on of the NT/2k pc's it is not captured --- Am I doing somthing wrong??

I use IMAP for MS exchange server with Outlook client (all 2003 ver) but nothing comes into the IMAP Password section.


So basic functionality is working within Cain, but it seems the good stuff isnt, unless its user error
:oops:

Any help appreceiated.

User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

Post by Ramius » Fri Jan 21, 2005 6:58 am

1. If you are using a layer two switch, it will inhibit your sniffing of passwords.

2. did you right click on the remote computer and click "Connect As"? is the attack pc in the same domain or worrgroup as the server being tested.

It is more than likely, something simple. But Every time that I have enumerated a range of workstations I have been able to connect to them.

As long as the devices are on the same lan WITH THE SAME DEFAULT GATEWAY AND DNS SETTINGS, then the app should work.


Post your responses and we can go from there.

RK
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

btmonstor
Apprentice
Posts: 33
Joined: Fri Jan 21, 2005 2:57 am

Post by btmonstor » Fri Jan 21, 2005 7:25 am

Ok the LAN is running on Cisco Catalyst switches, one is a 2900 then other 3500.

I did try the Connect As, using a known valid login and/or the blank pw one, but still nada.

Although the LAN/support of the pc's is under my control the workstation images were provided by the powers above, could it be that theyve locked them down that tight? I really dont think so as they are like the normal cabbages found at pc-world.

Im gonna double check the IP ranges as I know the LAN used to be split and we have 2 private IP DHCP ranges broadcasting. Its a very simple LAN, 2 switches, 2 file servers (one actiing as logon/dhcp), 1 mail server, 1 router, 15-20clients.

btmonstor
Apprentice
Posts: 33
Joined: Fri Jan 21, 2005 2:57 am

Post by btmonstor » Fri Jan 21, 2005 7:42 am

Ok, all the clients fall in the same block of 30 DHCP addresses, they have the same GW and DNS setting.

User avatar
Ramius
The Evil Clown
Posts: 1714
Joined: Fri Mar 26, 2004 8:47 pm
Contact:

Post by Ramius » Fri Jan 21, 2005 7:59 am

Well cain uses SMB to communicate, try to map a drive to one of the machines and see if you can connect.

Also do you have the newest version of Microsoft's spyware tool? if do, it makes a change to the registry that can impeed Cain and SMB attacks.

RK

Also, add the host IP to cain, that way you forgo the DNS resolution altogether.
RIF - Reading is Fundamental
Hacking is a process, not a product
Http://www.rainbowtables.net

btmonstor
Apprentice
Posts: 33
Joined: Fri Jan 21, 2005 2:57 am

Post by btmonstor » Mon Jan 24, 2005 10:14 am

I tried adding the IP and mapping a drive, but nothing. Non of the clients are using MS Spy software.

I guess its the switch as you suggested earlier...

Is there anything similar to Cain that I could try? or is that the best.

Thanks

Post Reply