Getting Started with ESP32: Building an OLED Display Project


Published Jan. 22, 2025, 2:29 p.m. by Ezra Ogori

In this blog, we'll explore how to interface an ESP32 microcontroller with an SSD1306 OLED display, covering the hardware setup, circuit connections, and programming. The goal is to display text on the OLED screen using the Adafruit GFX and Adafruit SSD1306 libraries.

What You Will Learn

  1. Overview of the SSD1306 OLED Display
  2. Required Components 3.Circuit Connection
  3. Programming the ESP32
  4. Code Walkthrough
  5. Expected Output

1. Overview of the SSD1306 OLED Display

The SSD1306 OLED display is a compact, high-contrast screen commonly used in embedded systems. Key features:

  • Resolution: 128x64 pixels.
  • Communication: I2C .
  • Operating voltage: 3.3V - 5V.
  • Power consumption: Very low.

2. Required Components

  • ESP32 microcontroller board.
  • SSD1306 OLED display (128x64 pixels, I2C interface).
  • Breadboard and jumper wires.
  • USB cable for programming the ESP32.

3. Circuit Connection Pin Mapping

Connect the OLED display to the ESP32 as follows:

OLED Pin Function ESP32 Pin
VCC Power Supply 3.3V or 5V
GND Ground GND
SCL I2C Clock GPIO 22 (SCL)
SDA I2C Data Line GPIO 21 (SDA)

Ensure the I2C pins on your ESP32 match the default configuration (GPIO 21 for SDA, GPIO 22 for SCL).

4. Programming the ESP32 Installing Libraries

Before diving into the code, install the following libraries in the Arduino IDE:

Adafruit SSD1306: For OLED control.

Adafruit GFX: For graphics rendering.

To install:

Open Arduino IDE./PlatformIO

Go to Tools > Manage Libraries.

Search for Adafruit SSD1306 and Adafruit GFX.

Click Install.

5. Code

#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>

#define SCREEN_WIDTH 128 // OLED width,  in pixels
#define SCREEN_HEIGHT 64 // OLED height, in pixels

// create an OLED display object connected to I2C
Adafruit_SSD1306 oled(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, -1);

void setup() {
  Serial.begin(9600);

  // initialize OLED display with I2C address 0x3C
  if (!oled.begin(SSD1306_SWITCHCAPVCC, 0x3C)) {
    Serial.println(F("failed to start SSD1306 OLED"));
    while (1);
  }

  delay(2000);         // wait two seconds for initializing
  oled.clearDisplay(); // clear display

  oled.setTextSize(1);         // set text size
  oled.setTextColor(WHITE);    // set text color
  oled.setCursor(0, 2);       // set position to display (x,y)
  oled.println("EmbeddedXpress"); // set text
  oled.display();              // display on OLED
}

void loop() {
}

6. Code Explanation

Initialization: The oled.begin() function initializes the OLED display. If the display fails to initialize, the program halts with a message sent to the Serial Monitor.

Displaying Text:

oled.setTextSize(1): Sets the size of the text (1 is the smallest size).

oled.setTextColor(WHITE): Sets the text color to white.

oled.setCursor(x, y): Positions the text at coordinates (x, y) on the screen.

oled.println("EmbeddedXpress"): Prints the text to the OLED.

Updating Display:

The oled.display() function refreshes the screen with the current buffer.

7. Expected Output

Once the ESP32 is programmed and powered, the OLED will display:

OLED Thumbnail

Happy coding!

Similar posts


Exploring ILI9341 TFT Display

In today’s guide, we’ll dive deep into interfacing the ILI9341 …

Getting Started with ESP32 : ILI9341 TFT Display

In today’s guide, we’ll dive deep into interfacing the ILI9341 …

899 comments


Jasontic Sept. 4, 2025, 2:12 a.m.

