{"id":13510697,"url":"https://github.com/saeeddhqan/Maryam","last_synced_at":"2025-03-30T16:34:47.414Z","repository":{"id":38428345,"uuid":"214868201","full_name":"saeeddhqan/Maryam","owner":"saeeddhqan","description":"Maryam: Open-source Intelligence(OSINT) Framework","archived":false,"fork":false,"pushed_at":"2024-09-19T18:18:53.000Z","size":1749,"stargazers_count":1020,"open_issues_count":0,"forks_count":165,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-10-31T22:16:56.259Z","etag":null,"topics":["maryam","osint","owasp","reconnaissance","search-engine","social-network"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saeeddhqan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-13T18:03:04.000Z","updated_at":"2024-10-31T18:05:48.000Z","dependencies_parsed_at":"2023-01-30T03:30:36.677Z","dependency_job_id":"ec24480b-fff9-471f-b30b-da9c6344cd23","html_url":"https://github.com/saeeddhqan/Maryam","commit_stats":{"total_commits":728,"total_committers":28,"mean_commits":26.0,"dds":0.6428571428571428,"last_synced_commit":"1dd58b19d6164b7eaf0f3928004de82bd2555c96"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeeddhqan%2FMaryam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeeddhqan%2FMaryam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeeddhqan%2FMaryam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeeddhqan%2FMaryam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeeddhqan","download_url":"https://codeload.github.com/saeeddhqan/Maryam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222566739,"owners_count":17004237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maryam","osint","owasp","reconnaissance","search-engine","social-network"],"created_at":"2024-08-01T02:01:50.505Z","updated_at":"2024-11-01T11:31:08.085Z","avatar_url":"https://github.com/saeeddhqan.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)","[](#table-of-contents) Table of contents","search-engine","Tools by Category","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["[](#netflix)Netflix","🌐 Website Monitoring \u0026 Analysis"],"readme":"[![Build Status](https://app.travis-ci.com/saeeddhqan/Maryam.svg?branch=master)](https://app.travis-ci.com/github/saeeddhqan/Maryam)\n![Version 2.5.3](https://img.shields.io/badge/Version-2.5.3-green.svg)\n![GPLv3 License](https://img.shields.io/badge/License-GPLv3-green.svg)\n![Python 3.12.x](https://img.shields.io/badge/Python-3.12.x-green.svg)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4577/badge)](https://bestpractices.coreinfrastructure.org/projects/4577)\n\n# OWASP Maryam\n\nOWASP 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.\n\n# Installation\n\n### Supported OS\n - Linux\n - FreeBSD\n - Darwin\n - OSX\n\n```bash\n$ pip install maryam\n```\nAlternatively, you can install the latest version with the following command (Recommended):\n```bash\npip install git+https://github.com/saeeddhqan/maryam.git\n```\n\n# Usage\n\n```bash\n# Using dns_search. --max means all of resources. --api shows the results as json.\n# .. -t means use multi-threading.\nmaryam -e dns_search -d ibm.com -t 5 --max --api --form \n# Using youtube. -q means query\nmaryam -e youtube -q \"\u003cQUERY\u003e\"\nmaryam -e google -q \"\u003cQUERY\u003e\"\nmaryam -e dnsbrute -d domain.tld\n# Show framework modules\nmaryam -e show modules\n# Set framework options.\nmaryam -e set proxy ..\nmaryam -e set agent ..\nmaryam -e set timeout ..\n# Run web API\nmaryam -e web api 127.0.0.1 1313\n```\n\n# Contribution\n\nHere is a start guide: [Development Guide](https://github.com/saeeddhqan/maryam/wiki/Development-Guide)\nYou can add a new search engine to the util classes or use the current search engines to write a new module.\nThe best help to write a new module is checking the current modules.\n\n# Roadmap\n\n - Write a language model based search\n\n# Links\n### [OWASP](https://owasp.org/www-project-maryam/)\n### [Wiki](https://github.com/saeeddhqan/maryam/wiki)\n### [Install](https://github.com/saeeddhqan/maryam/wiki#install)\n### [Modules Guide](https://github.com/saeeddhqan/maryam/wiki/modules)\n### [Development Guide](https://github.com/saeeddhqan/maryam/wiki/Development-Guide)\n\nTo report bugs, requests, or any other issues please [create an issue](https://github.com/saeeddhqan/maryam/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeeddhqan%2FMaryam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeeddhqan%2FMaryam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeeddhqan%2FMaryam/lists"}