Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/jas502n/security_article
OSINT (Open Source Intelligence)Information GatheringWeb SecurityLearning & EducationCrawlerCurated Resources
GitHubjas502n/security_article

Security_Article

scrapy website Article and link ...

View Repository
1535 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Security_Article — scrapy website Article and link ... | Kitploit

Security_Article

scrapy website Article and link ...

0x01 Create a New Project 0x02 Define the Goal 0x03 Build the Spider 0x04 Store the Content

e.g.

pip3 install lxml,scrapy

root@kitploit:~
Article Title Article_Title
//*[@id="wrapper"]/main/div/article/header/h5/a/text()

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

Article Link Article_Link
//*[@id="wrapper"]/main/div/article/header/h5/a/@href

Article Time Article_Time
//*[@id="wrapper"]/main/div/article/header/section/span/time[1]

Article Tag Article_Tag
//*[@id="wrapper"]/main/div/article/header/section/a

Article Introduction Article_Introduction
//*[@id="wrapper"]/main/div/article/section/text()

Next Page
//*[@id="wrapper"]/main/div/nav/a[@class="older-posts"]/@href[2]

scrapy crawl SeebugSpider -o seebug.csv

root@kitploit:~
{
	'Article_Author': 'Translator: Knownsec 404 Lab Translation Team',
	'Article_Link': 'https://paper.seebug.org/1230/',
	'Article_Origin_Link': 'Original link: Cycldek: Bridging the (air) gap ',
	'Article_Summary': 'While investigating the attack activities of the Cycldek organization after 2018, it was found that for the organization...',
	'Article_Tag': 'Threat Intelligence',
	'Article_Time': 'June 4, 2020',
	'Article_Title': 'Kaspersky Report: Information on the Knowledge Gap Regarding the Cycldek Hacker Group'
}

Offline Security Articles

Method for Saving Web Pages as MHTML with Selenium

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

root@kitploit:~
from selenium import webdriver

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

# 1. Execute the Chrome DevTools command to get the MHTML content
res = driver.execute_cdp_cmd('Page.captureSnapshot', {})

# 2. Write to file
with open('qq.mhtml', 'w') as f:
    f.write(res['data'])

driver.quit()

CobaltStrike

xz.aliyun

Seebug

Jiuxianqiao No. 6 Unit

December 10, 2020
Download Tool
2020/11/25rcoil[Knowledge Review] Cobalt Strike 4.0 Authentication and Patching Processhttps://xz.aliyun.com/t/8557
2020/7/17uknowUse ReflectiveDLL to Arm Your Cobalt Strikehttps://xz.aliyun.com/t/7997
2020/7/17treebackerAnalysis of Metasploit & CobaltStrike Shellcodehttps://xz.aliyun.com/t/7996
2020/4/3利华All You Need to Know About CobaltStrike DNS Beaconhttps://xz.aliyun.com/t/7488
2020/3/10castielCobalt Strike Tinkering: A Record of Pitfalls Encountered and Fixedhttps://xz.aliyun.com/t/7375
2019/11/12FazxCobaltstrike Server Persistence & Mutual Shell Spawning Between Cobaltstrike and Metasploithttps://xz.aliyun.com/t/6722
2019/10/21rcoilCobalt Strike's ExternalC2https://xz.aliyun.com/t/6565
2019/9/7CoolCatA Detailed Look at Cobalt Strike Process Injectionhttps://xz.aliyun.com/t/6205
2019/9/5CoolCatOfficial CobaltStrike Plugin Development Guide Part 4https://xz.aliyun.com/t/6189
2019/9/4CoolCatOfficial CobaltStrike Plugin Development Guide Part 3https://xz.aliyun.com/t/6188
2019/8/10CoolCatOfficial CobaltStrike Plugin Development Guide Part 2https://xz.aliyun.com/t/5892
2019/8/8CoolCatOfficial CobaltStrike Plugin Development Guide Part 1https://xz.aliyun.com/t/5887
2019/8/7CoolCatA First Look at CobaltStrike Privilege Maintenance and Its Automationhttps://xz.aliyun.com/t/5881
2019/2/24arr0w1Penetration Weapon Cobalt Strike - Part 2: APT-Level Comprehensive AV Evasion vs. Enterprise Defense-in-Depthhttps://xz.aliyun.com/t/4191
2018/9/24SoftNightIn-Depth Study of Cobalt Strike Malleable C2 Configuration Fileshttps://xz.aliyun.com/t/2796
2018/4/2mss****In-Depth Exploration of the Cobalt Strike ExternalC2 Frameworkhttps://xz.aliyun.com/t/2239
2018/3/18mss****Cobalt Strike: Using Obfuscation to Bypass Windows Defenderhttps://xz.aliyun.com/t/2173
2018/3/16lz1y[Software Security] Patching Cobalt Strike 3.8 to Remove the Backdoor and Repair Featureshttps://xz.aliyun.com/t/2170
2017/4/14backlionCobalt Strike Setup and Usage, and Bypassing Antivirus Softwarehttps://xz.aliyun.com/t/199
November 26, 2020Translator: Knownsec 404 Lab Translation TeamEgregor Ransomware Uses Cobalt Strike and Rclone for Persistent Attackshttps://paper.seebug.org/1409/
September 28, 2020Author: KeyiCobalt Strike Bypassing Traffic Auditinghttps://paper.seebug.org/1349/
June 22, 2020Translator: Knownsec 404 Lab Translation TeamMulti-Stage APT Attacks Use C2 Capabilities to Minimize Cobalt Strikehttps://paper.seebug.org/1250/
April 30, 2020Author: Venustech ADLabSpecial Analysis of In-the-Wild Exploitation of the Penetration Weapon Cobalt Strikehttps://paper.seebug.org/1190/
March 12, 2020Author: SnowmingCobalt Strike 4.0 Manual — Advanced Threat Tactics for Penetration Testershttps://paper.seebug.org/1143/
Does CS 4.1 Really Have a Backdoor?
http://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247488764&idx=1&sn=f22aa97f29bc1859abc99927cae8b8d4
December 9, 2020A First Look at the CobaltStrike Secondary Development Environmenthttp://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247488706&idx=1&sn=83474fa317248dee4aef37444c50d154
August 3, 2020From DNS Beacon to Domain Controllerhttp://mp.weixin.qq.com/s?__biz=MzAwMzYxNzc1OA==&mid=2247485914&idx=1&sn=95a424874d8bbc656bb5a067198e4227