Venture into the breathtaking universe of EVE Online. Forge your empire today. Explore alongside thousands of players worldwide. [url=https://www.eveonline.com/signup?invc=46758c20-63e3-4816-aa0e-f91cff26ade4]Start playing for free[/url]

pHqghUme Sept. 20, 2025, 8:57 p.m.

1

pHqghUme Sept. 20, 2025, 8:57 p.m.

1

pHqghUme Sept. 20, 2025, 8:58 p.m.

pUdxyW4A

pHqghUme Sept. 20, 2025, 8:58 p.m.

*1

pHqghUme Sept. 20, 2025, 8:58 p.m.

*1

pHqghUme Sept. 20, 2025, 8:58 p.m.

*1

pHqghUme Sept. 20, 2025, 8:58 p.m.

*1

pHqghUme Sept. 20, 2025, 8:58 p.m.

-1 OR 2+888-888-1=0+0+0+1

pHqghUme Sept. 20, 2025, 8:58 p.m.

-1 OR 3+888-888-1=0+0+0+1

pHqghUme Sept. 20, 2025, 8:58 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 20, 2025, 8:58 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 20, 2025, 8:58 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 20, 2025, 8:58 p.m.

1

pHqghUme Sept. 20, 2025, 8:58 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 20, 2025, 8:58 p.m.

1

pHqghUme Sept. 20, 2025, 8:58 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 8:58 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 8:59 p.m.

1

pHqghUme Sept. 20, 2025, 8:59 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 8:59 p.m.

IgrRbz7u'; waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 8:59 p.m.

-1 OR 118=(SELECT 118 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 8:59 p.m.

-1) OR 883=(SELECT 883 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 8:59 p.m.

-1)) OR 482=(SELECT 482 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 8:59 p.m.

idXwqWL4' OR 971=(SELECT 971 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 8:59 p.m.

MgClwliq') OR 811=(SELECT 811 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9 p.m.

kieOdJEf')) OR 357=(SELECT 357 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 20, 2025, 9:01 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 20, 2025, 9:01 p.m.

'"

pHqghUme Sept. 20, 2025, 9:01 p.m.

����%2527%2522\'\"

pHqghUme Sept. 20, 2025, 9:01 p.m.

@@n5kib

pHqghUme Sept. 20, 2025, 9:02 p.m.

1

pHqghUme Sept. 20, 2025, 9:02 p.m.

1

pHqghUme Sept. 20, 2025, 9:02 p.m.

1

pHqghUme1D5PMOfD Sept. 20, 2025, 9:02 p.m.

1

pHqghUme Sept. 20, 2025, 9:02 p.m.

1

-1 OR 2+10-10-1=0+0+0+1 -- Sept. 20, 2025, 9:02 p.m.

1

-1 OR 2+721-721-1=0+0+0+1 Sept. 20, 2025, 9:02 p.m.

1

-1' OR 2+947-947-1=0+0+0+1 -- Sept. 20, 2025, 9:02 p.m.

1

-1' OR 2+119-119-1=0+0+0+1 or 'wTsyscoo'=' Sept. 20, 2025, 9:02 p.m.

1

-1" OR 2+618-618-1=0+0+0+1 -- Sept. 20, 2025, 9:02 p.m.

1

if(now()=sysdate(),sleep(15),0) Sept. 20, 2025, 9:02 p.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 20, 2025, 9:02 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 20, 2025, 9:03 p.m.

1

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 20, 2025, 9:03 p.m.

1

pHqghUme5B1zfltS'; waitfor delay '0:0:15' -- Sept. 20, 2025, 9:03 p.m.

1

pHqghUmeYcAQCmxX' OR 209=(SELECT 209 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:03 p.m.

1

pHqghUmeJNznaifS') OR 654=(SELECT 654 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:03 p.m.

1

pHqghUmexAc1PJDC')) OR 519=(SELECT 519 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:03 p.m.

1

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 20, 2025, 9:03 p.m.

1

pHqghUme Sept. 20, 2025, 9:03 p.m.

1

pHqghUme'" Sept. 20, 2025, 9:03 p.m.

1

pHqghUme����%2527%2522\'\" Sept. 20, 2025, 9:03 p.m.

1

@@Qk15F Sept. 20, 2025, 9:03 p.m.

1

pHqghUme Sept. 20, 2025, 9:03 p.m.

1

pHqghUme Sept. 20, 2025, 9:03 p.m.

1

pHqghUme Sept. 20, 2025, 9:04 p.m.

1

pHqghUme Sept. 20, 2025, 9:04 p.m.

1

pHqghUme Sept. 20, 2025, 9:05 p.m.

555

pHqghUme Sept. 20, 2025, 9:05 p.m.

555

pHqghUme Sept. 20, 2025, 9:05 p.m.

555

pHqghUme Sept. 20, 2025, 9:05 p.m.

555

pHqghUme Sept. 20, 2025, 9:05 p.m.

1

pHqghUme Sept. 20, 2025, 9:06 p.m.

1

pHqghUme Sept. 20, 2025, 9:06 p.m.

1

pHqghUme Sept. 20, 2025, 9:06 p.m.

1NQ5c3mTJ

pHqghUme Sept. 20, 2025, 9:06 p.m.

1

pHqghUme Sept. 20, 2025, 9:06 p.m.

-1 OR 2+726-726-1=0+0+0+1 --

pHqghUme Sept. 20, 2025, 9:06 p.m.

-1 OR 2+959-959-1=0+0+0+1

pHqghUme Sept. 20, 2025, 9:06 p.m.

-1' OR 2+89-89-1=0+0+0+1 --

pHqghUme Sept. 20, 2025, 9:06 p.m.

-1' OR 2+512-512-1=0+0+0+1 or '3kwGEXwN'='

pHqghUme Sept. 20, 2025, 9:06 p.m.

-1" OR 2+728-728-1=0+0+0+1 --

pHqghUme Sept. 20, 2025, 9:06 p.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 20, 2025, 9:06 p.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 20, 2025, 9:06 p.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 20, 2025, 9:06 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 20, 2025, 9:06 p.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 9:06 p.m.

555

pHqghUme Sept. 20, 2025, 9:06 p.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 9:06 p.m.

555

pHqghUme Sept. 20, 2025, 9:06 p.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 9:06 p.m.

555

pHqghUme Sept. 20, 2025, 9:06 p.m.

1Xuo2kFtD'; waitfor delay '0:0:15' --

pHqghUme Sept. 20, 2025, 9:06 p.m.

555

pHqghUme Sept. 20, 2025, 9:06 p.m.

1-1 OR 329=(SELECT 329 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:06 p.m.

555

pHqghUme Sept. 20, 2025, 9:06 p.m.

1-1) OR 128=(SELECT 128 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:07 p.m.

1-1)) OR 958=(SELECT 958 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:07 p.m.

1mU1bv1MC' OR 564=(SELECT 564 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:07 p.m.

1YfIrl8Ce') OR 431=(SELECT 431 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:07 p.m.

1r6jvvS30')) OR 56=(SELECT 56 FROM PG_SLEEP(15))--

pHqghUme Sept. 20, 2025, 9:07 p.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 20, 2025, 9:07 p.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 20, 2025, 9:07 p.m.

1

pHqghUme Sept. 20, 2025, 9:07 p.m.

1'"

pHqghUme Sept. 20, 2025, 9:07 p.m.

1����%2527%2522\'\"

pHqghUme Sept. 20, 2025, 9:07 p.m.

@@gwxcl

pHqghUme Sept. 20, 2025, 9:07 p.m.

555

pHqghUme Sept. 20, 2025, 9:07 p.m.

555

pHqghUme Sept. 20, 2025, 9:07 p.m.

555

pHqghUmetDE0l4rs Sept. 20, 2025, 9:07 p.m.

555

pHqghUme Sept. 20, 2025, 9:07 p.m.

555

-1 OR 2+684-684-1=0+0+0+1 -- Sept. 20, 2025, 9:07 p.m.

555

-1 OR 2+944-944-1=0+0+0+1 Sept. 20, 2025, 9:07 p.m.

555

-1' OR 2+824-824-1=0+0+0+1 -- Sept. 20, 2025, 9:07 p.m.

555

-1' OR 2+41-41-1=0+0+0+1 or 'gkvZckqS'=' Sept. 20, 2025, 9:07 p.m.

555

-1" OR 2+363-363-1=0+0+0+1 -- Sept. 20, 2025, 9:07 p.m.

555

if(now()=sysdate(),sleep(15),0) Sept. 20, 2025, 9:07 p.m.

555

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 20, 2025, 9:07 p.m.

555

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 20, 2025, 9:07 p.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 20, 2025, 9:07 p.m.

555

pHqghUmee8hk8LK1'; waitfor delay '0:0:15' -- Sept. 20, 2025, 9:07 p.m.

555

pHqghUmeOu7chzgY' OR 809=(SELECT 809 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:07 p.m.

555

pHqghUmenaeynztZ') OR 429=(SELECT 429 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:07 p.m.

555

pHqghUmeeSDGq3f1')) OR 201=(SELECT 201 FROM PG_SLEEP(15))-- Sept. 20, 2025, 9:08 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 20, 2025, 9:08 p.m.

555

pHqghUme Sept. 20, 2025, 9:08 p.m.

555

pHqghUme'" Sept. 20, 2025, 9:08 p.m.

555

pHqghUme����%2527%2522\'\" Sept. 20, 2025, 9:08 p.m.

555

@@jyo1b Sept. 20, 2025, 9:08 p.m.

555

pHqghUme Sept. 22, 2025, 11:39 a.m.

1

pHqghUme Sept. 22, 2025, 11:39 a.m.

1

pHqghUme Sept. 22, 2025, 11:40 a.m.

555

pHqghUme Sept. 22, 2025, 11:41 a.m.

1

pHqghUme Sept. 22, 2025, 11:41 a.m.

1

pHqghUme Sept. 22, 2025, 11:41 a.m.

1

pHqghUme Sept. 22, 2025, 11:41 a.m.

555

pHqghUme Sept. 22, 2025, 11:41 a.m.

555

pHqghUme Sept. 22, 2025, 11:42 a.m.

555M7cw9VrP

pHqghUme Sept. 22, 2025, 11:42 a.m.

555

pHqghUme Sept. 22, 2025, 11:42 a.m.

-1 OR 2+754-754-1=0+0+0+1 --

pHqghUme Sept. 22, 2025, 11:42 a.m.

-1 OR 2+747-747-1=0+0+0+1

pHqghUme Sept. 22, 2025, 11:42 a.m.

-1' OR 2+824-824-1=0+0+0+1 --

pHqghUme Sept. 22, 2025, 11:42 a.m.

-1' OR 2+360-360-1=0+0+0+1 or 'wc9ZkCQ2'='

pHqghUme Sept. 22, 2025, 11:42 a.m.

-1" OR 2+706-706-1=0+0+0+1 --

pHqghUme Sept. 22, 2025, 11:42 a.m.

555*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 22, 2025, 11:42 a.m.

5550'XOR(555*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 22, 2025, 11:42 a.m.

5550"XOR(555*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 22, 2025, 11:42 a.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1; waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1); waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1 waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:42 a.m.

1

pHqghUme Sept. 22, 2025, 11:42 a.m.

555OxH6YzLf'; waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1 OR 104=(SELECT 104 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:42 a.m.

1

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1) OR 447=(SELECT 447 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:42 a.m.

1

pHqghUme Sept. 22, 2025, 11:42 a.m.

555-1)) OR 947=(SELECT 947 FROM PG_SLEEP(15))--

