The perfect combination of Redis and Spring Boot: the black technology of Lua scripting

The excellent combination of Redis and Spring Boot: the black technology of Lua script Preface Part One: Introduction to Lua Scripting Part Two: Why Choose Lua Scripting Part 3: Application scenarios of lua script 1. **Cache Update**: 2. **Atomic operations**: 3. **Data processing**: Part 4: Implementation of Lua script in Spring Boot Part 5: Lua […]

xss cross-site scripting attack

xss cross-site scripting attack 1. Introduction to xss 2.xss type Reflective Vulnerability causes Attack process Example analysis storage type Vulnerability causes Attack process Example analysis DOM type XSS Vulnerability causes Other xss 3.xss utilization beef platform practical operation Introduction to .xss Cross-site scripting (CSS for short, but this can be confused with the abbreviation of […]

metinfo_5.0.4 EXP Python scripting

Article directory metinfo_5.0.4EXP written SQL injection vulnerability Written by metinfo_5.0.4EXP SQL injection vulnerability Vulnerability point:/about/show.php?lang=cn & id=22 http://10.9.75.142/metInfo_5.0.4/about/show.php?lang=cn & amp;id=22 Authentication Vulnerability (Digital Injection) Status codes differentiate between correct and incorrect When making comparisons, you cannot use single quotes for comparison. You must use small and large cosigns and ASCII for encoding. We see the […]

python-backdoor scripting

1. phpstudy backdoor scripting # Import required modules and libraries: python import requests import base64 importsys import re import random import string #The code uses the requests library to send HTTP requests, the base64 library for Base64 encoding, the sys module for obtaining command line parameters, the re # module for processing regular expressions, and […]

Explore Shell: a powerful command line tool and scripting language

1. Script format The script starts with #!/bin/bash (specifies the parser) 2. Variables in shell Custom variables Basic syntax Define variables: = There must be no spaces on both sides Undo variable: unset variable Output variable: echo $ variable Declare static variables: readonly variables, which cannot be revoked Naming rules Variable names can be composed […]

phpstudy RCE scripting (Python)

Article directory writing process Script optimization Writing process Regarding the verification of phpstudy 2016-2018 RCE vulnerability, please go to my blog phpstudy2016 RCE vulnerability verification. Copy the data packet from the previous vulnerability verification and use it when writing the script: GET /phpinfo.php HTTP/1.1 Host: 10.9.75.164 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) […]

xss penetration (cross-site scripting attack)

1. What is XSS? The full name of XSS is Cross Site Scripting. XSS occurs when unexpected script instructions appear and are executed when the target user’s browser on the target website renders the HTML document. Here we mainly pay attention to four points: 1. Target users of the target website; 2. Browser; 3. Unexpected; […]

Pikachu XSS (cross-site scripting attack)

Article directory Cross-Site Scripting XSS (cross-site scripting) overview Reflective type [xss](https://so.csdn.net/so/search?q=xss & amp;spm=1001.2101.3001.7020)(get) Reflective xss(post) Stored xss DOM type xss DOM type xss-x xss-touch typing xss-filter htmlspecialchars of xss href output of xss js output of xss Cross-Site Scripting XSS (cross-site scripting) overview ? Cross-Site Scripting is abbreviated as “CSS”. In order to avoid conflict […]

Cross-site scripting attack XSS

1. XSS principles and classification Cross-site scripting attack XSS (Cross Site Scripting) is abbreviated to XSS in order not to be confused with the abbreviation of Cascading Style Sheets (CSS). Malicious attackers insert malicious Script code into a Web page. When a user browses the page, the Script code embedded in the Web will be […]