Re: Demonstration of Chroot when tomcat running in jail

2007-04-11 Thread Jasbinder Singh Bali
To clarify it further, I need demonstrate someone entering the chroot jail where tomcat is running and then he can issue all his commands there but won't be able to see the actual root being in chroot jail On 4/11/07, Jasbinder Singh Bali <[EMAIL PROTECTED]> wrote: I didn't g

Re: Demonstration of Chroot when tomcat running in jail

2007-04-11 Thread Jasbinder Singh Bali
I didn't get that. Can you please explain what are you trying to say here. Thanks On 4/11/07, Tim Lucia <[EMAIL PROTECTED]> wrote: You could create a file, write to it, and observe where it appears. > -Original Message- > From: Jasbinder Singh Bali [mailto:[EMAIL

Demonstration of Chroot when tomcat running in jail

2007-04-11 Thread Jasbinder Singh Bali
Hi, How can the Chroot be demostrated in a very simple way without actually hacking the tomcat. I just need to show that someone has taken control of tomcat and now he's in the directory (chroot jail) where tomcat is running but won't be able to access the actual root of the webserver. What would

Re: Security question - starting tomcat as non-root user

2007-04-11 Thread Jasbinder Singh Bali
Did you try running tomcat with JSVC. It'll run it as a deamon with the user privileges of your choicde On 4/11/07, Neil B. Cohen <[EMAIL PROTECTED]> wrote: I didn't realize it could be that simple :) Thanks very much - I will give that a try... Much obliged, nbc On Wed, 2007-04-11 at 07:

Re: Session Hijacking with Apache Tomcat

2007-04-04 Thread Jasbinder Singh Bali
es so that most XSS exploits fail to work, without modifying or disabling the web applications. On 4/4/07, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Jasbinder Singh Bali wrote: > And how should i get rid of session hijacking. Is there any feature is > tomcat that takes care of

Re: Session Hijacking with Apache Tomcat

2007-04-04 Thread Jasbinder Singh Bali
And how should i get rid of session hijacking. Is there any feature is tomcat that takes care of it? On 4/4/07, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Jasbinder Singh Bali wrote: >> In short, i need to demonstrate session hijacking in apache tomcat and >> then show meas

Session Hijacking with Apache Tomcat

2007-04-04 Thread Jasbinder Singh Bali
Hi, I have to demonstrate Session Hijacking with Apache Tomcat to my advisor when some precautionary measures are not taken. I'm just wondering how can I do this. After a satisfactory demonstration, I need to demonstrate the steps I would take to get rid of this session hijacking. In short, i nee