pHqghUmeOagFNskn Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555ftOrp3YC' OR 642=(SELECT 642 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555MgO9Ceqi') OR 946=(SELECT 946 FROM PG_SLEEP(15))--

-1 OR 2+198-198-1=0+0+0+1 -- Sept. 22, 2025, 11:43 a.m.

1

-1 OR 2+71-71-1=0+0+0+1 Sept. 22, 2025, 11:43 a.m.

1

-1' OR 2+857-857-1=0+0+0+1 -- Sept. 22, 2025, 11:43 a.m.

1

-1' OR 2+162-162-1=0+0+0+1 or '5zKMepbf'=' Sept. 22, 2025, 11:43 a.m.

1

-1" OR 2+340-340-1=0+0+0+1 -- Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

5553qC2gDon')) OR 692=(SELECT 692 FROM PG_SLEEP(15))--

if(now()=sysdate(),sleep(15),0) Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 22, 2025, 11:43 a.m.

555

pHqghUme Sept. 22, 2025, 11:43 a.m.

555'"

pHqghUme Sept. 22, 2025, 11:43 a.m.

555����%2527%2522\'\"

pHqghUme Sept. 22, 2025, 11:43 a.m.

@@iGdOF

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555

pHqghUme Sept. 22, 2025, 11:43 a.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 22, 2025, 11:43 a.m.

1

pHqghUme Sept. 22, 2025, 11:43 a.m.

555

pHqghUme0tnUlYQl'; waitfor delay '0:0:15' -- Sept. 22, 2025, 11:43 a.m.

1

pHqghUmeZE8hJyz8' OR 375=(SELECT 375 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:43 a.m.

1

pHqghUmeUnpnuCHy') OR 127=(SELECT 127 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:44 a.m.

1

pHqghUmeJWADOdHz')) OR 220=(SELECT 220 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:44 a.m.

1

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

1

pHqghUme'" Sept. 22, 2025, 11:44 a.m.

1

pHqghUme����%2527%2522\'\" Sept. 22, 2025, 11:44 a.m.

1

@@Nupjz Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

1

pHqghUme Sept. 22, 2025, 11:44 a.m.

555

pHqghUme Sept. 22, 2025, 11:45 a.m.

555

pHqghUme Sept. 22, 2025, 11:45 a.m.

555

pHqghUme Sept. 22, 2025, 11:45 a.m.

555

pHqghUme Sept. 22, 2025, 11:45 a.m.

555

pHqghUme Sept. 22, 2025, 11:46 a.m.

1

pHqghUme Sept. 22, 2025, 11:46 a.m.

555

pHqghUme Sept. 22, 2025, 11:46 a.m.

555

pHqghUme Sept. 22, 2025, 11:46 a.m.

555

pHqghUme Sept. 22, 2025, 11:46 a.m.

1

pHqghUmePFdXzM5T Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

1

pHqghUme Sept. 22, 2025, 11:47 a.m.

555

-1 OR 2+461-461-1=0+0+0+1 -- Sept. 22, 2025, 11:47 a.m.

555

-1 OR 2+177-177-1=0+0+0+1 Sept. 22, 2025, 11:47 a.m.

555

-1' OR 2+406-406-1=0+0+0+1 -- Sept. 22, 2025, 11:47 a.m.

555

-1' OR 2+739-739-1=0+0+0+1 or 'nzcVt1Wx'=' Sept. 22, 2025, 11:47 a.m.

555

-1" OR 2+330-330-1=0+0+0+1 -- Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

1doDNT5bA

if(now()=sysdate(),sleep(15),0) Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

-1 OR 2+254-254-1=0+0+0+1 --

pHqghUme Sept. 22, 2025, 11:47 a.m.

-1 OR 2+680-680-1=0+0+0+1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

-1' OR 2+732-732-1=0+0+0+1 --

pHqghUme Sept. 22, 2025, 11:47 a.m.

-1' OR 2+808-808-1=0+0+0+1 or '6M4s2Fu5'='

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

-1" OR 2+823-823-1=0+0+0+1 --

pHqghUmeVrK8lY57'; waitfor delay '0:0:15' -- Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUmeobg19GJk' OR 934=(SELECT 934 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:47 a.m.

555

pHqghUmeSH2fzw6E') OR 322=(SELECT 322 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUmeVQotUHew')) OR 853=(SELECT 853 FROM PG_SLEEP(15))-- Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

555

pHqghUme'" Sept. 22, 2025, 11:47 a.m.

555

pHqghUme����%2527%2522\'\" Sept. 22, 2025, 11:47 a.m.

555

@@Or3Kd Sept. 22, 2025, 11:47 a.m.

555

pHqghUme Sept. 22, 2025, 11:47 a.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 22, 2025, 11:47 a.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:47 a.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:47 a.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:47 a.m.

1dFPyKilD'; waitfor delay '0:0:15' --

pHqghUme Sept. 22, 2025, 11:47 a.m.

1-1 OR 58=(SELECT 58 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

1-1) OR 716=(SELECT 716 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

1-1)) OR 15=(SELECT 15 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

1J4NrjaUt' OR 829=(SELECT 829 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

12i6m2ArE') OR 491=(SELECT 491 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

1s0VFBcW4')) OR 967=(SELECT 967 FROM PG_SLEEP(15))--

pHqghUme Sept. 22, 2025, 11:48 a.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 22, 2025, 11:48 a.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 22, 2025, 11:48 a.m.

1

pHqghUme Sept. 22, 2025, 11:48 a.m.

1'"

pHqghUme Sept. 22, 2025, 11:48 a.m.

1����%2527%2522\'\"

pHqghUme Sept. 22, 2025, 11:48 a.m.

@@DnQFh

pHqghUme Sept. 24, 2025, 7:57 p.m.

iOlPbtdz

pHqghUme Sept. 24, 2025, 7:57 p.m.

*1

pHqghUme Sept. 24, 2025, 7:57 p.m.

*1

pHqghUme Sept. 24, 2025, 7:57 p.m.

*1

pHqghUme Sept. 24, 2025, 7:57 p.m.

*1

pHqghUme Sept. 24, 2025, 7:57 p.m.

-1 OR 2+73-73-1=0+0+0+1

pHqghUme Sept. 24, 2025, 7:57 p.m.

-1 OR 3+73-73-1=0+0+0+1

pHqghUme Sept. 24, 2025, 7:57 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 24, 2025, 7:57 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 24, 2025, 7:57 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 24, 2025, 7:57 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 24, 2025, 7:57 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 7:57 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 7:57 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 7:58 p.m.

Kt6EPCPU'; waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 7:58 p.m.

-1 OR 491=(SELECT 491 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

-1) OR 126=(SELECT 126 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

-1)) OR 75=(SELECT 75 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

UFBiIOR1' OR 179=(SELECT 179 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

Vtx3cUBm') OR 778=(SELECT 778 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

C2RoeyO1')) OR 904=(SELECT 904 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 7:58 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 24, 2025, 7:58 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 24, 2025, 7:59 p.m.

1

pHqghUme Sept. 24, 2025, 7:59 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

555

pHqghUmeOvmgbO5a Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

1

-1 OR 2+543-543-1=0+0+0+1 -- Sept. 24, 2025, 8 p.m.

1

-1 OR 2+654-654-1=0+0+0+1 Sept. 24, 2025, 8 p.m.

1

-1' OR 2+189-189-1=0+0+0+1 -- Sept. 24, 2025, 8 p.m.

1

-1' OR 2+222-222-1=0+0+0+1 or 'AbUKDlWl'=' Sept. 24, 2025, 8 p.m.

1

-1" OR 2+582-582-1=0+0+0+1 -- Sept. 24, 2025, 8 p.m.

1

if(now()=sysdate(),sleep(15),0) Sept. 24, 2025, 8 p.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 24, 2025, 8 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

555

pHqghUme Sept. 24, 2025, 8 p.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 24, 2025, 8 p.m.

1

pHqghUmeuOVp8Yfr'; waitfor delay '0:0:15' -- Sept. 24, 2025, 8 p.m.

1

pHqghUme Sept. 24, 2025, 8 p.m.

555

pHqghUmeyTi7bjwN' OR 779=(SELECT 779 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8 p.m.

1

pHqghUmeQDvXFk6X') OR 554=(SELECT 554 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8 p.m.

1

pHqghUmenSXGfcqK')) OR 723=(SELECT 723 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8:01 p.m.

1

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme'" Sept. 24, 2025, 8:01 p.m.

1

pHqghUme����%2527%2522\'\" Sept. 24, 2025, 8:01 p.m.

1

@@CxmS2 Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1ufaJ1NbR

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

-1 OR 2+554-554-1=0+0+0+1 --

pHqghUme Sept. 24, 2025, 8:01 p.m.

-1 OR 2+890-890-1=0+0+0+1

pHqghUme Sept. 24, 2025, 8:01 p.m.

-1' OR 2+828-828-1=0+0+0+1 --

pHqghUme Sept. 24, 2025, 8:01 p.m.

-1' OR 2+447-447-1=0+0+0+1 or '6yOA95hB'='

pHqghUme Sept. 24, 2025, 8:01 p.m.

-1" OR 2+13-13-1=0+0+0+1 --

pHqghUme Sept. 24, 2025, 8:01 p.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 24, 2025, 8:01 p.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 24, 2025, 8:01 p.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1); waitfor delay '0:0:15' --

