sqli-labs level 5 (blind error reporting based on single quotes enclosed by get submission) ideas for passing the level

Article directory Preface 1. Review the knowledge points from previous levels 2. Knowledge you need to know about the fifth level of the shooting range 1. What is a blind bet? 2. How many categories are blind bets divided into? 3. Related functions used for error injection 3. Ideas for the fifth level of the […]

Overleaf inserts pictures, quotes pictures, and solves the inconsistency between the icon title Fig and the article reference Figure

Table of Contents 1. General illustrations 2. Insert double column pictures 3 Insert sub-picture 4. Problems with citations Question 1: Only the picture serial number, such as “3”, appears in the pdf text reference. “Fig.3 or Figure.3” does not appear Question 2: The title quoted in the article is inconsistent with the title under the […]

HTML links, tables, emphasis, quotes

HTML link HTML uses hyperlinks to connect to another document on the web. Links can be found on almost every web page. Click a link to jump from one page to another. HTML hyperlink (link) HTML uses the tag to set up hypertext links, which are links that can point from one page to another […]

Registry escape backslash and double quotes.bat

@goto :main_20230915_063011 test environment: * Windows 11 22H2 22621.1992 * cmd.exe 10.0.22621.1635 * regedit.exe x64 10.0.22621.1 * reg.exe x64 10.0.22621.1 * RegWorkshopX64.exe 5.1.0.0 https://stackoverflow.com/questions/27536949/how-to-add-a-registry-key-with-default-value-containing-double-quotes-and-percen/77109243 [Registry key length upper limit table] When the main item is: Command line longest item name (254) longest item name (manual 256) longest value name (259) longest value data (REG_SZ, 3w) […]

LaTeX writing format (titles, quotes, formulas, pictures, tables)

1. Title 1. In LaTeX, headings are divided into several levels: 0 chapter 1 section 2 subsections 3 subsubsections 4 paragraphs 5 subparagraphs Writing format: \section{?title?} Usually numbering is done after each part. Among them, \chapter is only defined in the report and book document classes. These commands generate chapter titles and enable automatic numbering. […]

shell variables and quotes

Directory 1. Variables and references 1.1 What is a variable 1.2 The name of the variable 1.3 Types of variables 1.4 Definition of variables 1.5 Custom variables 1.6 Environment variables 1.7 Position variables 2. Variable assignment and scope 1.1 Display assignment: variable name = variable value 1.2 read Read variable value from keyboard 1.3 Variables […]

Basic use of double quotes and single quotes in php

String is a very important data type in various programming languages Pictures, text, special symbols, HTML tags, English, etc. in the web page are all strings PHP string variables are used to store and process text, and after creating a string, we can operate on it. We can use the string directly in the function, […]

String–character pointer, string access and input/output (string space problem, enter a string with double quotes)

1. Character pointer Character pointers (Character Pointers) are pointer variables pointing to character data. Each character string occupies a continuous storage space in memory and has a uniquely determined first address. Therefore, as long as the first address of the string is assigned to the character pointer, the character pointer can point to a string. […]

[hive] WHERE column_name IN (value1,value2,…), the analysis of whether the value field should be added with single quotes

Article directory 1. Ask questions 2. Situation Analysis in single-field match in multi-field matching 3. Summary 1. Ask a question IN action statement: SELECT column_name(s) FROM table_name WHERE column_name IN (value1,value2,…); Question: Should the data type of column_name be consistent with the data type of value1 and value2? ? What is the difference between value1 […]

SSTI template injection – square brackets, args, underscore, single and double quotes, os, request, curly braces, numbers, print, (372 filtered count) is bypassed by filtering (ctfshow web entry 371-372)

SSTI template injection – square brackets, args, underscore, single and double quotes, os, request, curly braces, numbers, print, (372 filtered count) is bypassed by filtering (ctfshow web entry 371-372) Written in front Since ctfshow web entry 371 and 372 both filter print, we can only use curl out-of-band to get the flag. Question 372 filters […]