C3n7ral051nt4g3ncy / GitSint

🕵️ OSINT Tool (github accounts tracker)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📌 GitSint Osint (G.S.A.) - 🔍 Github Scraper Accounts

gitsint

🕵️‍♂️ Find all traces left by a user !

Find information using open-source intelligence (OSINT) on a Github account.

🛠️ Requirements / Launch

>> git clone https://github.com/N0rz3/GitSint.git
>> cd GitSint\gitsint
>> pip install -r requirements.txt
>> python main.py
  • Details :
usage: python gitsint.py [-h / --help] [-u / --username <username>]


options: 
   -h, --help        show this help message and exit
   -u, --username    <username>

📚 Example :

python gitsint.py -u N0rz3

During the launch there will be marked DEBUG if the debug is True it is that the request to the API went well otherwise the debug will be False which means that there was an error during the query as:

  • A debit limit (if there have already been requests made before in a short period of time)

  • The account does not exist (spelling error)

🧾 Summary

With GitSint you can find:

  • the names used
  • name variations
  • the names linked to the account
  • the emails linked to the account
  • the personal email of the account and many more things...

Export of the main information in JSON format:

[
    {
        "login": "example",
        "name": "examples",
        "id": "10000000",
        "avatar": "avatar.url/url",
        "twitter": "example@twitter",
        "email": "example@example.com"
    }
]

✔️/❌ Rules

Disclaimer

This tool was built solely for educational purposes, and I am not responsible for its use.

Using this tool in a paid service is strictly prohibited. Please use it only for personal investigation purposes or open-source projects.

⚠️ DO NOT USE FOR MALICIOUS PURPOSES ⚠️

📝 License

GNU General Public License v3

👋🏻 Socials

  • 😺 My github -> N0rz3
  • 🤖 My discord -> NORZE#9666

Do you like what I offer as content ? Subscribe to my GitHub account for more tools and programs ! 😉

💳 Credits

  • ✏️ Inspiration : gitfive by mxrch
  • 🖼️ Original logo : orginal logo
  • 🖼️ Custom logo : me 🤗
  • 👨‍💻 Source code : me 🤗

🧑 Tester

 Tool tester on 😸 BlueRed

About

🕵️ OSINT Tool (github accounts tracker)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%