pHqghUmeCjbu2kY9 Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

-1 OR 2+37-37-1=0+0+0+1 -- Sept. 24, 2025, 8:01 p.m.

555

-1 OR 2+992-992-1=0+0+0+1 Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1JjCkSZxA'; waitfor delay '0:0:15' --

-1' OR 2+597-597-1=0+0+0+1 -- Sept. 24, 2025, 8:01 p.m.

555

-1' OR 2+410-410-1=0+0+0+1 or '7S1WtKvb'=' Sept. 24, 2025, 8:01 p.m.

555

-1" OR 2+916-916-1=0+0+0+1 -- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1 OR 408=(SELECT 408 FROM PG_SLEEP(15))--

if(now()=sysdate(),sleep(15),0) Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1) OR 543=(SELECT 543 FROM PG_SLEEP(15))--

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1-1)) OR 143=(SELECT 143 FROM PG_SLEEP(15))--

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1o7JbRZ7R' OR 995=(SELECT 995 FROM PG_SLEEP(15))--

pHqghUme Sept. 24, 2025, 8:01 p.m.

1GOsGNQlO') OR 414=(SELECT 414 FROM PG_SLEEP(15))--

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

19HwlfxoF')) OR 907=(SELECT 907 FROM PG_SLEEP(15))--

pHqghUmeooi3hqO5'; waitfor delay '0:0:15' -- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUmemFn9j0mh' OR 48=(SELECT 48 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 24, 2025, 8:01 p.m.

1

pHqghUme Sept. 24, 2025, 8:01 p.m.

1'"

pHqghUme Sept. 24, 2025, 8:01 p.m.

1����%2527%2522\'\"

pHqghUmeQi89qC31') OR 927=(SELECT 927 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

@@8kaXi

pHqghUme9wNDolWS')) OR 589=(SELECT 589 FROM PG_SLEEP(15))-- Sept. 24, 2025, 8:01 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 24, 2025, 8:01 p.m.

555

pHqghUme'" Sept. 24, 2025, 8:01 p.m.

555

pHqghUme����%2527%2522\'\" Sept. 24, 2025, 8:01 p.m.

555

@@c6E4h Sept. 24, 2025, 8:01 p.m.

555

pHqghUme Sept. 25, 2025, 12:51 a.m.

1

pHqghUme Sept. 25, 2025, 12:51 a.m.

1

pHqghUme Sept. 25, 2025, 12:51 a.m.

vs6OdwJO

pHqghUme Sept. 25, 2025, 12:52 a.m.

*1

pHqghUme Sept. 25, 2025, 12:52 a.m.

*1

pHqghUme Sept. 25, 2025, 12:52 a.m.

*1

pHqghUme Sept. 25, 2025, 12:52 a.m.

*1

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1 OR 2+113-113-1=0+0+0+1

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1 OR 3+113-113-1=0+0+0+1

pHqghUme Sept. 25, 2025, 12:52 a.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 25, 2025, 12:52 a.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 25, 2025, 12:52 a.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 25, 2025, 12:52 a.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:52 a.m.

KV0C5MWl'; waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1 OR 811=(SELECT 811 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:52 a.m.

-1) OR 642=(SELECT 642 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:53 a.m.

1

pHqghUme Sept. 25, 2025, 12:53 a.m.

-1)) OR 153=(SELECT 153 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:53 a.m.

1

pHqghUme Sept. 25, 2025, 12:53 a.m.

b7K80SBD' OR 495=(SELECT 495 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:53 a.m.

yzRuYuCx') OR 266=(SELECT 266 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:53 a.m.

1

pHqghUme Sept. 25, 2025, 12:53 a.m.

9moTCCXv')) OR 524=(SELECT 524 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:53 a.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 25, 2025, 12:53 a.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 25, 2025, 12:53 a.m.

'"

pHqghUme Sept. 25, 2025, 12:53 a.m.

����%2527%2522\'\"

pHqghUme Sept. 25, 2025, 12:53 a.m.

@@naOTA

pHqghUme Sept. 25, 2025, 12:54 a.m.

1

pHqghUme Sept. 25, 2025, 12:54 a.m.

1

pHqghUme Sept. 25, 2025, 12:54 a.m.

1

pHqghUmewPukmMvy Sept. 25, 2025, 12:54 a.m.

1

pHqghUme Sept. 25, 2025, 12:54 a.m.

1

-1 OR 2+932-932-1=0+0+0+1 -- Sept. 25, 2025, 12:54 a.m.

1

-1 OR 2+41-41-1=0+0+0+1 Sept. 25, 2025, 12:54 a.m.

1

-1' OR 2+346-346-1=0+0+0+1 -- Sept. 25, 2025, 12:54 a.m.

1

-1' OR 2+216-216-1=0+0+0+1 or '9wkkHYuN'=' Sept. 25, 2025, 12:54 a.m.

1

-1" OR 2+155-155-1=0+0+0+1 -- Sept. 25, 2025, 12:54 a.m.

1

if(now()=sysdate(),sleep(15),0) Sept. 25, 2025, 12:54 a.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 25, 2025, 12:54 a.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 25, 2025, 12:54 a.m.

1

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 25, 2025, 12:54 a.m.

1

pHqghUmeAgwb8Zrg'; waitfor delay '0:0:15' -- Sept. 25, 2025, 12:54 a.m.

1

pHqghUme4Xrg7EXh' OR 856=(SELECT 856 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:54 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

555

pHqghUmenOMdYU87') OR 586=(SELECT 586 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:55 a.m.

1

pHqghUmeMDOEmauA')) OR 63=(SELECT 63 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

1

pHqghUme'" Sept. 25, 2025, 12:55 a.m.

1

pHqghUme����%2527%2522\'\" Sept. 25, 2025, 12:55 a.m.

1

@@1nh7A Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

555

pHqghUme Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

555

pHqghUme Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:55 a.m.

1

pHqghUme Sept. 25, 2025, 12:56 a.m.

555

pHqghUme Sept. 25, 2025, 12:56 a.m.

1

pHqghUme Sept. 25, 2025, 12:56 a.m.

555

pHqghUme Sept. 25, 2025, 12:56 a.m.

1

pHqghUme Sept. 25, 2025, 12:56 a.m.

555

pHqghUme Sept. 25, 2025, 12:56 a.m.

1

pHqghUme Sept. 25, 2025, 12:56 a.m.

555

pHqghUme Sept. 25, 2025, 12:56 a.m.

19745ZxaD

pHqghUme Sept. 25, 2025, 12:56 a.m.

555

pHqghUme Sept. 25, 2025, 12:56 a.m.

1

pHqghUme Sept. 25, 2025, 12:56 a.m.

-1 OR 2+858-858-1=0+0+0+1 --

pHqghUme Sept. 25, 2025, 12:56 a.m.

-1 OR 2+738-738-1=0+0+0+1

pHqghUme Sept. 25, 2025, 12:56 a.m.

-1' OR 2+770-770-1=0+0+0+1 --

pHqghUme Sept. 25, 2025, 12:56 a.m.

-1' OR 2+719-719-1=0+0+0+1 or '6rnhc0Cv'='

pHqghUme Sept. 25, 2025, 12:56 a.m.

-1" OR 2+434-434-1=0+0+0+1 --

pHqghUme Sept. 25, 2025, 12:56 a.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 25, 2025, 12:56 a.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 25, 2025, 12:56 a.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 25, 2025, 12:56 a.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 25, 2025, 12:56 a.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:56 a.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:56 a.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:57 a.m.

1AskkBDos'; waitfor delay '0:0:15' --

pHqghUme Sept. 25, 2025, 12:57 a.m.

1-1 OR 864=(SELECT 864 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1-1) OR 684=(SELECT 684 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1-1)) OR 840=(SELECT 840 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1RugK67yG' OR 227=(SELECT 227 FROM PG_SLEEP(15))--

pHqghUmeEZfNFHN0 Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1zCd4sJWM') OR 183=(SELECT 183 FROM PG_SLEEP(15))--

pHqghUme Sept. 25, 2025, 12:57 a.m.

555

-1 OR 2+366-366-1=0+0+0+1 -- Sept. 25, 2025, 12:57 a.m.

555

-1 OR 2+424-424-1=0+0+0+1 Sept. 25, 2025, 12:57 a.m.

555

-1' OR 2+174-174-1=0+0+0+1 -- Sept. 25, 2025, 12:57 a.m.

555

-1' OR 2+52-52-1=0+0+0+1 or 'zVaxekvk'=' Sept. 25, 2025, 12:57 a.m.

555

-1" OR 2+253-253-1=0+0+0+1 -- Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1ETXWJy9U')) OR 556=(SELECT 556 FROM PG_SLEEP(15))--

if(now()=sysdate(),sleep(15),0) Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 25, 2025, 12:57 a.m.

1

pHqghUme Sept. 25, 2025, 12:57 a.m.

1'"

pHqghUme Sept. 25, 2025, 12:57 a.m.

1����%2527%2522\'\"

pHqghUme Sept. 25, 2025, 12:57 a.m.

@@FA1ly

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 25, 2025, 12:57 a.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 25, 2025, 12:57 a.m.

555

pHqghUmeQLmqQ9ir'; waitfor delay '0:0:15' -- Sept. 25, 2025, 12:57 a.m.

555

pHqghUmeXUGRfDks' OR 693=(SELECT 693 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:57 a.m.

555

pHqghUmeFaDvxvfM') OR 291=(SELECT 291 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:57 a.m.

555

pHqghUmesnEILSOj')) OR 18=(SELECT 18 FROM PG_SLEEP(15))-- Sept. 25, 2025, 12:57 a.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 25, 2025, 12:57 a.m.

555

pHqghUme'" Sept. 25, 2025, 12:57 a.m.

555

pHqghUme����%2527%2522\'\" Sept. 25, 2025, 12:57 a.m.

555

@@mOemg Sept. 25, 2025, 12:57 a.m.

555

pHqghUme Sept. 27, 2025, 12:13 p.m.

LFZP07Br

pHqghUme Sept. 27, 2025, 12:13 p.m.

*1

pHqghUme Sept. 27, 2025, 12:13 p.m.

*1

pHqghUme Sept. 27, 2025, 12:13 p.m.

*1

pHqghUme Sept. 27, 2025, 12:13 p.m.

*1

pHqghUme Sept. 27, 2025, 12:13 p.m.

-1 OR 2+298-298-1=0+0+0+1

pHqghUme Sept. 27, 2025, 12:13 p.m.

-1 OR 3+298-298-1=0+0+0+1

pHqghUme Sept. 27, 2025, 12:13 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 27, 2025, 12:13 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 27, 2025, 12:13 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 27, 2025, 12:13 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 27, 2025, 12:13 p.m.

1

pHqghUme Sept. 27, 2025, 12:13 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:13 p.m.

1

pHqghUme Sept. 27, 2025, 12:13 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:13 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:14 p.m.

epAcZZde'; waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:14 p.m.

-1 OR 327=(SELECT 327 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

-1) OR 285=(SELECT 285 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

-1)) OR 61=(SELECT 61 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

9vvBMGk5' OR 746=(SELECT 746 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

3PKFTlMM') OR 429=(SELECT 429 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

aUN5XQ6s')) OR 949=(SELECT 949 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:14 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 27, 2025, 12:14 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 27, 2025, 12:14 p.m.

'"

pHqghUme Sept. 27, 2025, 12:14 p.m.

����%2527%2522\'\"

pHqghUme Sept. 27, 2025, 12:14 p.m.

@@EzQXp

pHqghUme Sept. 27, 2025, 12:14 p.m.

1

pHqghUme Sept. 27, 2025, 12:14 p.m.

1

pHqghUme Sept. 27, 2025, 12:14 p.m.

1

pHqghUme Sept. 27, 2025, 12:14 p.m.

1

pHqghUme Sept. 27, 2025, 12:14 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUmeQLgGLSrz Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

-1 OR 2+63-63-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

1

-1 OR 2+806-806-1=0+0+0+1 Sept. 27, 2025, 12:15 p.m.

1

-1' OR 2+239-239-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

1

-1' OR 2+802-802-1=0+0+0+1 or 'JPEOTyfJ'=' Sept. 27, 2025, 12:15 p.m.

1

-1" OR 2+876-876-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

1

if(now()=sysdate(),sleep(15),0) Sept. 27, 2025, 12:15 p.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 27, 2025, 12:15 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 27, 2025, 12:15 p.m.

1

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 27, 2025, 12:15 p.m.

1

pHqghUme3Ouj45Mf'; waitfor delay '0:0:15' -- Sept. 27, 2025, 12:15 p.m.

1

pHqghUmeLeSqwCdc' OR 576=(SELECT 576 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:15 p.m.

1

pHqghUmeNxdY1MoE') OR 898=(SELECT 898 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUmeZ3QVcacW')) OR 423=(SELECT 423 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme'" Sept. 27, 2025, 12:15 p.m.

1

pHqghUme����%2527%2522\'\" Sept. 27, 2025, 12:15 p.m.

1

@@G3ynO Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

12h0rEInm

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme Sept. 27, 2025, 12:15 p.m.

-1 OR 2+741-741-1=0+0+0+1 --

pHqghUme Sept. 27, 2025, 12:15 p.m.

-1 OR 2+583-583-1=0+0+0+1

pHqghUme Sept. 27, 2025, 12:15 p.m.

-1' OR 2+103-103-1=0+0+0+1 --

pHqghUme Sept. 27, 2025, 12:15 p.m.

-1' OR 2+547-547-1=0+0+0+1 or '0hssk8C1'='

pHqghUme Sept. 27, 2025, 12:15 p.m.

-1" OR 2+250-250-1=0+0+0+1 --

pHqghUme Sept. 27, 2025, 12:15 p.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 27, 2025, 12:15 p.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 27, 2025, 12:15 p.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 27, 2025, 12:15 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:15 p.m.

1t4uxEazl'; waitfor delay '0:0:15' --

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1 OR 808=(SELECT 808 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1) OR 590=(SELECT 590 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1-1)) OR 511=(SELECT 511 FROM PG_SLEEP(15))--

