All Projects → saeeddhqan → Maryam

saeeddhqan / Maryam

Licence: gpl-3.0
Maryam: Open-source Intelligence(OSINT) Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Maryam

Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+1593.8%)
Mutual labels:  osint, dns, recon, owasp
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (+4.04%)
Mutual labels:  search, osint, search-engine
Pulsar
Network footprint scanner platform. Discover domains and run your custom checks periodically.
Stars: ✭ 314 (-15.36%)
Mutual labels:  osint, dns, recon
flydns
Related subdomains finder
Stars: ✭ 29 (-92.18%)
Mutual labels:  osint, recon, reconnaissance
Pdlist
A passive subdomain finder
Stars: ✭ 204 (-45.01%)
Mutual labels:  osint, dns, reconnaissance
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+826.95%)
Mutual labels:  osint, reconnaissance, recon
osint
Docker image for osint
Stars: ✭ 92 (-75.2%)
Mutual labels:  osint, social-network, recon
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-67.12%)
Mutual labels:  osint, reconnaissance, recon
mailcat
Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Stars: ✭ 219 (-40.97%)
Mutual labels:  osint, recon, reconnaissance
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (-54.99%)
Mutual labels:  osint, recon, reconnaissance
querytool
Querytool is an OSINT framework based on Google Spreadsheets. With this tool you can perform complex search of terms, people, email addresses, files and many more.
Stars: ✭ 104 (-71.97%)
Mutual labels:  osint, recon, reconnaissance
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+586.79%)
Mutual labels:  osint, reconnaissance, recon
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (-52.29%)
Mutual labels:  osint, reconnaissance, recon
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (-32.08%)
Mutual labels:  osint, reconnaissance, recon
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (-58.22%)
Mutual labels:  osint, reconnaissance, recon
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (-40.43%)
Mutual labels:  search, osint, recon
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-84.37%)
Mutual labels:  osint, social-network, reconnaissance
Gitgot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Stars: ✭ 964 (+159.84%)
Mutual labels:  osint, reconnaissance, recon
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+174.12%)
Mutual labels:  osint, reconnaissance, recon
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (-67.65%)
Mutual labels:  osint, recon, reconnaissance

Build Status Version 2.0 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.

Install

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

Tips

# Using dns_search. --max means all of resources. --api shows the results as json.
# .. -e means use multi-threading.
./maryam -e dns_search -d ibm.com -e 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 the framework modules
./maryam -e show modules
# Set framework options. It'll save in the workspace.
./maryam -e set proxy ..
./maryam -e set agent ..
./maryam -e set timeout ..

Updates

Last Updates

  • Rewrite core
  • Add API interface
  • Combine 'waf' to 'wapps'
  • Add 'update' command to update modules
  • Remove 'record', 'spool', and 'use'
  • Add CVE 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.

Roadmap

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

links

OWASP

Wiki

Install

Modules Guide

Development Guide

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].