Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Security_Article — scrapy 网站文章和链接 ... | Kitploit
工具/GitHubGitHub/jas502n/security_article
OSINT (开源情报)信息收集Web安全学习与教育网络爬虫精选资源
GitHubjas502n/security_article

Security_Article

scrapy 网站文章和链接 ...

查看仓库
1535年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Security_Article

scrapy website Article and link ...

0x01 新建项目 0x02 明确目标 0x03 制作爬虫 0x04 存储内容

e.g.

pip3 install lxml,scrapy

root@kitploit:~
文章标题 Article_Title
//*[@id="wrapper"]/main/div/article/header/h5/a/text()

//*[@id="wrapper"]/main/div/article/header/h5/a

文件链接 Article_Link
//*[@id="wrapper"]/main/div/article/header/h5/a/@href

文章时间 Article_Time
//*[@id="wrapper"]/main/div/article/header/section/span/time[1]

文章标签 Article_Tag
//*[@id="wrapper"]/main/div/article/header/section/a

文章简介 Article_Introduction
//*[@id="wrapper"]/main/div/article/section/text()

下一页
//*[@id="wrapper"]/main/div/nav/a[@class="older-posts"]/@href[2]

scrapy crawl SeebugSpider -o seebug.csv

root@kitploit:~
{
	'Article_Author': '译者:知道创宇404实验室翻译组',
	'Article_Link': 'https://paper.seebug.org/1230/',
	'Article_Origin_Link': '原文链接:Cycldek: Bridging the (air) gap ',
	'Article_Summary': '在调查关于Cycldek组织2018年后有关攻击活动时,发现对该组织的...',
	'Article_Tag': '威胁情报',
	'Article_Time': '2020年06月04日',
	'Article_Title': '卡巴斯基报告:针对 Cycldek 黑客组织知识鸿沟的相关信息'
}

安全文章离线

Selenium保存网页为mhtml方法

https://www.cnblogs.com/superhin/p/12600358.html

root@kitploit:~
from selenium import webdriver

driver = webdriver.Chrome()
driver.get('https://www.qq.com/')

# 1. 执行 Chome 开发工具命令,得到mhtml内容
res = driver.execute_cdp_cmd('Page.captureSnapshot', {})

# 2. 写入文件
with open('qq.mhtml', 'w') as f:
    f.write(res['data'])

driver.quit()

CobaltStrike

xz.aliyun

Seebug

酒仙桥六号部队

2020年12月10日CS4.1真的有后门吗?http://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247488764&idx=1&sn=f22aa97f29bc1859abc99927cae8b8d4
下载工具
2020/11/25rcoil【知识回顾】Cobalt Strike 4.0 认证及修补过程https://xz.aliyun.com/t/8557
2020/7/17uknow利用ReflectiveDLL来武装你的Cobalt Strikehttps://xz.aliyun.com/t/7997
2020/7/17treebackerMetasploit & CobaltStrike 的shellcode分析https://xz.aliyun.com/t/7996
2020/4/3利华cobaltstrike dns beacon知多少https://xz.aliyun.com/t/7488
2020/3/10castielCobalt Strike折腾踩坑填坑记录https://xz.aliyun.com/t/7375
2019/11/12FazxCobaltstrike Server持久化 & Cobaltstrike与Metasploit相互派生shellhttps://xz.aliyun.com/t/6722
2019/10/21rcoilCobalt Strike 的 ExternalC2https://xz.aliyun.com/t/6565
2019/9/7CoolCat细说Cobalt Strike进程注入https://xz.aliyun.com/t/6205
2019/9/5CoolCatCobaltStrike插件开发官方指南 Part4https://xz.aliyun.com/t/6189
2019/9/4CoolCatCobaltStrike插件开发官方指南 Part3https://xz.aliyun.com/t/6188
2019/8/10CoolCatCobaltStrike插件开发官方指南 Part2https://xz.aliyun.com/t/5892
2019/8/8CoolCatCobaltStrike插件开发官方指南 Part1https://xz.aliyun.com/t/5887
2019/8/7CoolCat初探CobaltStrike权限维持及其自动化https://xz.aliyun.com/t/5881
2019/2/24arr0w1渗透利器Cobalt Strike - 第2篇 APT级的全面免杀与企业纵深防御体系的对抗https://xz.aliyun.com/t/4191
2018/9/24SoftNight深入研究cobalt strike malleable C2配置文件https://xz.aliyun.com/t/2796
2018/4/2mss****深入探索Cobalt Strike的ExternalC2框架https://xz.aliyun.com/t/2239
2018/3/18mss****Cobalt Strike——利用混淆处理绕过Windows Defenderhttps://xz.aliyun.com/t/2173
2018/3/16lz1y【软件安全】Patch Cobalt Strike3.8 去除后门并修补功能https://xz.aliyun.com/t/2170
2017/4/14backlionCobalt Strike搭建和使用以及bybass杀软https://xz.aliyun.com/t/199
2020年11月26日译者:知道创宇404实验室翻译组Egregor 勒索软件使用 Cobalt Strike 和 Rclone 进行持续性攻击https://paper.seebug.org/1409/
2020年9月28日作者:KeyiCobalt Strike 绕过流量审计https://paper.seebug.org/1349/
2020年6月22日译者:知道创宇404实验室翻译组多阶段 APT 攻击使用 C2 功能降低 Cobalt Strikehttps://paper.seebug.org/1250/
2020年4月30日作者:启明星辰ADLab渗透利器 Cobalt Strike 在野利用情况专题分析https://paper.seebug.org/1190/
2020年3月12日作者: SnowmingCobalt Strike 4.0 手册——献给渗透测试人员的先进威胁战术https://paper.seebug.org/1143/
2020年12月9日CobaltStrike二次开发环境初探http://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247488706&idx=1&sn=83474fa317248dee4aef37444c50d154
2020年8月3日从DNSBeacon到域控http://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247485914&idx=1&sn=95a424874d8bbc656bb5a067198e4227