Toggle navigation
北风飘然
Home
About
Tags
北风飘然
2017年新年愿望
1 把python精进一步 2 看完django搭建个博客和攻击框架 3 看看”世界上最好的语言”—–php 4 有机会看看前端设计html+css+javascript ep:虽然能看懂但是没有图型感== 5 如果上面的都完成了 看看逆向方面的只是把 愿望不算多吧== —–2017.2.1
Posted by bfpiaoran on August 12, 2017
验证码—-初生
本来想说是验证码的今生前世的 however 今天刚看验证码识别 还是初生吧 pip install pytesseract pip install Pillow 然后下载http://code.google.com/p/tesseract-ocr谷歌的验证码识别 然后关键一步 踩了一小时坑 特喵的中文回答少之又少 在C:\Python34\Lib\site-packages\pyt...
Posted by bfpiaoran on August 12, 2017
百度敏感词搜索脚本
from bs4 import BeautifulSoup import requests def get_url(key,pagenum): url = 'https://www.baidu.com/s?wd='+key+'&pn='+pagenum head = {"User-Agent": "Mozilla/5.0 (Macintosh; Int...
Posted by bfpiaoran on August 12, 2017
爬虫之——金融黑名单
最进在看 python爬虫 正好最近金融闹得沸沸扬扬 import pymysql from urllib.request import urlopen from bs4 import BeautifulSoup def savep2p(name,inde,company,addrs,date,reason,url): try: conn = pymysql.c...
Posted by bfpiaoran on August 12, 2017
怀念御剑 基于python3 的扫描工具
from urllib.request import urlopen import sys import http.client result = [] def scaning(a): count1=0 count2=0 b = [] f = open(a,'r') for i in f: b.append(i) ...
Posted by bfpiaoran on August 12, 2017
关于火车票的信息泄露
本来都已经关电脑睡觉了 突然想到朋友圈有个朋友晒火车票于是就写了这一篇博客,部分内容由于法律关系就不公开了 这是一个百度随便搜的火车票 太困了 今天只写关于身份证的吧 首先前6位 可以看到530423代表的是”云南玉溪通海县” ok大概住址暴露出来了 接着看后四位 十五到十七位是什么呢是随机生成的数字 但是有个特点 奇数则是男的偶数则是女的 性别出来了吧(说实话这名字我已开始以为是男...
Posted by bfpiaoran on August 12, 2017
知道生日 姓名查询身份证的脚本
import urllib.request def get_idcard(idnumber): url = 'http://apis.haoservice.com/idcard/VerifyIdcard?cardNo='+idnumber+'&realName='+'这里填需要查询的名字(需要url编码)'+'&key=c07edeaa1bcd49b68f8f00cc...
Posted by bfpiaoran on August 12, 2017
基于Python3 开发的iis日志审计
源码如下 缺陷 :正则不全 无多线程 import re f = open('u_ex161115.log','r',encoding= 'utf-8') ipcount = [] ipaddrs = [] # ipaddrs ip : 地址 #print(type(f)) for line in f.readlines(): if line[0] ...
Posted by bfpiaoran on August 12, 2017
docker 容器下 gourdscanV2
0x01 下载安装 Docker https://github.com/docker/toolbo … rToolbox-1.12.2.exe GourdScanV2 docker镜像 https://pan.baidu.com/s/1jINkSdS 安装步骤同样略过.安装完成后桌面会产生了四个图标,首次打开或关闭虚拟机后.Docker Quickstart Terminal如下图. d...
Posted by bfpiaoran on August 12, 2017
一个基于百度地图定位ip位置
这里需要调用百度的一个接口 http://lbsyun.baidu.com/index.php?title=webapi/high-acc-ip http://api.map.baidu.com/highacciploc/v1?qcip=183.55.116.90&qterm=pc&ak=“你的 密钥(AK)”&coord=bd09ll&extension...
Posted by bfpiaoran on August 12, 2017
← Newer Posts
Older Posts →
FEATURED TAGS
security
ABOUT ME
安全测试 开发
知
FRIENDS
import
beyond
欧尼酱