Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sql-injection]

An attack where malicious SQL statements are provided as input data, exploiting security vulnerabilities in the client. This allows an attacker to bypass authentication and access controls.

0 votes
0 answers
13 views

How do you validate millions of data in 2 different databases as part of ETL Testing

How to validate millions of data in 2 different databases as part of ETL (Extract, Transform, Load) Testing. And in the same databases, also tell me the testing process to validate the Target DWH (...
pavan suresh's user avatar
0 votes
1 answer
53 views

Security test for .net desktop application: upload a file (shell) to check how software behaves

I am looking for a most common injection file (shell) to import my software to check if it is open to these kind of attacks or not. Any recommendation, web sites or blogs? (summary: i will upload ...
RecepC's user avatar
  • 61
1 vote
2 answers
1k views

JMeter - Pass http response values to jdbc request without using xpath extractor?

I'm using JMeter and I need to get the value of <productid> from an Http API response (productid = 001)[see Http API response screenshot] and pass it to a jdbc request [see JDBC request ...
lak's user avatar
  • 567
0 votes
1 answer
104 views

Need SQL Injection Document? [duplicate]

i am trying to study SQL Injection nowadays & i am searching for good tutorial . any recommendation for written or videos tutorial ?
A.Mo5tar's user avatar
  • 160
5 votes
2 answers
3k views

How do I test injection attacks similar to SQL injection for non sql solutions, or do I?

My team is testing some products where we have forgone SQL as the back-end. This means that we have stopped executing any security tests around SQL injection. I have this nagging suspicion that ...
Sam Woods's user avatar
  • 8,569
5 votes
2 answers
626 views

Netsparker community edition: how to start with it?

I like to do SQL injection security testing. So I installed Netsparker (community edition 1.7). If any one have used this application to test SQL injection an web applications, then please tell me the ...
Panjiyar Rahul's user avatar
8 votes
7 answers
521 views

Learning about Ethical Hacking

I'm in the process of trying to learn more about ethical hacking, however a lot of the sources I am reading about have a lot of text/theory with very little hands on work. I was wondering if anyone ...
Craig Pilgrim's user avatar
17 votes
4 answers
10k views

How do I test an application for SQL injections?

I'm supposed to test a web application for SQL injections. I'm new to this type of security testing and I'd like to get some tips on the matter. Are there any best practices or do I simply search on ...
Tanparmaiel's user avatar