Maryam is an open-source tool. It is considered one of the most multifunctional tools, into which a large number of all sorts of search tools have been put in for a variety of tasks. This tool is also used at the preparatory stages of pentesting.
The framework consists of modules that are divided into 3 categories, where each module performs its own function. The principle of operation is very simple; to start, you need to select a module, specify the data and start the process.
Snoop is one of the fastest and most powerful open data tools. Snoop is one of the most powerful OSINT projects. The tool is capable of extracting at least a little information from more than 3,000 sites. Snoop can be used on Linux, Windows and even Android.
To install, you need to go to the tool releases page and download the most current archive for our platform.
mkdir Snoop wget
https://github.com/snooppr/snoop/releases/download/V1.3.8_7_July_2023/Snoop.for.GNU_Linux.rar
unrar e Snoop.for.GNU_Linux.rar Snoop
Alfred is an advanced intelligence tool that finds social media accounts. networks.
Using the tool, you can quickly scan sites for a specific username. The utility is written in Python and has a simple interface.
To install, you need to clone the repository locally from GitHub using the command
git clone
https://github.com/alfredredbird/alfred
go to the project folder, install dependencies from the file requirements.txt
by using sudo pip install -r requirements.txt
and run the brib.py file.