pHqghUmeZACNPtbD Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1WSILBohg' OR 949=(SELECT 949 FROM PG_SLEEP(15))--

pHqghUme Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1lGiHFIPa') OR 305=(SELECT 305 FROM PG_SLEEP(15))--

-1 OR 2+930-930-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

555

-1 OR 2+720-720-1=0+0+0+1 Sept. 27, 2025, 12:15 p.m.

555

-1' OR 2+220-220-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

555

-1' OR 2+93-93-1=0+0+0+1 or 'dMG2uIVU'=' Sept. 27, 2025, 12:15 p.m.

555

-1" OR 2+709-709-1=0+0+0+1 -- Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1PPmxaVzP')) OR 755=(SELECT 755 FROM PG_SLEEP(15))--

if(now()=sysdate(),sleep(15),0) Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 27, 2025, 12:15 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 27, 2025, 12:15 p.m.

555

pHqghUme Sept. 27, 2025, 12:15 p.m.

1'"

pHqghUme Sept. 27, 2025, 12:15 p.m.

1����%2527%2522\'\"

pHqghUme Sept. 27, 2025, 12:15 p.m.

@@ijKzu

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 27, 2025, 12:15 p.m.

555

pHqghUmeKzFrsb2k'; waitfor delay '0:0:15' -- Sept. 27, 2025, 12:15 p.m.

