Start learning 50% faster. Sign in now
SQL Injection is a critical web vulnerability where attackers inject malicious SQL code into an input field, potentially allowing unauthorized database access or manipulation. By exploiting applications that improperly sanitize user inputs, attackers can alter the database's behavior, accessing, modifying, or even deleting sensitive data. For example, by entering ' OR '1'='1 in a poorly protected login form, an attacker could bypass authentication if the application directly inserts this input into an SQL query. SQL Injection remains one of the most significant vulnerabilities in web security due to its ability to compromise data integrity and confidentiality. Proper input validation and parameterized queries are essential measures to prevent SQL Injection attacks, securing applications against malicious database queries. Option A - Cross-Site Scripting (XSS) involves injecting scripts into webpages to execute in the user's browser, differing in intent and execution from SQL Injection. Option B - CSRF tricks users into performing actions they did not intend on authenticated websites and does not directly involve code injection to manipulate database queries. Option D - DDoS attacks aim to disrupt service availability by overwhelming servers with requests, focusing on service disruption rather than data manipulation. Option E - Man-in-the-Middle (MitM) attacks intercept data during transmission but do not involve directly injecting code into a database query.
A certain sum of money becomes Rs. 1500 in 1 year and 2800 in 3 years at certain rate of simple interest. Find the sum of money invested.
The interest earned when a sum is invested at simple interest of 10% p.a., for 3 years, is Rs. 6000. What will be the total amount received after 2 year...
A man deposited 25% of his salary to a bank which offers compound interest at the rate of 10% p.a. If the interest earned by him from the bank after 2 y...
A took a loan of Rs.5320 at simple interest of 20% p.a. and invested the same money in a scheme at simple interest of 30% p.a. Find the profit earned by...
Two persons A and B invest money in two schemes. A invests Rs. 6000 for 2 years in R% CI per annum. B invests Rs.7000 for 2 years in 20% CI per annum. I...
A person named 'P' invested Rs. 48,000 in an SIP called 'X', which provides compound interest at a rate of 50% per annum, compoun...
Amit invested ₹8000 into a SIP that earns simple interest at 12% annually for 3 years. Pawan deposited an unknown amount in a S...
The savings of Arun and Bhaskar are same. The difference between the expenditure of Bhaskar and the savings of both Arun and Bhaskar together is 0. The ...
A sum of Rs. 4000 is invested at simple interest for 2 years. If the rate interest for first year is 15% p.a. while 25% p.a. for second year, then find ...