[penetration test] Vulnstack red team
Domain environment initialization
DC
IP: 10.10.10.10 OS: Windows 2012(64)
Application: AD field
WEB
IP1: 10.10.10.80 IP2: 192.168.111.80 OS: Windows 2008(64)
Application: Weblogic 10.3.6 MSSQL 2008
PC
IP1: 10.10.10.201 IP2: 192.168.111.201 OS: Windows 7(32)
Application:
Attack aircraft
IP: 192.168.111.5 OS: Kali
weblogic exploit
nm ...
Added by alasxdair on Fri, 11 Feb 2022 12:40:12 +0200
Detailed explanation of awk variables, common built-in variables, user-defined variables, built-in variables NR, NF, FNR, RS, ORS, FILENAME, ARGC and ARGV
preface
Detailed explanation of awk variables, common built-in variables, user-defined variables, built-in variables NR, NF, FNR, RS, ORS, FILENAME, ARGC and ARGV
awk variable
"Variables" are divided into "built-in variables" and "custom variables". "Input separator FS" and "output separat ...
Added by akop on Fri, 11 Feb 2022 10:54:20 +0200
New version of silly girl + docking onebot protocol + docking Qinglong tutorial
70% of this article is reprinted and 30% is supplemented. Original text: 2022 new and complete version of Qinglong panel docking robot, and silly girl docking onebot(oicq) protocol realizes robot function_ Dabei's Programming Notes blog - CSDN blog_ Qinglong panel qq robot
Solve bash: /root/sillyGirl/sillyGirl: insufficient permissions and ws ...
Added by akillez on Fri, 11 Feb 2022 09:46:13 +0200
samba server configuration and client use [windows shared files to linux] and aotofs [automatic mount] to configure and mount local directories and nfs instructions
Use of samba client
Share windos to linux
windows open sharing
On windows, the sharing method is: right click file attribute [can also be shared, such as disk C] - sharing - Advanced sharing - open
net share: open the command panel on windows to view the share ipconfig: open the command panel and check the local IP [this needs to be record ...
Added by TheTitans on Fri, 11 Feb 2022 03:10:31 +0200
DHCP for network services
principle
1. Dynamic Host Configuration Protocol, application layer protocol, using udp ports 67 and 68, 2. Advantages: reduce the work of administrators, avoid errors and avoid ip conflicts. When changing the ip address segment, there is no need to reconfigure each user's ip address and improve ip utilization 3. Allocation method: automatic a ...
Added by rowman on Thu, 10 Feb 2022 23:53:48 +0200
03 Linux file management (directory)
1. Overview of document management
1.Bash Shell manages files
When it comes to Linux file management, the first thing we need to know is, what should we do with files? In fact, it is nothing more than to, create, copy, move, view, edit, compress, find, delete, and so on For example, when we want to modify the host name of the system, should w ...
Added by codeDV on Thu, 10 Feb 2022 23:43:59 +0200
Linux operating system - system and file
Linux operating system learning
1, Linux system
Linux system startup process
Kernel boot: When the computer is powered on, the first is BIOS power on self-test, which starts according to the boot device (usually hard disk) set in BIOS. After the operating system takes over the hardware, first read the kernel file in the / boot director ...
Added by river001 on Thu, 10 Feb 2022 17:21:13 +0200
Ten minute RabbitMQ environment setup (Linux)
preface
RabbitMQ is the message queue most used by Internet companies at present. It is commonly used in the following scenarios:
Asynchronous, decouplingPeak elimination, Pinggu
The following is the main content of this article. This case is for reference only
1, Installation mode
Install via yumDownload the installation packag ...
Added by abigbluewhale on Thu, 10 Feb 2022 14:10:05 +0200
LVM logical volume management
1. Foundation
1. Basic knowledge
LVM (Logical Volume Manager) logical volume management is a logical layer added between the disk partition and the file system to shield the lower disk partition layout for the file system, provide an abstract disk volume, and establish the file system on the disk volume. With LVM, the administrator can dyn ...
Added by jonsjava on Thu, 10 Feb 2022 09:26:48 +0200
Openssh offline upgrade to the latest version [openssh 8.0 and 8.6 show] method - detailed description
explain
Virtual machine network description All upgraded machines have no external network, which is consistent with the internal network of the production environment, so there is no need to worry about operating their virtual machines according to this document, and there will be problems if there is no external network operation.Environ ...
Added by wizkid on Thu, 10 Feb 2022 07:47:35 +0200