OWASP Maryam is a modular/optional open source framework based on OSINT and data gathering.
Project description
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
$ pip install maryam
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
- Speed up the core
- Add setup.py and change arch
- Web API: web command
- Error stack and a better performance for dev
- Update google and yahoo: new format
- Add API interface
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 clustering algorithms
- Web User Interface
links
OWASP
Wiki
Install
Modules Guide
Development Guide
To report bugs, requests, or any other issues please create an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file maryam-2.2.6.tar.gz.
File metadata
- Download URL: maryam-2.2.6.tar.gz
- Upload date:
- Size: 273.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
710dc44d8f6173ec4a23acfcbe81567437f3346a31e35176039bc70a6ce46822
|
|
| MD5 |
d126d4bca4408ab2c8e29aa66dc1d73f
|
|
| BLAKE2b-256 |
d7dbd86a672e84bdf54bcd34b664ec15722c89cd2b9efc02b19069a0fac279f2
|