Re: I would like to join the PHP shell team

2012-08-21 Thread Jan Kanis
On Tue, Aug 21, 2012 at 11:14 PM, Wolfgang Dautermann
da...@oeh.tu-graz.ac.at wrote:
 He already have SVN commit permissions - perhaps Martin Geisler has
 added these permissions.

Martin added them yesterday.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
phpshell-devel mailing list
phpshell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpshell-devel


Re: Fw: Fw: PHP Shell

2009-05-11 Thread Tobias Unger
That (dir still showing the unchanged path) may have something to do 
with cd being an internal comand of PHP Shell. As far as I know you do 
not really change to the directory but just tell PHP Shell where you 
want the next comand to be executed.
That is because the connection to PHP / the web server is not persistent 
(every comand you submit via PHP Shell will start a new task which does 
not know how the one before finished his work).


ArcyQwerty schrieb am 11.05.2009 21:54 Uhr:
After some experimentation, changing $_SESSION['cwd'] to chdir() and 
getcwd() depending on what I need seems to work out
It will now recognize the current directory but commands like 'dir' 
still give me the system32 (probably has something to do with cmd.exe 
being in system32)


- Original Message -
*From:* Tobias Unger mailto:m...@tobias-unger.de
*To:* ArcyQwerty mailto:arcyqwe...@arcyqwerty.is-a-geek.com ;
Discuss the development of PHP Shell
mailto:phpshell-devel@lists.sourceforge.net
*Sent:* Monday, May 11, 2009 2:52 PM
*Subject:* Re: Fw: Fw: PHP Shell

I'm sorry but I do not have a clue what the problem might be
caused by, so I will not be able to help you... sorry for that!

Actually I am just subscribed to this list because I once used PHP
Shell... but that was some years ago...

I hope there's anybody else reading this who is more familiar with
PHP Shell and/or Windows Servers and who is able to help you! Good
look with that!


ArcyQwerty schrieb am 11.05.2009 20:35 Uhr:

Yes I am still subscribed ;)
I have tried different methods such as

cd /
cd ..
cd ../
cd C:\
cd C:
cd C:/

- Original Message -
*From:* Tobias Unger mailto:m...@tobias-unger.de
*To:* ArcyQwerty mailto:arcyqwe...@arcyqwerty.is-a-geek.com
; Discuss the development of PHP Shell
mailto:phpshell-devel@lists.sourceforge.net
*Sent:* Sunday, May 10, 2009 4:37 PM
*Subject:* Re: Fw: PHP Shell

OK. Well then the problem must be caused by something else.

I guess you tried using cd .. serveral times instead of cd
C:\ to make sure it's not just a syntax problem?

If you tried so without success, I hope Martin Geisler (the
author of PHP Shell) can help you with that (as I do not have
a clue what the problem might be caused by).

@Martin Geisler
I guess you are still subscribed to this mailing list?


ArcyQwerty schrieb am 10.05.2009 22:08 Uhr:

I am fairly sure that it has the ability to use the rights
of the logged in user as the system32 directory is strictly
off limits to the 'public' account

- Original Message -
*From:* Tobias Unger mailto:m...@tobias-unger.de
*To:* ArcyQwerty
mailto:arcyqwe...@arcyqwerty.is-a-geek.com ; Discuss
the development of PHP Shell
mailto:phpshell-devel@lists.sourceforge.net
*Sent:* Sunday, May 10, 2009 2:55 PM
*Subject:* Re: PHP Shell

I do not know if these Windows Web Servers access
anything that the user they are running as is able to
access, but if you run an Apache server you usually tell
the server that he's not allowed to access files which
are not in a special public folder. So if you run
Apache with Linux as root (you normaly will not do that)
and tell him not to access files which are not in
/var/www/ (for example) or its subfolders, it is not
able to change to / (which is usually simular to C:\)
(even though root is able to access any files).

As far as I know, PHP Shell is not able to access all
the files that the user is able to access but just those
the Web Server allows it to access (unlike a normal ssh
etc.).

Or did I just misunderstand your question?

ArcyQwerty schrieb am 10.05.2009 19:28 Uhr:

If I start with homedir as C:\

Current Working Directory: |C:\|
 
$ cd ./inetpub
 
Current Working Directory: |C:\/./inetpub|
|| 
|$ ls|
|| 
|[list of files in C:\windows\system32 shows up]|
|| 


|C:\ and all directories under it are accessible by the
authenticated user running PHP shell (running as admin
by NTLM authentication)|

- Original Message -
*From:* Tobias Unger mailto:m...@tobias-unger.de
*To:* ArcyQwerty
mailto:arcyqwe...@arcyqwerty.is-a-geek.com ;
Discuss the development of PHP Shell
mailto:phpshell-devel@lists.sourceforge.net