![]() |
| | #1 |
| Registered User Join Date: Nov 2001
Posts: 25
| My Unix/Linux SECURITY SOLUTION - pls read I recently had my linux server hacked into and after reading over all the information I could find about how root kits work I've come up now with a VERY SIMPLE but VERY GOOD Unix security solution. It seems most of these hacks rely on gaining UID (0) access - or root access. Here's my solution - how about during installation of Linux (any Unix) on a server that during installation and setup a random UID be assigned root priveledges and do away with the (0) UID idea - it seems to me that giving hackers a known UID to try to obtain - does half the job for them. If they have no idea what UID has root priveledges then its going to be a Heck of a lot harder to hack a system. Also do away with the username "root" altogether. Again it just makes it so much easier for the hacker since half the jobs done for them, they only have to guess the password. Why not let the administrator select their own username to be the traditional "root" during installation !!!! I hope someone reads this! The way things are now, especially with the way the world is going - hackers are laughing. With all the terrorism, etc around - servers are too vulnerable - I think this could be a simple and effective solution. Last edited by bjdea1; 04-02-2004 at 03:26 AM. |
| bjdea1 is offline | |
| | #2 |
| 'AlHamdulillah Join Date: Feb 2003
Posts: 790
| uhm.... with the exception of root kits, if you have cryptography and a GOOD password(12-16 characters that contain alpha-numeric and special chars[like '$']), it will actually take 3-4 years for a computer today running john or brutus etc. to crack it(during which time you will already have changed your pass hopefully). |
| EvBladeRunnervE is offline | |
| | #3 |
| Registered User Join Date: Mar 2003 Location: Louisiana
Posts: 926
| Linux runs the MD5 encryption you it takes forever to crack(basically) |
| linuxdude is offline | |
| | #4 |
| Registered User Join Date: Aug 2003
Posts: 42
| This isn't a solution at all. For one, it's security by obscurity. Two, you can freely read the UID root from /etc/passwd. Three, if you restrict services to encrypted ones (like SSH) or tunnel them through secure ones, it becomes 50 times harder to even get in. And four, restricting the root user power has already been thought off, and implemented. Take a look at the security patches for the kernel, like LIDS and grsecurity. |
| KneeLess is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Read Array pro!!Plz help!! | Supra | C Programming | 2 | 03-04-2002 03:49 PM |
| Serial Communications in C | ExDigit | Windows Programming | 7 | 01-09-2002 10:52 AM |
| read data | in_need | C Programming | 2 | 10-30-2001 08:10 AM |
| Help! Can't read decimal number | Unregistered | C Programming | 2 | 09-07-2001 02:09 AM |