555

pHqghUmeEbWw98YK' OR 446=(SELECT 446 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:15 p.m.

555

pHqghUmeXlseCeOw') OR 14=(SELECT 14 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:16 p.m.

555

pHqghUmeF6Gm1E4D')) OR 130=(SELECT 130 FROM PG_SLEEP(15))-- Sept. 27, 2025, 12:16 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 27, 2025, 12:16 p.m.

555

pHqghUme Sept. 27, 2025, 12:16 p.m.

555

pHqghUme'" Sept. 27, 2025, 12:16 p.m.

555

pHqghUme����%2527%2522\'\" Sept. 27, 2025, 12:16 p.m.

555

@@ThW6I Sept. 27, 2025, 12:16 p.m.

555

pHqghUme Sept. 30, 2025, 1:51 p.m.

1

pHqghUme Sept. 30, 2025, 1:51 p.m.

1

pHqghUme Sept. 30, 2025, 1:52 p.m.

CuHHJIhY

pHqghUme Sept. 30, 2025, 1:52 p.m.

*1

pHqghUme Sept. 30, 2025, 1:52 p.m.

*1

pHqghUme Sept. 30, 2025, 1:52 p.m.

*1

pHqghUme Sept. 30, 2025, 1:52 p.m.

*1

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1 OR 2+596-596-1=0+0+0+1

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1 OR 3+596-596-1=0+0+0+1

pHqghUme Sept. 30, 2025, 1:52 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 30, 2025, 1:52 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 30, 2025, 1:52 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 30, 2025, 1:52 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:52 p.m.

rBTVvGcD'; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:52 p.m.

