Maryam
v.2.5.3
Owasp Maryam是基于OSINT和数据收集的模块化开源框架。它旨在提供一个强大的环境,以快速而彻底地从开源和搜索引擎收集数据。
$ pip install maryam另外,您可以使用以下命令安装最新版本(建议):
pip install git+https://github.com/saeeddhqan/maryam.git # Using dns_search. --max means all of resources. --api shows the results as json.
# .. -t means use multi-threading.
maryam -e dns_search -d ibm.com -t 5 --max --api --form
# Using youtube. -q means query
maryam -e youtube -q " <QUERY> "
maryam -e google -q " <QUERY> "
maryam -e dnsbrute -d domain.tld
# Show framework modules
maryam -e show modules
# Set framework options.
maryam -e set proxy ..
maryam -e set agent ..
maryam -e set timeout ..
# Run web API
maryam -e web api 127.0.0.1 1313这是一个开始指南:开发指南您可以在UTIL类中添加新的搜索引擎,或使用当前的搜索引擎编写新模块。编写新模块的最佳帮助是检查当前模块。
要报告错误,请求或任何其他问题,请创建问题。