[python] 搜狗词库转换 --vulsee.com
#!/usr/bin/python # -*- coding: utf-8 -*- import struct import os import sys #拼音表偏移, startPy = 0x1540 #汉语词组表偏移 st...
#!/usr/bin/python # -*- coding: utf-8 -*- import struct import os import sys #拼音表偏移, startPy = 0x1540 #汉语词组表偏移 st...
默认flask返回response为: 若需修改则: return (res,200,{"Server":"nginx 10.1.1"}) 或可定义一个常量字符串或随机字符串作为response,从而规避信息泄露
纯数字判断:isnumeric() >>> str.isnumeric() False >>> str = '12312311111111111111' >>> str.isnumeri...
Warning: Use of undefined constant filtersa - assumed 'filtersa' (this will throw an Error in a future version of PHP) i...
网站异常连接处理分析 在整理漏洞库调优的时候,无意发现网站上传下载流量较大: 之前也发现,服务器上就挂了几个测试站,不明白为啥流量上TB了 同时发现mysql进行异常,长期处于100%以上: 通过ps -ef 未...
项目地址: https://github.com/OWASP/Amass 包含5个子命令 amass intel——枚举发现目标 amass enum——进行网络扫描和枚举 amass viz——将枚举结果可视化...
mysql想把乌云漏洞库的漏洞类型单独入表,无奈怎么都语法错误,如: insert into table (types) values( select distinct(type) from bugs) insert int...
pyzbar 取消warnning警告信息 from pyzbar.pyzbar import ZBarSymbol texts = pyzbar.decode(img,symbols=[ZBarSymbol.CODE128]) 参考: h...
上次改脚本,直接对标题进行正则: https://vulsee.com/archives/vulsee_2021/1202_15790.html 后来发现未先对标题是否存在关键字进行判断,怀疑对性能有影响,在本地1.3W数据测...
使用了一众软件工具 如: https://bbs.pediy.com/thread-196684.htm https://github.com/zod331/LuaDecrypter https://codeload.gith...