-1 OR 90=(SELECT 90 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

-1) OR 196=(SELECT 196 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

1

pHqghUme Sept. 30, 2025, 1:53 p.m.

-1)) OR 426=(SELECT 426 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

1

pHqghUme Sept. 30, 2025, 1:53 p.m.

DPL42RWX' OR 285=(SELECT 285 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

3ZSoR02L') OR 782=(SELECT 782 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

1

pHqghUme Sept. 30, 2025, 1:53 p.m.

q9n0NNx7')) OR 431=(SELECT 431 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:53 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 30, 2025, 1:53 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 30, 2025, 1:53 p.m.

'"

pHqghUme Sept. 30, 2025, 1:53 p.m.

����%2527%2522\'\"

pHqghUme Sept. 30, 2025, 1:53 p.m.

@@VWd8h

pHqghUme Sept. 30, 2025, 1:54 p.m.

1

pHqghUme Sept. 30, 2025, 1:54 p.m.

1

pHqghUme Sept. 30, 2025, 1:54 p.m.

1

pHqghUmeDEPTFpja Sept. 30, 2025, 1:54 p.m.

1

pHqghUme Sept. 30, 2025, 1:54 p.m.

1

-1 OR 2+685-685-1=0+0+0+1 -- Sept. 30, 2025, 1:54 p.m.

1

-1 OR 2+587-587-1=0+0+0+1 Sept. 30, 2025, 1:54 p.m.

1

-1' OR 2+819-819-1=0+0+0+1 -- Sept. 30, 2025, 1:54 p.m.

1

-1' OR 2+711-711-1=0+0+0+1 or 'Ik0a9H23'=' Sept. 30, 2025, 1:54 p.m.

1

-1" OR 2+795-795-1=0+0+0+1 -- Sept. 30, 2025, 1:54 p.m.

1

if(now()=sysdate(),sleep(15),0) Sept. 30, 2025, 1:54 p.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 30, 2025, 1:54 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 30, 2025, 1:54 p.m.

1

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 30, 2025, 1:54 p.m.

1

pHqghUmeg8Qx7SWQ'; waitfor delay '0:0:15' -- Sept. 30, 2025, 1:54 p.m.

1

pHqghUmeFVZNfrj0' OR 219=(SELECT 219 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:54 p.m.

1

pHqghUmeJFpknab1') OR 639=(SELECT 639 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:55 p.m.

1

pHqghUmeKsUOC1aw')) OR 498=(SELECT 498 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:55 p.m.

1

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

1

pHqghUme'" Sept. 30, 2025, 1:55 p.m.

1

pHqghUme����%2527%2522\'\" Sept. 30, 2025, 1:55 p.m.

1

@@c3JeG Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

1

pHqghUme Sept. 30, 2025, 1:55 p.m.

555

pHqghUme Sept. 30, 2025, 1:56 p.m.

555

pHqghUme Sept. 30, 2025, 1:56 p.m.

555

pHqghUme Sept. 30, 2025, 1:56 p.m.

1

pHqghUme Sept. 30, 2025, 1:56 p.m.

1

pHqghUme Sept. 30, 2025, 1:56 p.m.

555

pHqghUme Sept. 30, 2025, 1:56 p.m.

1

pHqghUme Sept. 30, 2025, 1:56 p.m.

1aMOTyFr2

pHqghUme Sept. 30, 2025, 1:56 p.m.

1

pHqghUme Sept. 30, 2025, 1:56 p.m.

-1 OR 2+596-596-1=0+0+0+1 --

pHqghUme Sept. 30, 2025, 1:56 p.m.

-1 OR 2+84-84-1=0+0+0+1

pHqghUme Sept. 30, 2025, 1:56 p.m.

-1' OR 2+403-403-1=0+0+0+1 --

pHqghUme Sept. 30, 2025, 1:56 p.m.

-1' OR 2+907-907-1=0+0+0+1 or 'H3sNTaTd'='

pHqghUme Sept. 30, 2025, 1:56 p.m.

-1" OR 2+126-126-1=0+0+0+1 --

pHqghUme Sept. 30, 2025, 1:56 p.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 30, 2025, 1:56 p.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 30, 2025, 1:56 p.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 30, 2025, 1:56 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 30, 2025, 1:56 p.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:56 p.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:56 p.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:56 p.m.

1POnZPNin'; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 1:56 p.m.

555

pHqghUme Sept. 30, 2025, 1:56 p.m.

1-1 OR 572=(SELECT 572 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

1-1) OR 51=(SELECT 51 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

1-1)) OR 860=(SELECT 860 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

1Lr6hjYSi' OR 438=(SELECT 438 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

1l5JF8c5r') OR 557=(SELECT 557 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

1jNxaJ6oR')) OR 362=(SELECT 362 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 1:57 p.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 30, 2025, 1:57 p.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 30, 2025, 1:57 p.m.

1

pHqghUme Sept. 30, 2025, 1:57 p.m.

1'"

pHqghUme Sept. 30, 2025, 1:57 p.m.

1����%2527%2522\'\"

pHqghUme Sept. 30, 2025, 1:57 p.m.

@@CMsLu

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

pHqghUmegbVStFFM Sept. 30, 2025, 1:57 p.m.

555

pHqghUme Sept. 30, 2025, 1:57 p.m.

555

-1 OR 2+881-881-1=0+0+0+1 -- Sept. 30, 2025, 1:57 p.m.

555

-1 OR 2+313-313-1=0+0+0+1 Sept. 30, 2025, 1:57 p.m.

555

-1' OR 2+460-460-1=0+0+0+1 -- Sept. 30, 2025, 1:57 p.m.

555

-1' OR 2+972-972-1=0+0+0+1 or 'MKdw9aij'=' Sept. 30, 2025, 1:57 p.m.

555

-1" OR 2+975-975-1=0+0+0+1 -- Sept. 30, 2025, 1:57 p.m.

555

if(now()=sysdate(),sleep(15),0) Sept. 30, 2025, 1:57 p.m.

555

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 30, 2025, 1:57 p.m.

555

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 30, 2025, 1:57 p.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 30, 2025, 1:57 p.m.

555

pHqghUme2SL4swJ3'; waitfor delay '0:0:15' -- Sept. 30, 2025, 1:57 p.m.

555

pHqghUmeJVWWNmVn' OR 303=(SELECT 303 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:57 p.m.

555

pHqghUmeETh0VRbo') OR 589=(SELECT 589 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:58 p.m.

555

pHqghUmeqSbZL7xl')) OR 616=(SELECT 616 FROM PG_SLEEP(15))-- Sept. 30, 2025, 1:58 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 30, 2025, 1:58 p.m.

555

pHqghUme Sept. 30, 2025, 1:58 p.m.

555

pHqghUme'" Sept. 30, 2025, 1:58 p.m.

555

pHqghUme����%2527%2522\'\" Sept. 30, 2025, 1:58 p.m.

555

@@G4Th9 Sept. 30, 2025, 1:58 p.m.

555

pHqghUme Sept. 30, 2025, 5:54 p.m.

0PhLYDLZ

pHqghUme Sept. 30, 2025, 5:54 p.m.

*1

pHqghUme Sept. 30, 2025, 5:54 p.m.

*1

pHqghUme Sept. 30, 2025, 5:54 p.m.

*1

pHqghUme Sept. 30, 2025, 5:54 p.m.

*1

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1 OR 2+743-743-1=0+0+0+1

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1 OR 3+743-743-1=0+0+0+1

pHqghUme Sept. 30, 2025, 5:54 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Sept. 30, 2025, 5:54 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Sept. 30, 2025, 5:54 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Sept. 30, 2025, 5:54 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 5:54 p.m.

wsPLnnhi'; waitfor delay '0:0:15' --

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1 OR 775=(SELECT 775 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1) OR 369=(SELECT 369 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

-1)) OR 479=(SELECT 479 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

R2bitj8E' OR 640=(SELECT 640 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

3IZ58j7S') OR 571=(SELECT 571 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

LrFrh6E3')) OR 132=(SELECT 132 FROM PG_SLEEP(15))--

pHqghUme Sept. 30, 2025, 5:54 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Sept. 30, 2025, 5:54 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Sept. 30, 2025, 5:54 p.m.

'"

pHqghUme Sept. 30, 2025, 5:54 p.m.

����%2527%2522\'\"

pHqghUme Sept. 30, 2025, 5:54 p.m.

@@FDNza

pHqghUme Sept. 30, 2025, 5:56 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:57 p.m.

555

pHqghUme Sept. 30, 2025, 5:58 p.m.

555

pHqghUme Sept. 30, 2025, 5:58 p.m.

555

pHqghUme Sept. 30, 2025, 5:58 p.m.

555

pHqghUmeKtgFCNB8 Sept. 30, 2025, 5:58 p.m.

555

pHqghUme Sept. 30, 2025, 5:58 p.m.

555

-1 OR 2+462-462-1=0+0+0+1 -- Sept. 30, 2025, 5:58 p.m.

555

-1 OR 2+567-567-1=0+0+0+1 Sept. 30, 2025, 5:58 p.m.

555

-1' OR 2+643-643-1=0+0+0+1 -- Sept. 30, 2025, 5:58 p.m.

555

-1' OR 2+791-791-1=0+0+0+1 or 'XjeOBg6p'=' Sept. 30, 2025, 5:58 p.m.

555

-1" OR 2+586-586-1=0+0+0+1 -- Sept. 30, 2025, 5:58 p.m.

555

if(now()=sysdate(),sleep(15),0) Sept. 30, 2025, 5:58 p.m.

555

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Sept. 30, 2025, 5:58 p.m.

555

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Sept. 30, 2025, 5:58 p.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Sept. 30, 2025, 5:58 p.m.

555

pHqghUmeFTTLoRk5'; waitfor delay '0:0:15' -- Sept. 30, 2025, 5:58 p.m.

555

pHqghUmehSSfyOyZ' OR 989=(SELECT 989 FROM PG_SLEEP(15))-- Sept. 30, 2025, 5:58 p.m.

555

pHqghUmeG3L67oJz') OR 929=(SELECT 929 FROM PG_SLEEP(15))-- Sept. 30, 2025, 5:58 p.m.

555

pHqghUme1gtMgURr')) OR 114=(SELECT 114 FROM PG_SLEEP(15))-- Sept. 30, 2025, 5:58 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Sept. 30, 2025, 5:58 p.m.

555

pHqghUme Sept. 30, 2025, 5:58 p.m.

555

pHqghUme'" Sept. 30, 2025, 5:58 p.m.

555

pHqghUme����%2527%2522\'\" Sept. 30, 2025, 5:58 p.m.

555

@@aVnfS Sept. 30, 2025, 5:58 p.m.

555

pHqghUme Oct. 1, 2025, 7:56 p.m.

1

pHqghUme Oct. 1, 2025, 7:56 p.m.

1

pHqghUme Oct. 1, 2025, 7:57 p.m.

LEFjkQ36

pHqghUme Oct. 1, 2025, 7:57 p.m.

*1

pHqghUme Oct. 1, 2025, 7:57 p.m.

*1

pHqghUme Oct. 1, 2025, 7:57 p.m.

*1

pHqghUme Oct. 1, 2025, 7:57 p.m.

*1

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1 OR 2+996-996-1=0+0+0+1

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1 OR 3+996-996-1=0+0+0+1

pHqghUme Oct. 1, 2025, 7:57 p.m.

*if(now()=sysdate(),sleep(15),0)

pHqghUme Oct. 1, 2025, 7:57 p.m.

0'XOR(
*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Oct. 1, 2025, 7:57 p.m.

0"XOR(
*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Oct. 1, 2025, 7:57 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1; waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1); waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1 waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 7:57 p.m.

dX3wuItD'; waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1 OR 706=(SELECT 706 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:57 p.m.

