Instagram
Linkedin
Twitter
KaliLinux
Cybersecurity
Apple
Geeks
Linux
Bash Scripting
Applications
More
Search
Kali Linux Tutorials
KaliLinux
Cybersecurity
Applications
Playwright-MCP : A Powerful Tool For Browser Automation
Cyber security
SMM : From Social Media To System Management Mode
Applications
MCP Server For Obsidian : Enhancing AI Integration
Cyber security
wa-tunnel – TCP Tunneling Through Whatsapp
Applications
Deepfake Apps : How They Function And Their Applications
Apple
Apple
JBDev : A Tool For Jailbreak And TrollStore Development
Apple
Nyxian : A Low-Level Scripting Language For iOS
Apple
AppStore Troller : Overcoming iOS Compatibility Barriers For App Downloads
Apple
IPATool : A Comprehensive Guide To Managing iOS Apps
Apple
Trigon : A Revolutionary Kernel Exploit For iOS
Geeks
Linux
Bash Scripting
Comments in Bash Scripts
Bash Scripting
Shebang (#!) in Bash Script
Bash Scripting
Bash String Concatenation – Bash Scripting
Bash Scripting
Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners
Bash Scripting
Bash if…else Statement – Bash Scripting
All
Bash Scripting
Applications
Applications
Playwright-MCP : A Powerful Tool For Browser Automation
Applications
Kereva LLM Code Scanner : A Revolutionary Tool For Python Applications Using LLMs
Applications
MCP Server For Obsidian : Enhancing AI Integration
Applications
Deepfake Apps : How They Function And Their Applications
Apple
AppStore Troller : Overcoming iOS Compatibility Barriers For App Downloads
More
Home
Tags
Subdomains
Tag: Subdomains
Kali Linux
Dome : Fast And Reliable Python Script That Makes Active And/Or...
R K
-
April 18, 2022
0
Kali Linux
Tko-Subs : A Tool That Can Help Detect And Takeover Subdomains...
R K
-
August 23, 2021
0
Kali Linux
AnalyticsRelationships : Get Related Domains / Subdomains By Looking At Google...
R K
-
June 15, 2021
0
Kali Linux
Subcert : Finds All The Subdomains From Certificate Transparency Logs
R K
-
March 25, 2021
0
Kali Linux
FProbe : Domains/Subdomains & Probe For Working Http/Https Server
R K
-
April 7, 2020
0
Kali Linux
ShuffleDNS : Wrapper Around Massdns Written In Go To Enumerate Valid...
R K
-
March 20, 2020
0
Kali Linux
SubDomain3: A New Generation Tool For Discovering Subdomains
R K
-
December 2, 2019
0
Kali Linux
Dr_Robot : Tool Used To Enumerate The Subdomains Associated With A...
R K
-
September 23, 2019
0
Kali Linux
Findomain : A Cross-Platform Tool That Use Certificate Transparency Logs To...
R K
-
July 15, 2019
0
Kali Linux
TakeOver : Takeover Script Extracts CNAME Record Of All Subdomains At...
R K
-
October 9, 2018
0
APPLICATIONS
MacHound : An extension to audit Bloodhound collecting and ingesting of Active Directory relationships...
R K
-
July 11, 2021
Dora : Find Exposed API Keys Based On RegEx And Get Exploitation Methods
R K
-
June 17, 2022
What You Need To Know About the World’s First Cybersecurity Experience (CSX) Platform: Perimeter...
Linumonk
-
December 17, 2021
RootOS – macOS Root Helper
R K
-
March 13, 2019
HOT NEWS
CVE-2025-24813-PoC : Apache Tomcat 远程代码执行漏洞批量检测脚本
Varshini
-
March 18, 2025
0
Cyber security
简介 CVE-2025-24813 是一个影响 Apache Tomcat 的远程代码执行(RCE)漏洞,允许攻击者通过发送一个 PUT 请求上传恶意的序列化会话文件,并通过 GET 请求触发反序列化,从而在服务器上执行任意代码。该漏洞已在野外被利用,且其利用条件相对简单,只需 Tomcat 使用文件存储会话且支持部分 PUT 请求即可。 脚本功能 CVE-2025-24813-PoC 脚本主要用于检测 Apache Tomcat 是否存在此漏洞。它支持批量检测和单个检测两种模式。 批量检测:通过指定一个包含目标 URL 列表的文件(如 url.txt),脚本可以并发检测多个目标。使用方式为: bashpython poc.py -l url.txt...