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類中添加新的搜索引擎,或使用當前的搜索引擎編寫新模塊。編寫新模塊的最佳幫助是檢查當前模塊。
要報告錯誤,請求或任何其他問題,請創建問題。