
OSINT स्विस आर्मी नाइफ
Go में OSINT स्विस आर्मी नाइफ
अधिक अपडेट के लिए डेवलप ब्रांच पर नज़र डालें।
gOSINT Golang में एक मल्टीप्लेटफ़ॉर्म OSINT स्विस आर्मी नाइफ है। यदि आप चाहें, तो बेझिझक योगदान दें और/या फीडबैक दें!
वर्तमान में gOSINT के अलग-अलग मॉड्यूल हैं:
पूर्ण सुविधा सूची और रोडमैप प्रोजेक्ट्स टैब के अंतर्गत उपलब्ध है
gOSINT वर्तमान में tesseract-ocr पर निर्भर है, इसलिए आपको अपने सिस्टम पर tesseract-ocr, libtesseract-dev और libleptonica-dev स्थापित करने की आवश्यकता है
आप go get का उपयोग करके gOSINT स्थापित कर सकते हैं:
go get github.com/Nhoya/gOSINT/cmd/gosint
बिल्ड के लिए AppVeyor बिल्ड पृष्ठ देखें
लिनक्स पर gOSINT बनाना वास्तव में आसान है, आपको बस dep स्थापित करना होगा, रिपॉजिटरी को क्लोन करना होगा और make और make install चलाना होगा
यदि आपके पास make स्थापित है, तो आप लिनक्स निर्देशों का पालन कर सकते हैं (और make install छोड़ सकते हैं) अन्यथा सुनिश्चित करें कि dep स्थापित है, निर्देशिका को क्लोन करें और चलाएँ
dep ensure
go build cmd/gosint.go
gOSINT वर्तमान में केवल रोलिंग रिलीज़ के लिए कंटेनर का समर्थन करता है, 1.0.0 रिलीज़ के बाद हम एक संस्करणित Dockerfile पर काम शुरू करेंगे। यदि आप इसे आज़माना चाहते हैं:
mkdir gOSINT
wget https://raw.githubusercontent.com/Nhoya/gOSINT/develop/build/package/Dockerfile
docker build gosint .
docker run gosint bash
usage: gOSINT [<flags>] <command> [<args> ...]
An Open Source INTelligence Swiss Army Knife
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--json Enable JSON Output
--debug Enable Debug Output
--version Show application version.
--verify Verify URL Status Code
Args:
<url> Domain URL
Commands:
help [<command>...]
Show help.
git [<flags>] <url>
Get Emails and Usernames from repositories
--method=[clone|gh] Specify the API to use or plain clone
--recursive Search for each repository of the user
pwd [<flags>] <mail>...
Check dumps for Email address using haveibeenpwned.com
--get-passwords Search passwords for mail
pgp <mail>...
Get Emails, KeyID and Aliases from PGP Keyring
shodan [<flags>] <host>...
Get info on host using shodan.io
--new-scan Schedule a new shodan scan (1 Shodan Credit will be deducted)
--honeypot Get honeypot probability
shodan-query <query>
Send a query to shodan.io
axfr [<flags>] <url>...
Subdomain enumeration using crt.sh
--verify Verify URL Status Code
pni <number>...
Retrieve info about a give phone number
telegram [<flags>] <group>
Telegram public groups and channels scraper
--start=START Start message #
--end=END End message #
--grace=15 The number of messages that will be considered deleted before the scraper stops
--dump Creates and resume messages from dumpfile
rev-whois <target>
Find domains for name or email address
डिफ़ॉल्ट कॉन्फ़िगरेशन फ़ाइल लिनक्स वातावरण के लिए $HOME/.config/gosint.toml और विंडोज वातावरण के लिए ./config/toml में है।
आप इसे विभिन्न पथों पर रख सकते हैं, लोड प्राथमिकता है:
../config/ या $HOME/.config//etc/gosint/यदि कुछ API कुंजियाँ गायब हैं, तो उन्हें वहाँ डालें