Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
705 views

I am receiving the following error for 1 of my wordpress site running on a Plesk server. [client 000.00.00.000] ModSecurity: Access denied with code 403 (phase 2). Pattern match "[\\\\[\\\\]\\\\...
Next level web's user avatar
1 vote
0 answers
445 views

I work on class exercice that involves on find a password on a remote server. The goal is to use the Python pwn library. When I access to the server with a nc IP port I have : [0000014075] ...
Julien's user avatar
  • 629
0 votes
0 answers
310 views

I am new to web programming and I coded a Node js website. I know C very well but not JS. I recently changed the port forward to port 80 and it didn't take long before I was attacked. I saved the logs ...
Renaud Gagnon's user avatar
0 votes
1 answer
194 views

I have a problem with a web server, that also sends newsletter emails with an unsubscribe link. Everytime such an email is sent out, the unsubscribe link is called directly. Because it could be 1000 ...
Vera Nentwich's user avatar
1 vote
1 answer
789 views

I'm researching URLs that I'm building against the unique URL that google docs create once you select and send a URL to anyone. My URL looks like: https://example.com/?doc=abcd123) Should I encode ...
alexmorgan.cr's user avatar
4 votes
1 answer
3k views

I have a VM instance that receives a lot of spam/bot traffic attempting to hack the instance such as New Request to /blog/wp-includes/wlwmanifest.xml. Although none of these are successful it adds ...
SBUK-Tech's user avatar
  • 1,425
0 votes
0 answers
233 views

The error shows up in error.log and the server suffers from multiple requests like this one. FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, ...
UserWarrior4321's user avatar
1 vote
1 answer
361 views

For personal learning purposes i set up a small express webserver in node js and opened it up to the outside world. It only contains a single static page and no other additional end-point. ...
Geopard's user avatar
  • 11
-1 votes
1 answer
1k views

I have a website hosting in AWS, recently server become super slow, i checked apache error log, the log keep growing, repeated, ad infinitum like: e-commerce, games, porn etc. Is someone attacking my ...
gozizibj's user avatar
  • 285
0 votes
1 answer
89 views

The code given below is exactly as shown in the tutorial(zsecurity) it seems the code does not working only on my system.i run this code in linux (virtual box). this is an arpspoofing used to become ...
prasath's user avatar
-3 votes
1 answer
143 views

Given the following PHP... <?php $name = $_GET['name']; echo "Welcome $name<br>"; echo "Have Fun!"; ?> What kind of XSS vulnerability is this subject to: Stored, ...
KSDev's user avatar
  • 11
1 vote
1 answer
446 views

I have a site that people access by using a specific urls they're assigned like user1.my-site.com and user2.my-site.com. The users share the same base server and i'd like to limit unwanted traffic. My ...
MillerC's user avatar
  • 741
0 votes
1 answer
257 views

Hello someone is trying to make multiple signups on my website with different IP what could be the easy way to prevent this . I am using aws stack for website hosting
sumit's user avatar
  • 37
0 votes
1 answer
281 views

I am getting this request (more than 2000 per day) from different countries. Invalid HTTP_HOST header: ‘awssgp0-files.fds.api.xiaomi.com’. You may need to add u'awssgp0-files.fds.api.xiaomi.com' to ...
Prabhat's user avatar
  • 79
0 votes
1 answer
533 views

i m trying to pen test a website so if i managed to browse website directories including db config and .php files but whenever opening any .php file nothing show like empty file and every .php file on ...
EGY Eagle Anonymous Hacking's user avatar
4 votes
1 answer
7k views

Sorry for ask here but I cannot found much reference about pymysql's security guide about how do we prevent sql injection, When I do PHP develope I know use mysql preparedstatement(or called ...
Jason117's user avatar
  • 107
2 votes
1 answer
6k views

I am using HP Fortify tool to detect the vulnerability of my project and it is giving some code vulnerable to DOS attack. while reading some regular expression through some '.properties' and then ...
Vicky's user avatar
  • 1,245
0 votes
1 answer
56 views

I m researching CORS Attacks, XSS and JSONP and Cross Origin Embedding models to getting informations about cross origin resource sharing. But I dont understand clearly JSONP logic. I m new for this ...
Kle's user avatar
  • 1,053
2 votes
1 answer
10k views

Upon running the Burp Security Suite on our web application, I'm getting an issue like 'External Service Interaction' in a page where there's an textbox for getting email addresses. Think of it like ...
user avatar
-1 votes
2 answers
173 views

I am trying to solve an interactive exercise from my university. There is a field given for the username and one for the password. I have to login with my student ID (which of course I know but I dont ...
Marm's user avatar
  • 259
0 votes
0 answers
89 views

Since approximately one month I have been cumulating a lot of these entries as below list in my server in the Apache2 log file. I have spent several days trying to find out if this is really a hack in ...
Carlos Vasquez's user avatar
0 votes
0 answers
160 views

I want to pass a critically sensitive key to my python application. Say an attacker gets root access to the server. I don't want him to discover the key by any means. How can I achieve this?
Yevhen's user avatar
  • 1
2 votes
1 answer
2k views

I have an Exception notifier set up in my rails application. So today I got the second notification, that the index template is missing: An ActionView::MissingTemplate occurred in products#index: ...
Besi's user avatar
  • 23.1k
0 votes
0 answers
872 views

I have been told that the method of escaping single quotes is easy to bypass in a sql injection attack. For example, if I were to have the line: username='admin' and password='$password' where the ...
Logan's user avatar
  • 1,212
-3 votes
1 answer
207 views

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?
Toby Cannon's user avatar