随笔分类 -  程序设计

摘要:def censysApi(searchQuery): API_URL = "https://www.censys.io/api/v1" UID = "51645b5b-b129-499f-a008-c7cf602ed76b" SECRET = "xJVPTgyQmgNb8O8JdGYZZOJw8MBk0RtT" dataFirstForPage = { ... 阅读全文
posted @ 2018-08-28 12:13 webappsec93 阅读(1931) 评论(0) 推荐(0)
摘要:(1)需要安装:Tesseract-OCR; (2)为Tesseract-OCR设置环境变量 识别的时候有20%的可能将port识别为字母,也就是20%的出错率,因为代码中的代理网站的端口是图片形式提供,OCR识别会有一定出错。 阅读全文
posted @ 2018-07-25 11:17 webappsec93 阅读(581) 评论(0) 推荐(0)
摘要:又从slqmap源码里面看到一个实现,还挺有意思的: 阅读全文
posted @ 2018-07-23 16:13 webappsec93 阅读(1147) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms... 阅读全文
posted @ 2017-06-30 13:39 webappsec93 阅读(218) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.Win32; namespace ... 阅读全文
posted @ 2017-06-30 13:32 webappsec93 阅读(660) 评论(0) 推荐(0)