OWASP Maryam is an Open-source intelligence(OSINT) and Web-based Footprinting modular/tool framework based on the Recon-ng and written in Python. If you have skill in Metasploit or Recon-ng, you can easily use it without prerequisites.
Also Read – Lazydocker : The Lazier Way To Manage Everything Docker
What can be done?
If you want
Install
git clone https://github.com/saeeddhqan/Maryam.git
cd Maryam
pip install -r requirements
chmod +x maryam
./maryam
Quick Guide
For help options
help or ? help <command-name> for help your commandFor show modules
show modules For use modules
use <module-name> or load <module-name> For show set options
show options For set an option
set <option-name> <value> set VERBOSITY 2 For run selected module
run For add a variable
var <$name> <value> var $hunter_key XXXXXXXXXXXXXXXX set HUNTER_KEY $hunter_key var list commandvar delete <var-name> For get report from modules output
set output True wapps -d domain.com --output report command: report <format> <file-name-for-output> <module-name> report <format> pdf_docs osint/docs_search localhost For show history commands
history all For modules search
search <string> For record commands
record start <file-name> record stop For store all outputs
spool start <file-name> spool stop For run commands from file
resource <commands-file-name> For run shell command
shell <command> or ! <command> or <command> For reload all modules
reload For config the connections
show options set TIMEOUT 2.5 For use random user-agent
set RAND_AGENT true VirtualBox is a free, open-source, cross-platform virtualization application maintained by Oracle. It lets you run multiple…
PostgreSQL (also called Postgres) is a free, open-source, object-relational database management system with a strong reputation…
VMware Workstation Player is a mature, stable virtualization platform that lets you run multiple isolated operating…
A properly configured firewall is one of the most important layers of security for any internet-facing server. UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables rules that ships pre-installed on Ubuntu. Its defaults are sensible: block all incoming connections, allow all outgoing connections. No outside traffic reaches your server unless you explicitly open a port. This guide covers how to configure a UFW firewall on Ubuntu 18.04, from setting default policies and application profiles to writing allow and deny rules for specific ports, IPs, and subnets. <strong>Prerequisite:</strong> You need sudo access. Configure UFW Firewall on Ubuntu: Defaults, SSH, and Application Profiles If UFW is not installed, add it with: bashsudo…
UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables rules on Ubuntu. It ships pre-installed…
Apache Cassandra is a free, open-source NoSQL database designed for high availability and linear scalability with…