Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Security_Article — scrapy website Article and link ... | Kitploit
ツール/GitHubGitHub/jas502n/security_article
OSINT (Open Source Intelligence)Information GatheringWeb SecurityLearning & EducationCrawlerCurated Resources
GitHubjas502n/security_article

Security_Article

scrapy website Article and link ...

リポジトリを見る
1535年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Security_Article

scrapyでWebサイトの記事とリンクをクロール ...

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でWebページを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/17uknowReflectiveDLLを利用してCobalt Strikeを武装するhttps://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の相互シェル派生https://xz.aliyun.com/t/6722
2019/10/21rcoilCobalt Strike の ExternalC2https://xz.aliyun.com/t/6565
2019/9/7CoolCatCobalt 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/7CoolCatCobaltStrikeの権限維持とその自動化への初探https://xz.aliyun.com/t/5881
2019/2/24arr0w1ペネトレーション利器Cobalt Strike - 第2篇 APTレベルの完全な検知回避と企業の多層防御体系との対抗https://xz.aliyun.com/t/4191
2018/9/24SoftNightcobalt 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 Defenderを回避https://xz.aliyun.com/t/2173
2018/3/16lz1y【ソフトウェアセキュリティ】Cobalt Strike3.8にパッチを適用し、バックドアを除去して機能を修復https://xz.aliyun.com/t/2170
2017/4/14backlionCobalt Strikeの構築・使用およびアンチウイルス回避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 Strike を低減https://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