当前位置:网站首页>How to prevent malicious crawling of information by one-to-one live broadcast source server
How to prevent malicious crawling of information by one-to-one live broadcast source server
2022-07-03 23:06:00 【Cloudleopard network technology】
In the process of running the one-to-one live broadcast source code , The generated data will be stored on the server , For any platform , Data security is the problem that needs to be solved most in data storage . Except for malicious access 、 Domain name hijacking and other data problems , Some crawlers will crawl website information maliciously , At this time, it is necessary to intercept , Prevent data leakage .
The one-to-one live broadcast source code can be configured on demand nignx The environment and Apache Environmental Science , Achieve interception , The specific operation steps are as follows :
One 、Nginx Environment :
1. create profile
For example, enter nginx Install under directory conf Catalog , establish : test…conf
The contents are as follows :
# prohibit Scrapy Wait for the tool to grab if ($http_user_agent ~* (Scrapy|Curl|HttpClient)) {
return 403;
}
# Prohibit designation UA And UA Empty visit
if ($http_user_agent ~ "WinHttp|WebZIP|FetchURL|node-superagent|java/|
FeedDemon|Jullo|JikeSpider|Indy Library|Alexa Toolbar|AskTbFXTV|AhrefsBot|
CrawlDaddy|Java|Feedly|Apache-HttpAsyncClient|UniversalFeedParser|ApacheBench|
Microsoft URL Control|Swiftbot|ZmEu|oBot|jaunty|Python-urllib|
lightDeckReports Bot|YYSpider|DigExt|HttpClient|MJ12bot|heritrix|EasouSpider|Ezooms|BOT/0.1|
YandexBot|FlightDeckReports|Linguee Bot|^$" ) {
return 403;
}
2. Import the configuration file created above into the website configuration file
Include test.conf;

3. restart nginx Services take effect
systemctl restart nginx
Two 、apache Environment
1、 modify httpd.conf The configuration file
Add the following code , restart Apache take effect
Shell
DocumentRoot /home/wwwroot/xxx
SetEnvIfNoCase User–Agent “.*(FeedDemon|Indy Library|Alexa Toolbar|AskTbFXTV|AhrefsBot|CrawlDaddy|CoolpadWebkit|Java|Feedly|UniversalFeedParser|ApacheBench|Microsoft URL Control|Swiftbot|ZmEu|oBot|jaunty|Python-urllib|lightDeckReports Bot|YYSpider|DigExt|HttpClient|MJ12bot|heritrix|EasouSpider|Ezooms)” BADBOT
Orderallow,deny
Allow fromall
deny fromenv=BADBOT
3、 ... and 、 test
1、 Use curl -A Simulate grabbing , such as :
curl -I -A 'Spider' www.test888.cn
give the result as follows :
[[email protected]]# curl -I -A 'Spider' www.test888.cn
HTTP/1.1 403 Forbidden
Server: nginx/1.12.0
Date: Wed, 24 Apr 2021 11:35:21 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
above , It is the one-to-one live source code that intercepts the content of information crawled by crawlers , Preventing malicious crawling is just one of the security strategies to ensure data security , To learn more about security policies , You can pay attention to the following content .
Statement : The above content is original by cloudleopard technology , Without the author's consent , Prohibited reproduced , Otherwise, relevant legal liability will be investigated .
边栏推荐
- Ppt image processing
- LeetCode 1647. Minimum deletion times of unique character frequency
- Pyqt5 sensitive word detection tool production, operator's Gospel
- Buuctf, misc: n solutions
- 2022.02.13
- How about agricultural futures?
- Gorilla/mux framework (RK boot): add tracing Middleware
- [note] IPC traditional interprocess communication and binder interprocess communication principle
- Unique in China! Alibaba cloud container service enters the Forrester leader quadrant
- [automation operation and maintenance novice village] flask-2 certification
猜你喜欢

Yyds dry goods inventory Spring Festival "make" your own fireworks

Unique in China! Alibaba cloud container service enters the Forrester leader quadrant

Exclusive download! Alibaba cloud native brings 10 + technical experts to bring "new possibilities of cloud native and cloud future"

Blue Bridge Cup -- guess age

SDMU OJ#P19. Stock trading

IDENTITY
![[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)](/img/1d/044e81258db86cf34eddd3b8f5cf90.jpg)
[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)

Common mode interference of EMC

Pooling idea: string constant pool, thread pool, database connection pool

Programming language (2)
随机推荐
Bufferpool caching mechanism for executing SQL in MySQL
Interesting 10 CMD commands
Mongoose the table associated with the primary key, and automatically bring out the data of another table
Meta metauniverse female safety problems occur frequently, how to solve the relevant problems in the metauniverse?
The 2022 global software R & D technology conference was released, and world-class masters such as Turing prize winners attended
2022.02.14
Can you draw with turtle?
In 2022, 6G development has indeed warmed up
LeetCode 1647. Minimum deletion times of unique character frequency
1068. Consolidation of ring stones (ring, interval DP)
SDNU_ ACM_ ICPC_ 2022_ Winter_ Practice_ 4th [individual]
Programming language (2)
Es6~es12 knowledge sorting and summary
Take you to master the formatter of visual studio code
Pooling idea: string constant pool, thread pool, database connection pool
[15th issue] Tencent PCG background development internship I, II and III (OC)
webAssembly
How to switch between dual graphics cards of notebook computer
finalize finalization finally final
How to quickly build high availability of service discovery