RE: How to bypass /etc/passwd's shell
From: Jose Nazario (jose_at_biocserver.BIOC.cwru.edu)Date: 07/19/01
- Vorherige Nachricht: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Als Antwort auf: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Nächste im Thread: Murat Koc: "Re: How to bypass /etc/passwd's shell"
- Nächste im Thread: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Antwort: Murat Koc: "Re: How to bypass /etc/passwd's shell"
- Nachrichten sortiert nach: [ Datum ] [ Thread ] [ Subject ] [ Autor ] [ Attachement ]
On Wed, 18 Jul 2001, Marcus Zoller wrote:
> #!/bin/sh
> /usr/sbin/chroot /home/<user chroot> /bin/bash -login
> dummy:x:500:500:chroot user:/home/dummy:/bin/rshell
not wise. one can ^C out of the script's execution, leaving you with
/bin/sh as your shell. (been there, tried that, was able to break out,
it's easier than you may guess.)
____________________________
jose nazario jose_at_cwru.edu
PGP: 89 B0 81 DA 5B FD 7E 00 99 C3 B2 CD 48 A0 07 80
PGP key ID 0xFD37F4E5 (pgp.mit.edu)
- Vorherige Nachricht: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Als Antwort auf: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Nächste im Thread: Murat Koc: "Re: How to bypass /etc/passwd's shell"
- Nächste im Thread: Marcus Zoller: "RE: How to bypass /etc/passwd's shell"
- Antwort: Murat Koc: "Re: How to bypass /etc/passwd's shell"
- Nachrichten sortiert nach: [ Datum ] [ Thread ] [ Subject ] [ Autor ] [ Attachement ]
Relevant Pages
|
|