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
(add new links)
(change description)
Line 3: Line 3:
 
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
==OWASP Maryam Project        ==
+
==OWASP Maryam        ==
 
https://www.owasp.org/images/3/3e/Maryam-155%2A120.png
 
https://www.owasp.org/images/3/3e/Maryam-155%2A120.png
  
 
====What is OWASP Maryam?====
 
====What is OWASP Maryam?====
 +
 
[[File:Maryam-screen1.3.png|border|748x748px]]
 
[[File:Maryam-screen1.3.png|border|748x748px]]
  
'''OWASP Maryam framework''' is an open source software application in Python that lets you easily create your own '''web application security framework''' and use the libraries written in the writing of your modules.
+
====== '''OWASP Maryam framework''' is an open source software application in Python for Web Identification. ======
  
 
==Description==
 
==Description==
'''OWASP Maryam''' is a open source framework written by the Python language.
+
'''Maryam''' is a full-featured Web Identification framework written in Python.
 
 
'''OWASP Maryam''' '''is  a framework''' that include console interface and toolbox  ready for those who want to have a framework for their web application security.
 
 
 
'''OWASP Maryam Framework''' lets you easily create your own web application security framework and use the libraries written in the writing of your modules and distribute your framework.
 
 
 
In the toolbox, libraries like web scraping, request, regex ready, wordlists, search engines, ..
 
 
 
With Maryam you just have to write your modules and optimize this framework for your new distribute.
 
  
Maryam includes predefined tools and a ready CUI interface that makes it easy for you to write a web application security framework.
+
Complete with independent modules, built in convenience functions, interactive help, and command completion, Maryam provides a powerful environment in which open source web-based reconnaissance can be conducted quickly and thoroughly.
  
For information on features:[https://github.com/saeeddhqan/Maryam/projects/2 OWASP Maryam Features]
+
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.
  
 
==Licensing==
 
==Licensing==
 
====GENERAL PUBLIC LICENSE Version 3====
 
====GENERAL PUBLIC LICENSE Version 3====
The OWASP 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|Click 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 16:09, 12 February 2019

OWASP Project Header.jpg

OWASP Maryam

Maryam-155%2A120.png

What is OWASP Maryam?

Maryam-screen1.3.png

OWASP Maryam framework is an open source software application in Python for Web Identification.

Description

Maryam is a full-featured Web Identification framework written in Python.

Complete with independent modules, built in convenience functions, interactive help, and command completion, Maryam provides a powerful environment in which open source web-based reconnaissance can be conducted quickly and thoroughly.

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.

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