Quickly build domain name websites and subsites on Linux virtual machines

Website requirements: 1. Based on the domain name www.openlab.com, you can access the website content as welcome to openlab!!! 2. Create three sub-interfaces for the company to display student information, teaching materials and payment websites respectively. Access student information based on the website www.openlab.com/student, and access teaching materials www.openlab.com/ based on the website www.openlab.com/data. Money […]

[Tencent Cloud HAI Domain Exploration] Build a local SD text generation image application that never goes down–a rice-level high-performance application HAI deployment stable diffusion webui one-click Wenshengtu

Directory 1. High-performance application service HAI products + Stable Diffusion Webui deployment ideas 2. Start Stable Diffusion WebUI inference with one click 3. Use HAI JupyterLab connection to deploy StableDiffusion API 4. Use local IDE to realize one-click Wenshengtu on the private server Web side 5. Use Tencent Cloud Cloud Studio for rapid cloud development […]

Nignx installation & load balancing & static and dynamic separation and Linux front-end project deployment & mapping domain names to specific IP addresses

Table of Contents 1. Introduction to nginx 1.1 Definition 1.2 Background 1.3 Function 2. nginx is equipped with load balancing to provide front and rear separation of background interface data 2.1 nginx installation 2.1.1 Download dependencies 2.1.2 Download and unzip the installation package 2.1.3 Install nginx 2.1.4 Start nginx service 2.2 tomcat load balancing 2.2.1 […]

Python script monitors domain name certificate expiration time and sends notification message to DingTalk

Version 1: Execute the script with –dingtalk-webhook and –domains and then specify the DingTalk token and domain name. python3 ssl_spirtime.py –dingtalk-webhook https://oapi.dingtalk.com/robot/send?access_token=avd345324 –domains www.abc1.com www.abc2.com www.abc3.com The script is as follows #!/usr/bin/python3 import ssl import socket from datetime import datetime import argparse import requests def get_ssl_cert_expiration(domain, port=443): context = ssl.create_default_context() conn = context.wrap_socket(socket.socket(socket.AF_INET), server_hostname=domain) conn.connect((domain, […]

Digital signal processing experiment 2: time domain sampling and frequency domain sampling

Experimental content Experimental purpose Time domain sampling theory and frequency domain sampling theory are important theories in digital signal processing. It is required to master the changes in the spectrum of analog signals before and after sampling, and how to choose the sampling frequency so that the sampled signal does not lose information; it is […]

Android gets the package name of the software and the main class name of the startup

You can use aapt, which does not require downloading. It is a small tool that comes with the SDK. Its path is /Android/Sdk/build-tools/29.0.2 The 29.0.2 in this is your version, other versions can also be used. Go to this directory and use this command. My current operating system is liunx. Both liunx and win commands […]

Five tips for using Volume Shadow Copy Service to attack domain controllers

Click the star toreceive the latest tweets instantly In Microsoft Active Directory (Active Directory), all data is saved in ntds.dit. NTDS.DIT is a binary file. It exists on the domain controller %SystemRoot%\ tds\ TDS.DIT. ntds.dit includes but is not limited to Username, Hash, Group, GPP, OU and other Active Directory related information. Like the SAM […]

Kali-based domain control environment construction – black box test environment construction

Foreword This environment is a black box test. The black box test is performed without providing the virtual machine account and password to obtain the flag in the domain controller. Environment setup Attack aircraft: kali:192.168.1.10 range: CentOS (internal): 192.168.93.100 CentOS (external): 192.168.1.110 Ubuntu: 192.168.93.120 Domain host: Winserver2012:192.168.93.10 Winserver2008:192.168.93.20 Windows7: 192.168.93.30 Kali and CentOS can ping […]

Query DSL(Domain Specific Language)

1 query context Searching using the query keyword tends to be related to search, so it is necessary to calculate the score. Search is the most critical and important part of Elasticsearch. 2 Relevance score: _score Concept: Relevance score is used to rank search results. The higher the score, the more relevant the result is […]

InfoHound: A powerful OSINT tool for domain name security

About InfoHound InfoHound is a powerful OSINT tool for domain name security. With the help of this tool, researchers only need to provide a Web domain name, and InfoHound can return a large amount of data related to the target domain name. During the cyber reconnaissance phase, the attacker searches for any information about his […]