Maryam v1.4.0 is a free and open-source tool available on GitHub. Maryam is based upon Open Source Intelligence (OSINT), the easiest and useful tool for reconnaissance. Maryam interface is very similar to Metasploit 1 and Metasploit 2. Maryam provides a command-line interface that you can run on Kali Linux. This tool can be used to get information about our target(domain). The interactive console provides a number of helpful features, such as command completion and contextual help. Maryam is a Web Reconnaissance tool written in Python. It has so many modules, database interaction, built-in convenience functions, interactive help, and command completion, Maryam provides a powerful environment in which open source web-based reconnaissance can be conducted, and we can gather all information.

Installation
Step 1: Use the following command to install the tool. Use the second command to move into the directory of the tool.
git clone https://github.com/saeeddhqan/Maryam.git
cd Maryam

Step 2: Now use the following command to run the tool.
python3 maryam.py

The tool is running successfully. Now we will see examples to use the tool.
Usage
Example 1: Use the Maryam tool to show modules of the tool.
show modules

Example 2: Use the Maryam tool to perform Anonymous Email Grabbing.
email_search

email_search -q gmail.com -e bing,google,yahoo --output


This is how the tool performs email grabbing.
Example 3: Use the Maryam tool to perform Social Nets.
social_nets

social_nets -n secnhack.in -e google,yahoo,bing
