Maryam - Open-source Intelligence(OSINT) Framework
OWASP Maryam 是一个基于 OSINT 和数据收集的开源框架,支持 Linux、FreeBSD、Darwin 和 OSX 系统。用户可通过 pip 安装或从 GitHub 克隆最新版本。该框架提供多种模块(如 dns_search、youtube、google 等),支持多线程操作和 API 运行,并允许用户自定义搜索引擎或开发新模块。 2025-4-19 12:30:0 Author: www.kitploit.com(查看原文) 阅读量:29 收藏

OWASP Maryam is a modular open-source framework based on OSINT and data gathering. It is designed to provide a robust environment to harvest data from open sources and search engines quickly and thoroughly.

Supported OS

  • Linux
  • FreeBSD
  • Darwin
  • OSX
$ pip install maryam

Alternatively, you can install the latest version with the following command (Recommended):

pip install git+https://github.com/saeeddhqan/maryam.git
# Using dns_search. --max means all of resources. --api shows the results as json.
# .. -t means use multi-threading.
maryam -e dns_search -d ibm.com -t 5 --max --api --form
# Using youtube. -q means query
maryam -e youtube -q "<QUERY>"
maryam -e google -q "<QUERY>"
maryam -e dnsbrute -d domain.tld
# Show framework modules
maryam -e show modules
# Set framework options.
maryam -e set proxy ..
maryam -e set agent ..
maryam -e set timeout ..
# Run web API
maryam -e web api 127.0.0.1 1313

Here is a start guide: Development Guide You can add a new search engine to the util classes or use the current search engines to write a new module. The best help to write a new module is checking the current modules.

  • Write a language model based search

OWASP

Wiki

Install

Modules Guide

Development Guide

To report bugs, requests, or any other issues please create an issue.

Maryam - Open-source Intelligence(OSINT) Framework Maryam - Open-source Intelligence(OSINT) Framework Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2025/04/maryam-open-source-intelligenceosint.html
如有侵权请联系:admin#unsafe.sh