上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
该文被密码保护。 阅读全文
posted @ 2018-02-22 10:24 botoo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 十八、杂项 1.使用简写 参数:-z 有些参数组合是被经常用到的,如“--batch --random-agent --ignore-proxy --technique=BEU”,这样写一大串很不好看,在Sqlmap中,提供了一种简写的方式来缩短命令长度。 利用参数“-z”,每个参数都可以只写前几个 阅读全文
posted @ 2018-02-13 10:34 botoo 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 十五、操作系统控制 1.执行任意操作系统命令 参数:--os-cmd和--os-shell 若数据库管理系统是MySQL、PostgreSQL或微软的SQL Server且当前用户有相关权限Sqlmap就能利用SQL注入执行任意的操作系统命令。 当数据库管理系统是MySQL或PostgreSQL时, 阅读全文
posted @ 2018-02-13 10:33 botoo 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 十二、列举数据 这些参数用于列举出数据库管理系统信息、数据结构和数据内容。 1.一键列举全部数据 参数:--all 使用这一个参数就能列举所有可访问的数据。但不推荐使用,因为这会发送大量请求,把有用和无用的信息都列举出来。 2.列举数据库管理系统信息 参数:-b或--banner 大多数的现代数据库 阅读全文
posted @ 2018-02-13 10:32 botoo 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 六、优化 这些参数可以优化Sqlmap的性能。 1.一键优化 参数:-o 添加此参数相当于同时添加下列三个优化参数: --keep-alive --null-connection --threads=3 (如果没有设置一个更好的值) 这些参数具体含义见后文。 2.HTTP长连接 参数:--keep- 阅读全文
posted @ 2018-02-13 10:31 botoo 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 本文转自:https://blog.werner.wiki/sqlmap-study-notes-0/ 感谢作者的整理,如有侵权,立删 零、前言 这篇文章是我学习Sqlmap的用法时做的笔记,记录了Sqlmap的常见、基础用法。 学习的主要方法是阅读官方手册(sqlmap/doc/README.pd 阅读全文
posted @ 2018-02-13 10:30 botoo 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 本文转自:https://www.secpulse.com/archives/4213.html 鉴于很多新手对sqlmap的用法不是很熟悉 很多常用sqlmap的也不一定完全会用sqlmap 特此补全sqlmap用户手册给大家查阅 sqlmap官网http://sqlmap.org github: 阅读全文
posted @ 2018-02-13 10:28 botoo 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-12 17:08 botoo 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 时间模块 Python中有很多方便我们处理时间信息的模块 time 模块 datetime 模块 pytz 模块 dateutil 模块 这里我们着重介绍的是前两种 time模块 time.time() 返回当前时间于 Unix时间 (1970.1.1 00:00:00)经过的秒数 返回值也称作时间 阅读全文
posted @ 2018-02-11 17:20 botoo 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 本文共图文结合,建议阅读5分钟。 本文为大家带来了30个广受好评的机器学习开源项目。 640?wx_fmt=jpeg&wxfrom=5&wx_lazy=1 最近,Mybridge发布了一篇文章,对比了过去一年中机器学习领域大约8800个开源项目后,选出30个2017年度优秀的开源项目,包含机器学习开 阅读全文
posted @ 2018-02-11 09:27 botoo 阅读(730) 评论(0) 推荐(0) 编辑
摘要: python 开源项目: Style2Paints:用AI技术为线稿快速上色的工具(GitHub 3310颗星) https://github.com/lllyasviel/style2paints 阅读全文
posted @ 2018-02-11 09:25 botoo 阅读(731) 评论(0) 推荐(0) 编辑
摘要: [超链接文字](url){:target="_blank"} 遗留问题: 如何设置图片的尺寸 我的复选框一直不生效,why? 公式 $$ 公式 $$ 不生效 如何设置代码块的背景颜色 等等~~ 睡觉,明晚解决! 阅读全文
posted @ 2018-02-06 23:16 botoo 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 请按照时间顺序浏览: 本文摘自:http://tieba.baidu.com/p/5479696752?pn=5 阅读全文
posted @ 2018-02-06 16:00 botoo 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 创建bat脚本,然后修改密码。双击执行脚本! 阅读全文
posted @ 2018-02-06 13:44 botoo 阅读(497) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-02-05 16:16 botoo 阅读(4) 评论(0) 推荐(0) 编辑
摘要: http://ai.baidu.com/docs#/OCR-Python-SDK/top 阅读全文
posted @ 2018-02-05 11:27 botoo 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image from PIL import ImageChops def compare_images(path_one, path_two, diff_save_location): """ 比较图片,如果有不同则生成展示不同的图片 @参数一: path_one: 阅读全文
posted @ 2018-02-05 09:58 botoo 阅读(33271) 评论(1) 推荐(1) 编辑
摘要: os.path.abspath(path) #返回绝对路径 os.path.basename(path) #返回文件名 os.path.commonprefix(list) #返回list(多个路径)中,所有path共有的最长的路径。 os.path.dirname(path) #返回文件路径 os 阅读全文
posted @ 2018-01-30 17:48 botoo 阅读(176) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-29 17:00 botoo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ''' 爬取所有T信好友的信息 ''' import itchat from pandas import DataFrame itchat.login() friends=itchat.get_friends(update=True)[0:] def get_var(var): variable=[] for i in friends: value=i[var] variabl... 阅读全文
posted @ 2018-01-29 16:57 botoo 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: 选择类Ctrl+D 选中光标所占的文本,继续操作则会选中下一个相同的文本。Alt+F3 选中文本按下快捷键,即可一次性选择全部的相同文本进行同时编辑。举个栗子:快速选中并更改所有相同的变量名、函数名等。Ctrl+L 选中整行,继续操作则继续选择下一行,效果和 Shift+↓ 效果一样。Ctrl+Sh 阅读全文
posted @ 2018-01-29 16:55 botoo 阅读(356) 评论(0) 推荐(0) 编辑
摘要: #当按键q的时候,自动输入 “大家好!”并回车键发送!from pynput import keyboard from pynput.keyboard import Key, Controller kb = Controller() def on_release(key): try: if key.char == "q": kb.type(u'... 阅读全文
posted @ 2018-01-28 11:28 botoo 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: ps -ef ps -aux|grep chat.js 阅读全文
posted @ 2018-01-25 12:08 botoo 阅读(257) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # encoding:utf-8 import requests import json from conf import STORE_DICT_LIST import time store_list = STORE_DICT_LIST store_name = 'sandbox_001' myaccess_token = store_li... 阅读全文
posted @ 2018-01-24 15:09 botoo 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 原创 2017年03月25日 15:40:59 标签: api / 开源项目 / app / 免费接口 原创 2017年03月25日 15:40:59 标签: api / 开源项目 / app / 免费接口 声明 以下所有 API 均由产品公司自身提供,本人皆从网络获取。获取与共享之行为或有侵犯产品 阅读全文
posted @ 2018-01-24 10:18 botoo 阅读(826) 评论(0) 推荐(0) 编辑
摘要: http://python.usyiyi.cn/translate/python_352/index.html 阅读全文
posted @ 2018-01-23 16:27 botoo 阅读(412) 评论(0) 推荐(0) 编辑
摘要: python调用天气api接口: http://www.sojson.com/open/api/weather/json.shtml?city=北京 http://www.sojson.com/blog/234.html 阅读全文
posted @ 2018-01-23 11:31 botoo 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 顺便提一下 如果有任何问题,你可以在这里找到我 ,软件测试交流qq群,209092584 http://splinter.readthedocs.io/en/latest/ 安装以后用它来实现163邮箱的登陆操作:*和selenium一样,splinter同样需要对frame进行切换 from sp 阅读全文
posted @ 2018-01-22 11:30 botoo 阅读(2645) 评论(0) 推荐(0) 编辑
摘要: 有时,你可能会在网上实现一些自动化操作。比如抓取网站,进行应用测试,或在网上填表,但又不想使用API,这时自动化就变得很必要。Python提供了非常优秀的Requests库可以辅助进行这些操作。可惜,很多网站采用基于JavaScript的重客户端,这就意味着Requests获取的HTML代码中根本就 阅读全文
posted @ 2018-01-22 10:14 botoo 阅读(976) 评论(1) 推荐(0) 编辑
摘要: https://pypi.python.org/pypi/pendulum Pendulum的一大优势是内嵌式取代Python的datetime类,可以轻易地将它整合进已有代码,并且只在需要的时候才进行调用。作者精心调校了时区,确保时区准确,还让每个实例都对时区敏感,默认使用UTC。还有就是提供了扩 阅读全文
posted @ 2018-01-22 09:47 botoo 阅读(874) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页