-1) OR 151=(SELECT 151 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:58 p.m.

-1)) OR 768=(SELECT 768 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:58 p.m.

mwHmqxSx' OR 864=(SELECT 864 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:58 p.m.

raNy6DAf') OR 645=(SELECT 645 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:58 p.m.

uJf6jaXV')) OR 600=(SELECT 600 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 7:58 p.m.

*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Oct. 1, 2025, 7:58 p.m.

'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Oct. 1, 2025, 7:58 p.m.

'"

pHqghUme Oct. 1, 2025, 7:58 p.m.

����%2527%2522\'\"

pHqghUme Oct. 1, 2025, 7:58 p.m.

@@sGg4Q

pHqghUme Oct. 1, 2025, 7:58 p.m.

1

pHqghUme Oct. 1, 2025, 7:58 p.m.

1

pHqghUme Oct. 1, 2025, 7:58 p.m.

1

pHqghUme Oct. 1, 2025, 7:59 p.m.

1

pHqghUme Oct. 1, 2025, 7:59 p.m.

1

pHqghUme Oct. 1, 2025, 7:59 p.m.

1

pHqghUmewm0WcQBt Oct. 1, 2025, 7:59 p.m.

1

pHqghUme Oct. 1, 2025, 7:59 p.m.

1

-1 OR 2+611-611-1=0+0+0+1 -- Oct. 1, 2025, 7:59 p.m.

1

-1 OR 2+250-250-1=0+0+0+1 Oct. 1, 2025, 7:59 p.m.

1

-1' OR 2+594-594-1=0+0+0+1 -- Oct. 1, 2025, 7:59 p.m.

1

-1' OR 2+341-341-1=0+0+0+1 or 'dfsaKpTB'=' Oct. 1, 2025, 7:59 p.m.

1

-1" OR 2+933-933-1=0+0+0+1 -- Oct. 1, 2025, 7:59 p.m.

1

if(now()=sysdate(),sleep(15),0) Oct. 1, 2025, 8:01 p.m.

1

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Oct. 1, 2025, 8:01 p.m.

1

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Oct. 1, 2025, 8:02 p.m.

1

pHqghUme-1 waitfor delay '0:0:15' -- Oct. 1, 2025, 8:02 p.m.

1

pHqghUmeZ3Etl986'; waitfor delay '0:0:15' -- Oct. 1, 2025, 8:02 p.m.

1

pHqghUmek8yRnm1w' OR 893=(SELECT 893 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:02 p.m.

1

pHqghUmecEotPKEX') OR 86=(SELECT 86 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:02 p.m.

1

pHqghUmeMeItNEqz')) OR 254=(SELECT 254 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:02 p.m.

1

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Oct. 1, 2025, 8:02 p.m.

1

pHqghUme Oct. 1, 2025, 8:02 p.m.

1

pHqghUme'" Oct. 1, 2025, 8:02 p.m.

1

pHqghUme����%2527%2522\'\" Oct. 1, 2025, 8:02 p.m.

1

@@WpJMU Oct. 1, 2025, 8:02 p.m.

1

pHqghUme Oct. 1, 2025, 8:02 p.m.

1

pHqghUme Oct. 1, 2025, 8:02 p.m.

1

pHqghUme Oct. 1, 2025, 8:02 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

555

pHqghUme Oct. 1, 2025, 8:03 p.m.

555

pHqghUme Oct. 1, 2025, 8:03 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

555

pHqghUme Oct. 1, 2025, 8:03 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

555

pHqghUme Oct. 1, 2025, 8:03 p.m.

1kA7yKoja

pHqghUme Oct. 1, 2025, 8:03 p.m.

1

pHqghUme Oct. 1, 2025, 8:03 p.m.

-1 OR 2+474-474-1=0+0+0+1 --

pHqghUme Oct. 1, 2025, 8:03 p.m.

-1 OR 2+567-567-1=0+0+0+1

pHqghUme Oct. 1, 2025, 8:03 p.m.

-1' OR 2+607-607-1=0+0+0+1 --

pHqghUme Oct. 1, 2025, 8:03 p.m.

-1' OR 2+754-754-1=0+0+0+1 or 'vFBeq2qc'='

pHqghUme Oct. 1, 2025, 8:03 p.m.

-1" OR 2+35-35-1=0+0+0+1 --

pHqghUme Oct. 1, 2025, 8:04 p.m.

1*if(now()=sysdate(),sleep(15),0)

pHqghUme Oct. 1, 2025, 8:04 p.m.

10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z

pHqghUme Oct. 1, 2025, 8:04 p.m.

10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z

pHqghUme Oct. 1, 2025, 8:04 p.m.

(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1; waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1); waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1 waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 8:04 p.m.

15ztd9238'; waitfor delay '0:0:15' --

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1 OR 157=(SELECT 157 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

555

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1) OR 754=(SELECT 754 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

555

pHqghUme Oct. 1, 2025, 8:04 p.m.

1-1)) OR 697=(SELECT 697 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

555

pHqghUme Oct. 1, 2025, 8:04 p.m.

1OH0VSDoX' OR 536=(SELECT 536 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

555

pHqghUme Oct. 1, 2025, 8:04 p.m.

1WqmztJI4') OR 987=(SELECT 987 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

555

pHqghUme Oct. 1, 2025, 8:04 p.m.

1mYZQUH75')) OR 354=(SELECT 354 FROM PG_SLEEP(15))--

pHqghUme Oct. 1, 2025, 8:04 p.m.

1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)

pHqghUme Oct. 1, 2025, 8:04 p.m.

1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

pHqghUme Oct. 1, 2025, 8:04 p.m.

1

pHqghUme Oct. 1, 2025, 8:04 p.m.

1'"

pHqghUme Oct. 1, 2025, 8:04 p.m.

1����%2527%2522\'\"

pHqghUme Oct. 1, 2025, 8:04 p.m.

@@asEuK

pHqghUme Oct. 1, 2025, 8:05 p.m.

555

pHqghUme Oct. 1, 2025, 8:05 p.m.

555

pHqghUme Oct. 1, 2025, 8:05 p.m.

555

pHqghUmey8zBJqcQ Oct. 1, 2025, 8:05 p.m.

555

pHqghUme Oct. 1, 2025, 8:05 p.m.

555

-1 OR 2+464-464-1=0+0+0+1 -- Oct. 1, 2025, 8:05 p.m.

555

-1 OR 2+851-851-1=0+0+0+1 Oct. 1, 2025, 8:05 p.m.

555

-1' OR 2+384-384-1=0+0+0+1 -- Oct. 1, 2025, 8:05 p.m.

555

-1' OR 2+605-605-1=0+0+0+1 or 'ujDopKVz'=' Oct. 1, 2025, 8:05 p.m.

555

-1" OR 2+274-274-1=0+0+0+1 -- Oct. 1, 2025, 8:05 p.m.

555

if(now()=sysdate(),sleep(15),0) Oct. 1, 2025, 8:05 p.m.

555

pHqghUme0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z Oct. 1, 2025, 8:05 p.m.

555

pHqghUme0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z Oct. 1, 2025, 8:05 p.m.

555

pHqghUme-1 waitfor delay '0:0:15' -- Oct. 1, 2025, 8:05 p.m.

555

pHqghUmel6r0RvkW'; waitfor delay '0:0:15' -- Oct. 1, 2025, 8:05 p.m.

555

pHqghUmeO3axlmWQ' OR 691=(SELECT 691 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:05 p.m.

555

pHqghUme1y7Asyg9') OR 373=(SELECT 373 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:05 p.m.

555

pHqghUme2jnQinma')) OR 794=(SELECT 794 FROM PG_SLEEP(15))-- Oct. 1, 2025, 8:05 p.m.

555

pHqghUme'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' Oct. 1, 2025, 8:05 p.m.

555

pHqghUme Oct. 1, 2025, 8:05 p.m.

555

pHqghUme'" Oct. 1, 2025, 8:05 p.m.

555

pHqghUme����%2527%2522\'\" Oct. 1, 2025, 8:05 p.m.

555

@@pM17F Oct. 1, 2025, 8:05 p.m.

555

Comment on this post


?