Questions tagged [server-side-attacks]
65 questions
-2
votes
1 answer
Android App Retrofit Web Service Request Intercept and Modify Using Burp Suit Attack Fix
In my Android App we are using retrofit web service for communication to server. Some Hacker intercept request and modify it using some tool Burp Suit.
Please help me to let me know how I stop Intercept Attack.

Amit Yadav
- 32,664
- 6
- 42
- 57
-2
votes
1 answer
PHP - Is there any way for this login to be bypassed (Without bruteforcing)
I know all about preparing statements and hashing etc. I always have security in mind, but I was thinking to myself one day,…

ddd
- 1
- 3
-2
votes
1 answer
My database is being attacked
I have a database running with SQL Server 2008 r2. I got problems with some column's values
I remarked that some fields values are updated automatically.
They contains data like :
orginal value 12345
dirty value 12345

Ismail Diari
- 498
- 3
- 8
-3
votes
1 answer
What type of XSS vulnerability is this code subject to?
Given the following PHP...
";
echo "Have Fun!";
?>
What kind of XSS vulnerability is this subject to: Stored, or Reflected?
My answer is: Non Persistent (reflected), but I…

KSDev
- 11
- 1
-3
votes
1 answer
What is a timed attack?
I've heard the term, but I cannot find that much information on it on the internet. What is a timed attack with relation to web server scripting?
Are there methods to combat such attacks?