巡风源码阅读与分析---nascan.py - Zhengjim zhengjim 6 years 9 months ago Nascan是巡风主要是做目标的资产识别(信息收集)。 nascan.py 文件位于 nascan/nascan.py # coding:utf-8 # author:wolf@YSRC import thread from lib.common import * from lib.start im Zhengjim
Datacenter Traces The Akamai Blog 6 years 9 months ago In our research we use actual traces, collected from different production datacenters. Akamai
Apps Are Like Onions; They Have Layers F5 Labs 6 years 9 months ago It’s critical for security professionals to understand all the components of modern web apps so they can be prepared to fend off attacks at multiple tiers.
巡风源码阅读与分析--querylogic函数 - Zhengjim zhengjim 6 years 9 months ago 文件位置:views/lib/QueryLogic.py Querylogic() # 搜索逻辑 def querylogic(list): query = {} if len(list) > 1 or len(list[0].split(':')) > 1: for _ in list: if _ Zhengjim
巡风源码阅读与分析---AddPlugin()方法 - Zhengjim zhengjim 6 years 9 months ago 文件位置:view/view.py AddPlugin() # 新增插件异步 @app.route('/addplugin', methods=['get', 'post']) @logincheck @anticsrf def AddPlugin(): result = 'fail' f = re Zhengjim
巡风源码阅读与分析---view.py - Zhengjim zhengjim 6 years 9 months ago 巡风是一款适用于企业内网的漏洞快速应急、巡航扫描系统,通过搜索功能可清晰的了解内部网络资产分布情况,并且可指定漏洞插件对搜索结果进行快速漏洞检测并输出结果报表。 环境: 巡风是基于python的flask框架写的,数据库为mongodb。 可安装在Windows OSX Linux Docker P Zhengjim
The Reddit Data Breach: What Consumers Need to Know Security News, Insights and Analysis | McAfee 6 years 9 months ago With the tagline, “giving you the best of the internet in one place,” Reddit is a popular website designed for... The post The Reddit Data Breach: What Consumers Need to Know appeared first on McAfee Blog. McAfee
应用归因溯源方法分析网络政治干预行动——Facebook的实践尝试 APT观察 6 years 9 months ago Facebook发布新闻,称发现了一组利用“有组织的不真实行为”来“误导”用户、尝试影响中期选举的帐号。那么,Facebook是如何尝试对这些威胁者进行归因溯源的呢?