This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Maryam Project"

From OWASP
Jump to: navigation, search
(Description)
(GENERAL PUBLIC LICENSE Version 3)
Line 4: Line 4:
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
==OWASP Maryam        ==
 
==OWASP Maryam        ==
https://www.owasp.org/images/3/3e/Maryam-155%2A120.png
 
 
 
====== '''OWASP Maryam framework''' is an open source software application writted in Python for open-source intelligence. ======
 
====== '''OWASP Maryam framework''' is an open source software application writted in Python for open-source intelligence. ======
  
 
==Description==
 
==Description==
'''Maryam''' is a full-featured open-source intelligence(OSINT) framework written in Python. Complete with independent modules, built in functions, interactive help, and command completion, provides a command-line environment for used forensic and open-source intelligence(OSINT).
+
'''OWASP Maryam''' is a full-featured open-source intelligence(OSINT) framework written in Python. Complete with independent modules, built in functions, interactive help, and command completion, provides a command-line environment for used forensic and open-source intelligence(OSINT).
  
 
Maryam is a completely '''modular framework''' and makes it easy for even the newest of '''Python developers''' to contribute. Each module is a subclass of the "module" class.The "module" class is a customized "cmd" interpreter equipped with built-in functionality that provides simple interfaces to common tasks such as standardizing output, and making web requests. Therefore, all the hard work has been done. Building modules is simple and takes little more than a few minutes. See the Development Guide for guide information.
 
Maryam is a completely '''modular framework''' and makes it easy for even the newest of '''Python developers''' to contribute. Each module is a subclass of the "module" class.The "module" class is a customized "cmd" interpreter equipped with built-in functionality that provides simple interfaces to common tasks such as standardizing output, and making web requests. Therefore, all the hard work has been done. Building modules is simple and takes little more than a few minutes. See the Development Guide for guide information.
  
=== You Can extract: ===
+
=== Can extract: ===
* emails from search engines
+
* Comments, Links, CDNs, CSS and JS files and ..
* subdomains from different sources
+
 
* social networks
+
* Documentations(pdf, doc, ..)
* documentations
+
* Keywords, errors, usernames, ..
* onion related links
+
* DNS, TLD, and bruteforce it.
 +
* SiteMap
 +
 
 +
=== Can identify: ===
 +
* Interesting and important files
 +
* Emails from search engines
 +
* Onion related links
 +
* Subdomains from different sources
 +
* Social networks
 +
* WebApps, WAF, ..
 
* and ..
 
* and ..
  
 
==Licensing==
 
==Licensing==
 
====GENERAL PUBLIC LICENSE Version 3====
 
====GENERAL PUBLIC LICENSE Version 3====
The Maryam is free to use and is licensed under the '''GPL-V3''' License. [[Https://github.com/saeeddhqan/Maryam/blob/master/LICENSE|Click to see the full license]]
+
The Maryam is free to use and is licensed under the '''GPL-V3''' License. [[Https://github.com/saeeddhqan/Maryam/blob/master/LICENSE to see the full license]]
  
 
| style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
| style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" valign="top" |

Revision as of 18:19, 31 August 2019

OWASP Project Header.jpg

OWASP Maryam

OWASP Maryam framework is an open source software application writted in Python for open-source intelligence.

Description

OWASP Maryam is a full-featured open-source intelligence(OSINT) framework written in Python. Complete with independent modules, built in functions, interactive help, and command completion, provides a command-line environment for used forensic and open-source intelligence(OSINT).

Maryam is a completely modular framework and makes it easy for even the newest of Python developers to contribute. Each module is a subclass of the "module" class.The "module" class is a customized "cmd" interpreter equipped with built-in functionality that provides simple interfaces to common tasks such as standardizing output, and making web requests. Therefore, all the hard work has been done. Building modules is simple and takes little more than a few minutes. See the Development Guide for guide information.

Can extract:

  • Comments, Links, CDNs, CSS and JS files and ..
  • Documentations(pdf, doc, ..)
  • Keywords, errors, usernames, ..
  • DNS, TLD, and bruteforce it.
  • SiteMap

Can identify:

  • Interesting and important files
  • Emails from search engines
  • Onion related links
  • Subdomains from different sources
  • Social networks
  • WebApps, WAF, ..
  • and ..

Licensing

GENERAL PUBLIC LICENSE Version 3

The Maryam is free to use and is licensed under the GPL-V3 License. [to see the full license]

Quick Download

Project Leader