|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: bind() Security Problems
Baba Z Buehler (baba
beckman.uiuc.edu)Mon, 5 Feb 1996 10:27:17 -0600
- Messages sorted by: [ date ][ thread ][ subject ][ author ]
- Next message: Dave Roberts: "passwd command in AIX 4.1.4"
- Previous message: Darren Reed: "Re: BoS: bind() Security Problems"
- In reply to: General Scirocco: "Re: bind() Security Problems"
- Next in thread: Casper Dik: "Re: bind() Security Problems"
General Scirocco <scirinewhackcity.net> writes: > Cracking the MIT-MAGIC-COOKIE-1 authorization protocol. > > 1) Auth-data is generated from 16 successive random numbers. > MIT-MAGIC-COOKIE-1 can use 2 different methods of seeding the random > number generator: > > a) Using the process ID of xdm client & time of day in seconds > b) Using the time of day in seconds & time of day in microseconds > (that connection was established). I believe that xdm is what is generating the cookies in these ways... this is why my login scripts make my cookies... randomkey=$( (ps -aewl;netstat -i;netstat -t;date) | md5 ); xauth add $(hostname)/unix:0 . $randomkey xauth add $(hostname):0 . $randomkey unset randomkey While generating more secure cookies, this still doesn't prevent sniffing and hijacking. b -- # Baba Z Buehler - 'Hackito Ergo Sum' # Beckman Institute Systems Services, Urbana Illinois # # "I only use my gun when kindness fails" # -- Robert Earl Keen, Jr. # # PGP public key on WWW homepage and key servers (key id: C13D8EE1) # WWW: http://www.beckman.uiuc.edu/~baba/
- Next message: Dave Roberts: "passwd command in AIX 4.1.4"
- Previous message: Darren Reed: "Re: BoS: bind() Security Problems"
- In reply to: General Scirocco: "Re: bind() Security Problems"
- Next in thread: Casper Dik: "Re: bind() Security Problems"