Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulrajpl/netizenship
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
https://github.com/rahulrajpl/netizenship
cybersecurity information-gathering information-retrieval information-security infosec osint-python websec websecurity
Last synced: 3 months ago
JSON representation
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
- Host: GitHub
- URL: https://github.com/rahulrajpl/netizenship
- Owner: rahulrajpl
- License: mit
- Created: 2020-01-18T04:24:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:27:45.000Z (almost 2 years ago)
- Last Synced: 2024-07-09T01:37:59.878Z (4 months ago)
- Topics: cybersecurity, information-gathering, information-retrieval, information-security, infosec, osint-python, websec, websecurity
- Language: Python
- Homepage: https://randomwalk.in/netizenship/
- Size: 7.12 MB
- Stars: 48
- Watchers: 7
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Offensive-OSINT-Tools - netizenship
README
# Netizenship
![issues](https://img.shields.io/github/issues/rahulrajpl/netizenship)
![stars](https://img.shields.io/github/stars/rahulrajpl/netizenship?style=social)
![forks](https://img.shields.io/github/forks/rahulrajpl/netizenship?style=social)This is a commandline tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc. Current version is 0.2.3
![sneakpeak](./sneak.gif)
## Installation
Install this tool via following command
~~~
$ sudo pip3 install netizenship
~~~
To upgrade an old version, run~~~
$ sudo pip3 install --upgrade netizenship
~~~## Usage
Once the tool is installed, run it by executing the following command :
~~~
$ netizenship
~~~and then enter the username to search for
## Contribute
This tool is presently at infant stage. 38 websites are covered presently. I highly appreciate improvements and suggestions. Scope for additions/ improvements are broadly as follows: -
- More websites to be added.
- Report broken links or bugs with certain websites
- Add email lookup as an option### Thanks to contributors
- [Robert Putt](https://github.com/robputt796)## License
![license](https://img.shields.io/github/license/rahulrajpl/netizenship)
Copyright (c) 2020 Rahul Raj
Read full license [here](./LICENSE)