Chrome reports virus, Google Chrome reports virus, Google Chrome virus warning resolution Chrome dangerous warning prompt Recently the Weipan program is being instantly flagged as a virus by Google Chrome, prompting danger. Prompt: Some pages on this site are not secure. Prompt: The site you’re trying to access is a phishing site. Attackers on this site may trick you into doing dangerous things, such as installing software or leaking your personal information (such as passwords, phone numbers, or credit card information). Tried changing the domain name, modifying homepage fields, encrypting the homepage code – none of it worked. Instantly flagged as virus. Solution: Do verification redirect...
2023.3.22 1. Micro Disk Vulnerability Micro Trading Platform Vulnerability Forex Vulnerability HSBC Attack Vulnerability Exploit Published Hackers used features to batch scan for micro disk vulnerabilities. They exploited a cache upload vulnerability to upload a one-line PHP shell, then uploaded a larger shell to the root directory. Next, they uploaded database management tools, modified the database and index.php files, etc. They left contact information and threatened and extorted website administrators. Recommendations and Fixes: – Patch the upload vulnerability – Block hacker IP ranges – Lock down website file permissions – disable upload and creation Specific Vulnerability Locations: Search Hacker Attack Handling Maintenance Log: 1. Patch vulnerabilities 2. Block hacker IPs 3. Restore website files 4. Restore website data 5. Purchase new domain and configure frontend domain 6. Create jump verification to effectively solve Google browser warning issues and network blocking domain issues....
This Android remote control tool craxrats was written by a foreigner, and it’s much stronger than the cracked version of CypherRat. It can control remote devices like a computer: 1. Real-time viewing of the controlled person’s phone screen, controlling their phone screen just like operating your own phone, without them noticing. 2. Opening the camera to take photos and videos, controlling the victim’s phone without their knowledge, making phone calls and sending SMS, obtaining contact lists, getting SMS content, accessing photos in their gallery, uploading files to the victim’s phone, downloading files from the victim’s phone to your computer. 3. Silently uploading and installing Android apps on the victim’s phone without them knowing, can control the victim’s phone. 4. Making the victim’s phone screen go black and disabling their touch control, while you can normally view their phone screen. 5. Can operate the keylogger online or offline, recording all of the victim’s operations and entered passwords, 24/7 continuously. 6. Can listen to the victim’s microphone without their knowledge. 7. Can record in real-time and monitor what the victim is saying. 8. Can open the front camera to see the victim’s face, while also opening their microphone to hear them speak,......
2023 ThinkPHP Micro Trading Platform Setup Tutorial – Environment Recommendation: Linux, Nginx 1.21.0, PHP 5.6, MySQL 5.6, SSL...
October 2022 latest program case studies – Click the link below to enter: https://dajian168.com/10yueanli...
H5 Online IM Chat Instant Messaging Setup Tutorial Description Server Operating System: Linux CentOS 7 Install BaoTa (Bt Panel) BaoTa Environment: Nginx 1.18 + PHP 7.3 + MySQL 5.6 + MongoDB 4.0 Install PHP extensions: fileinfo, Swoole4, mongodb (three extensions) Remove all disabled functions in PHP BaoTa firewall: Open ports 1-65535 Add a website, upload files from the IM folder to the website root directory, set permissions to 777 Modify the website, set URL rewrite to thinkphp, website directory select /web/public Move index.html to the top of default documents Add a database and import data 3eym.com.sql.gz The MongoDB database needs to be uploaded via SSH commands First upload mongod.zip to a folder on the server, after uploading, extract the file, delete the zip file, then execute the following command via SSH: mongorestore -d im path (this path is the folder you extracted) Modify the database configuration information in webconfigdatabase.php Modify the database configuration information in socketappimcommoncontrollerMain.php Modify the IP on line 48 in webappimcommoncontrollerActionBegin1.php Next is compiling the frontend files, the frontend files are in view-h5 First download HBuilderX tool, search and download via Baidu, for how to use it, check the tool’s instructions. If it prompts you to install......
1. Download and install Node.js Visit https://nodejs.org/zh-cn/ and download the latest LTS version of Node.js. The installation steps are simple, just keep clicking next. 2. Compile the project Open cmd in the project directory, as shown in the folder below. Enter npm install to install the required dependencies npm install Enter npm run dev to run the project npm run dev 3. Possible problems 1. Unable to access remote repository You can use the domestic Taobao mirror, enter the following commands: npm config set registry https://registry.npm.taobao.org npm config get registry // Verify if the setting is successful 2. Insufficient permissions to perform certain operations Open cmd as administrator 3. Unable to compile normally, missing certain components npm install –global –production windows-build-tools 4. Missing a specific dependency (using node-sass as example) npm install node-sass ************************************* npm run dev npm run serve Install development dependencies: npm install babel-plugin-import -D ********************************************* Build npm run build ********************************************* Vue executes npm run dev and reports an error: missing script:dev Check the package.json file in the project folder, there may be two situations: 1. There is a dev line in the script 2. There is no dev line in the script [Insert image description] Has dev......
Tools needed for exchange K-line charts ******************************************java******************************************** Linux system java – jdk1.8 JAVA installation https://www.cnblogs.com/wjup/p/11041274.html I have already installed openjdk version 1.8.0_312 To check the installed version, enter: java -version Add the path to vi /etc/profile file: JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64 PATH=$PATH:$JAVA_HOME/bin CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export JAVA_HOME CLASSPATH PATH Save and exit. In terminal, enter: . /etc/profile Java installation complete ******************************************elasticsearch installation******************** Elasticsearch installation: https://www.cnblogs.com/socketqiang/p/11363024.html First download: wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.tar.gz After download completes, enter: tar -zxvf elasticsearch-6.6.0.tar.gz After decompression, rename the folder to the installation directory: mv elasticsearch-6.6.0 elasticsearch Then copy to: /usr/local Go to the config folder in the es installation directory and modify the elasticsearch.yml file: #Configure es cluster name, default is elasticsearch, es will automatically discover es in the same network segment. If there are multiple clusters in the same network segment, this property can be used to distinguish different clusters. cluster.name: my-es #Node name node.name: node-1 #Set index data storage path path.data: /usr/local/elasticsearch/data #Set log storage path path.logs: /usr/local/elasticsearch/logs #Set the IP address for external services. Nodes in the same network segment will join this cluster. network.host: 0.0.0.0 #Set the external http port http.port: 9200 #Set the initial list of master nodes in the cluster. New nodes joining the cluster can be......
bat simultaneously processes multiple lottery draws, Node.js modifies kj.bat, start node data.js, start node c:\vhosts\kj\data.js, then open TianHeng lottery drawer...
Turns on the URL rewriting engine. If the connection is not secure (HTTPS), permanently redirect (301) all requests to the same URL using HTTPS....