Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
galihap76 committed Feb 27, 2022
1 parent 9760830 commit 8f7b86b
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion README.md
@@ -1,11 +1,20 @@
# Collector
Collector is a tool for osint (open source intelligence) i build this tool for me and you if you want to use this tool by the way collector still version beta don't worry i keep develop this tool.
Collector is a tool for osint (open source intelligence) i build this tool for myself and for you if you want use this tool. Collector has been updated but i keep develop this tool to add some features again.

# Install
```
git clone https://github.com/galihap76/collector.git
```

# Features
- Information gathering in phone numbers
- Information gathering in account github
- Information gathering in email (coming soon)
- Information gathering in instagram (coming soon)
- Finding vulnerability server (coming soon)
- Scanner subdomains (coming soon)
- Scanner port (coming soon)

# Osint Phonenumber
```
main.py -n +6287848791960
Expand All @@ -28,3 +37,52 @@ main.py -n +6287848791960
[+] Country Found : Indonesia
[+] Location : Indonesia
```

# Osint Account Github
```
main.py -g Aldi098
_ _ _
___ ___ | | | ___ ___| |_ ___ _ __
/ __/ _ \| | |/ _ \/ __| __/ _ \| '__|
| (_| (_) | | | __/ (__| || (_) | |
\___\___/|_|_|\___|\___|\__\___/|_|
[>] Coded By Galih Ap
[!] Fetching Github Username : Aldi098
[+] Name : XENZI GANZZ
[+] Id : 89829276
[+] Node Id : MDQ6VXNlcjg5ODI5Mjc2
[+] Gravatar Id :
[+] Bio : YT : XENZI GANZ 🤖
[+] Location : None
[+] Email : None
[+] Twitter Username : None
[+] Company : None
[+] Type : User
[+] Blog :
[+] Followers : 54
[+] Following : 2
[+] Public Gists : 0
[+] Public Repos : 51
[+] Created At : 2021-08-31T05:38:02Z
[+] Updated At : 2022-02-21T06:41:32Z
[+] Organizations : https://api.github.com/users/Aldi098/orgs
[+] Url : https://api.github.com/users/Aldi098
[+] Html Url : https://github.com/Aldi098
[+] Avatar Url : https://avatars.githubusercontent.com/u/89829276?v=4
[+] Followers Url : https://api.github.com/users/Aldi098/followers
[+] Following Url : https://api.github.com/users/Aldi098/following{/other_user} (You Must Copy Like This )--> https://api.github.com/users/Aldi098/following
[+] Events Url : https://api.github.com/users/Aldi098/events{/privacy} (You Must Copy Like This )--> https://api.github.com/users/Aldi098/events
[+] Received Events Url : https://api.github.com/users/Aldi098/received_events (You Must Copy Like This )--> https://api.github.com/users/Aldi098/received_events
[+] Gists Url : https://api.github.com/users/Aldi098/gists{/gist_id} (You Must Copy Like This )--> https://api.github.com/users/Aldi098/gists
[+] Starred Url : https://api.github.com/users/Aldi098/starred{/owner}{/repo} (You Must Copy Like This )--> https://api.github.com/users/Aldi098/starred
[+] Repos Url : https://api.github.com/users/Aldi098/repos
[+] Subscriptions Url : https://api.github.com/users/Aldi098/subscriptions
```

# Libraries
- <a href="https://pypi.org/project/requests/">Requests</a>
- <a href="https://pypi.org/project/phonenumbers/">Phone numbers</a>

0 comments on commit 8f7b86b

Please sign in to comment.