krAzykrAkr forum
Home
Help
Search
Login
Register
krAzykrAkr forum
:
General Categories
:
Hacking & Security
(Moderators:
krAzykrAkr01
,
Superdope01
) :
Password protection in Unix based systems
Welcome,
Guest
. Please
login
or
register
.
02/08/12 @ 19:39
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
spammers must be killed!!
2123
Posts in
238
Topics by
16
Members
Latest Member:
katlinfrench
Links
krAzykrAkr
Home
krAzykrAkr
Korner
KnightsRim
DataTech
Digg
SlashDot
Google - Linux
Linux Online
Slackware
Vector Linux
Infowars
PrisonPlanet
raspy-thesis
Pages: [
1
]
« previous
next »
Print
Author
Topic: Password protection in Unix based systems (Read 906 times)
0 Members and 1 Guest are viewing this topic.
Pfunk
Fpunk
Full Member
Posts: 126
The Thief
Password protection in Unix based systems
«
on:
11/27/07 @ 15:58 »
On most unix systems passwords are stored, encrypted, in the file etc/passwd. The command cat can be used to idsplay the encrypted passwords:
cat etc/passwd
But the encryption has long been crackable. A tool called John has long been availble. It runs in dos, and you can crack the average unix password in a couple of hours. A password shorter then four letters takes no time at all (make sure no passwords are this long). See the files section [index.cgi?files] for other crackers.
The way the programs work are by testing lots of passwords. Normally, to save time, a list of possible passwords in a file is used
!Make sure no users use common passwords that are easily guessed (god, america, slipnot)
If this doesnt work, the program trys an infinite combination of letters.
!Make sure no passwords are less than six letters long
After this security flaw was made widely known, shadowing in unix was enabled. This hides the passwords somewhere. Unfortunately, you can normally find the passwords using the commands "locate shadow"
You can see if the passwords are shadowed because in etc/passwd there will just be * where passwords should be.
!Exploits are very commonly used
Some hacker finds a bug in your firewall, posts it on the internet, teenagers find the bug and exploit it on your computer. Check bug tracking sites often.
More soon.
Also you dont have any of the default user/password combinations:
LOGIN PASSWORD
-----------------
root root
sys sys
daemon daemon
uucp uucp
tty tty
test test
unix unix
bin bin
adm adm
admin admin
who who
learn learn
uuhost uuhost
nuucp nuucp
finger finger
games games
user user
Logged
¶fÜnk
It is impossible for a man to learn what he thinks he already knows.
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Categories
-----------------------------
=> Forum Rules & How-To's
=> Intro's
=> Government
=> Religion
=> Linux vs Micro$oft
=> Hacking & Security
=> Star Wars
=> South Park
=> Entertainment
=> General Discussion
Loading...