Re: sql iquery interception
Posted by: strad solutions
Date: April 10, 2021 04:15AM

Yes sir t is possible. SQL injection is a type of application layer attack technique used by hackers, where malicious SQL statements are put inside an entry field for execution. In an SQL injection attack an attacker can get critical information from the server database and hence should be taken seriously from a security point of view. In this the attacker takes the advantage of loopholes present in the web applications. To prevent injections of special characters, or they should be properly handled or skipped from the input.

SQL Injection Testing should be done for:

• Apostrophes
• Brackets
• Commas
• Quotation marks

Options: ReplyQuote


Subject
Written By
Posted
October 13, 2020 06:16AM
October 14, 2020 09:46AM
Re: sql iquery interception
April 10, 2021 04:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.