SIMPLE TO USE OSINT (OPEN SOURCE INVESTIGATION) FRAMEWORK – MARYAM

INTRODUCTION

Maryam framework tool is an OSINT (open source investigation) tool. Mostly this tool is used for web application penetration testing to recon the information about the web application. This Maryam tool is built in the python programming language. It is easy to understand and every penetration tester can use this tool for collecting the best information about target.

ENVIRONMENT

  • OS: Kali Linux 2019.3 64 bit
  • Kernel version: 5.2.0

INSTALLATION STEPS

root@kali:/home/iicybersecurity# git clone https://github.com/saeeddhqan/Maryam
 Cloning into 'Maryam'...
 remote: Enumerating objects: 188, done.
 remote: Counting objects: 100% (188/188), done.
 remote: Compressing objects: 100% (119/119), done.
 remote: Total 263 (delta 100), reused 115 (delta 64), pack-reused 75
 Receiving objects: 100% (263/263), 261.68 KiB | 492.00 KiB/s, done.
 Resolving deltas: 100% (126/126), done. 
  • Use cd command to enter into the Maryam directory.
root@kali:/home/iicybersecurity# cd Maryam/
 root@kali:/home/iicybersecurity/Maryam# 

TOOL EXECUTION

  • Use command ./Maryam. To lunch the tool.

Maryan Tool
  • Use command help, to view the all help option in the tool

Help
  • Next, use command show modules. To view all the modules in the tool
  • In this tool, we have two types of modules
    • Footprint
    • OSINT
  • When we use the above command to see modules and it’s sub-classifications

Modules
continue reading

Comments