Giter VIP home page Giter VIP logo

maryam's Introduction

Build Status Version 2.1.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.
# .. -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 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 ..
# Run web API
./maryam -e web api 127.0.0.1 1313

Updates

Last Updates

  • Web API: web command
  • Error stack and a better performance for dev
  • Update google and yahoo: new format
  • Add API interface
  • Combine 'waf' to 'wapps'
  • Add 'update' command to update modules

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

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

maryam's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.