Home > Backend Development > PHP Tutorial > How to prevent others from scanning your website with vulnerability scanning tools

How to prevent others from scanning your website with vulnerability scanning tools

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-04 09:20:15
Original
2858 people have browsed it

A small website, written in nodejs, but the log appears from time to time:

<code>umbrella-web-0 (err): 24/7 05:25 [3952] - error: //admin/scripts/setup.php
umbrella-web-0 (err):  TypeError: req.csrfToken is not a function
umbrella-web-0 (err):     at Object.apiController.getConfig
umbrella-web-0 (err):     ...</code>
Copy after login
Copy after login

Later I checked that it was a php injection script. Although it did not affect the website, it was annoying to see. How can I get rid of this thing?

Reply content:

A small website, written in nodejs, but the log appears from time to time:

<code>umbrella-web-0 (err): 24/7 05:25 [3952] - error: //admin/scripts/setup.php
umbrella-web-0 (err):  TypeError: req.csrfToken is not a function
umbrella-web-0 (err):     at Object.apiController.getConfig
umbrella-web-0 (err):     ...</code>
Copy after login
Copy after login

Later I checked that it was a php injection script. Although it did not affect the website, it was annoying to see. How can I get rid of this thing?

Set ip request frequency
Filter sql keywords

Related labels:
php
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template