Darkdump 是一個OSINT 接口,用於執行用Python 編寫的深層網絡調查,它允許用戶輸入搜索查詢,其中darkdump 提供了抓取與該查詢相關的.onion 網站的能力,以嘗試提取電子郵件、元數據、關鍵字、圖像、社交媒體等。
git clone https://github.com/josh0xA/darkdump
cd darkdump
python3 -m pip install -r requirements.txt
python3 darkdump.py --help
為了有效地使用 Darkdump,您需要配置 Tor 以允許您的腳本透過 Tor 控制連接埠來控制它。以下是如何設定torrc
檔案並驗證 Tor 是否正在運行:
如果您的系統上尚未安裝 Tor,您需要安裝它。以下是在各種作業系統上安裝 Tor 的方法:
Debian/Kali/Ubuntu: sudo apt install tor
MacOS: brew install tor
找到您的 torc 檔案。該檔案通常位於 Linux 上的/etc/tor/torrc
中,有時也位於 Mac 上。
將以下行新增至您的 torrc 以啟用控制連接埠並設定控制連接埠密碼:
ControlPort 9051
HashedControlPassword [YourHashedPasswordHere]
將[YourHashedPasswordHere]
替換為可以使用tor --hash-password
指令產生的雜湊密碼: tor --hash-password "my_password"
Linux: sudo systemctl start tor.service
MacOS: brew services start tor
python3 darkdump.py -q "hacking" -a 10 --scrape --proxy
- 搜尋 10 個連結並抓取每個站點python3 darkdump.py -q "free movies" -a 25
- 不要抓取,只回傳該查詢的 25 個連結(不需要 Tor)
python3 darkdump.py -q "marketplaces" -a 15 --scrape --proxy -i
- 搜尋 10 個連結並抓取每個網站以及尋找和儲存圖像。
_ _ _ __
__| | __ _ _ __| | ____| |_ _ _ __ ___ _ __ / /
/ _` |/ _` | '__| |/ / _` | | | | '_ ` _ | '_ / /
| (_| | (_| | | | < (_| | |_| | | | | | | |_) | / /
__,_|__,_|_| |_|___,_|__,_|_| |_| |_| .__/ /_/ v3 by Josh Schiavone
|_|
usage: darkdump.py [-h] [-v] [-q QUERY] [-a AMOUNT] [-p] [-i] [-s]
Darkdump is an interface for scraping the deepweb through Ahmia. Made by yours truly.
options:
-h, --help show this help message and exit
-v, --version returns darkdump's version
-q QUERY, --query QUERY
the keyword or string you want to search on the deepweb
-a AMOUNT, --amount AMOUNT
the amount of results you want to retrieve
-p, --proxy use tor proxy for scraping
-i, --images scrape images and visual content from the site
-s, --scrape scrape the actual site for content and look for keywords
該程式的開發者 Josh Schiavone 對濫用該資料收集工具不承擔任何責任。請勿使用 darkdump 瀏覽參與政府法律法規認定為非法的任何活動的網站。願上帝保佑你們大家。
麻省理工學院許可證
版權所有 (c) 喬許‧斯齊亞沃尼