我正在使用旧的Mac Mini运行Node Express(4.16.4)网站,我只是看到它对一些中国新闻网站提出了一些可疑的要求。
这些相同的要求以及类似的问题仅在我可以找到的另一个问题中提出(尚未回答)。Why is my Node Express Mongoose app making get requests to these sites?
GET /manager/html 404 264.190 ms - 191 (Router Management page.)
GET http://www.123cha.com 200 85.242 ms - 2889
GET http://api.ipify.org/ 200 49.589 ms - 2889
GET http://www.epochtimes.com/ 200 44.209 ms - 2889
GET http://www.ip.cn/ 200 26.324 ms - 2889
GET http://www.wujieliulan.com/ - - ms - -
GET http://www.minghui.org/ - - ms - -
GET http://www.123cha.com/ 200 58.645 ms - 2889
GET http://www.rfa.org/english/ - - ms - -
GET http://boxun.com/ - - ms - -
包装:
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"emoji-strip": ">=0.0.1",
"emoji-tree": ">=0.0.1",
"express": "^4.16.4",
"jade": "^1.11.0",
"jsonfile": ">=0.0.1",
"log-update": "^2.3.0",
"minimist": ">=0.0.1",
"moment": ">=0.0.1",
"morgan": "^1.9.1",
"mysql": ">=0.0.1",
"node-async-loop": ">=0.0.1",
"node-cleanup": "^2.1.2",
"node-ipc": ">=0.0.1",
"nodemon": "^1.18.6",
"path": "^0.12.7",
"sentiment": "^5.0.1",
"serve-favicon": "^2.5.0",
"stylus": "^0.54.5",
"twitter": ">=0.0.1"
我为该站点打开了8080端口,为SSH打开了22端口。我正在通过DuckDns更新IP。
我应该为此担心吗?程序包是否被破坏,或者DuckDns?我是通过运行此程序来危害我的整个网络的吗?
如果您需要任何其他信息,请告诉我。我是网络新手,所以我可能没有提供一些基本的难题。
谢谢。