darmis007 / Maryam

Maryam: Open-source Intelligence(OSINT) Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Version 1.5 GPLv3 License Python 3.8.x Codacy Badge CII Best Practices

OWASP Maryam

OWASP Maryam is a modular/optional open source framework based on OSINT and data gathering. Maryam is written in Python programming language and it’s designed to provide a powerful environment to harvest data from open sources and search engines and collect data quickly and thoroughly. If you have skill in Metasploit or Recon-ng, you can easily use it without prerequisites and if not, please read the Quick Guide. The interface of this project heavily inspired by Recon-ng.

Install

For installing, there's no need for a lot of modules to install, It just needs a "requests" library

Supported OS

  • Linux
  • FreeBSD
  • OSX

Prerequisites

  • Python 3.8.x or 3.9.x (NOT 3.7, ..)
  • requests module
git clone https://github.com/saeeddhqan/maryam.git
cd maryam
pip install -r requirements
python3 maryam -e help

asciicast

Updates

Last Updates

  • Added CVE search module
  • Added wikipedia search module
  • Added GitHub search module
  • Added duckduckgo and linkedin_business modules
  • Added reddit search and reverse dns
  • Deleted godork module(Due to redundancy with the google search module)

Contribution

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

Google Summer of Code(2021)

OWASP Maryam is part of the GSoC2021. Please look at this page if you are interest.

Roadmap

  • Write a complete metacrawler engine based on OSINT by using the current search engines
  • Add new sources for dns_search module
  • Compatible with Windows OS
  • Web User Interface

links

OWASP

Wiki

Install

Modules Guide

Development Guide

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

About

Maryam: Open-source Intelligence(OSINT) Framework

License:GNU General Public License v3.0


Languages

Language:Python 100.0%