473,396 Members | 1,703 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Hacker Attempt

code green
1,726 Expert 1GB
May be the wrong forum but I had this attack via a web form
Expand|Select|Wrap|Line Numbers
  1. declare @q varchar(8000) 
  2. select @q = 0x57414954464F522044454C4159202730303A30303A313527 exec(@q) --
It didn't get past first base but anybody with the same experience?
I think the Hex translates to a WAITFOR command.
May 24 '10 #1
3 4099
RedSon
5,000 Expert 4TB
Looks like an SQL injection attack:

http://en.wikipedia.org/wiki/Sql_injection
May 24 '10 #2
Atli
5,058 Expert 4TB
The hex translates into:
Expand|Select|Wrap|Line Numbers
  1. WAITFOR DELAY '00:00:15'
It just basically freezes the query for 15 seconds. Kind of pointless by itself, really.

It has no effect on MySQL though. WAITFOR is a T-SQL (MSSQL) command, which doesn't exist in MySQL.
May 27 '10 #3
code green
1,726 Expert 1GB
I've googled the hex and it seemed to first appear around April.
The blame is pointing to a German.

Quite a few sites seemed to heve been attacked.
May 27 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: D E | last post by:
Hi. I am just curious how a hacker-type personality fits into a corporate lifestyle. I am only a student now. I have a govt. job now where i can go to school and work part time. I can take 2...
13
by: Aravind | last post by:
I would like to know in what manner dangling pointers affect the security of a application developed using C++.What are the loopholes that are created by dangling pointers and how they could be...
2
by: Neil | last post by:
Hi, I have a website hosted on MS IIS. It has a news section fed by a database to allow the owners of the site the ability to update the news pages themslves. Last week a message was added...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.