fbuid

FbUID is a tool written in bash to help people extract userID from public Facebook Profiles when username is known.

View on GitHub

_         ___  _
|_ |_  | |  |  | \
|  |_) |_| _|_ |_/

-Extract UserIDs of public Facebook Profiles-

Made with ❤️ by Baibhav Anand. (@spongebhav)

About FbUID

Note: FbUID only works with Public Facebook Accounts.

As a developer, security researcher, bug bounty hunter, etc we often need the Facebook UserID of a user. For ex: userID for username: spongebhav is: 100007536576842.

However, getting Facebook userID for a user can sometimes be time-consuming and a boring task.

To fix this problem, I present you guys with this tool: FbUID.

This tool is written completely in bash and can be used to extract userID for public Facebook accounts when the username is known. You can specify a username or a text file containing a list of usernames to extract userIDs from.

Auto Installation

git clone https://github.com/baibhavanand/fbuid
cd fbuid
sudo chmod 555 install.sh
./install.sh

Manual Installation

git clone https://github.com/baibhavanand/fbuid
cd fbuid
sudo cp fbuid /usr/local/bin/fbuid

Usage

Arguments Description
(no arguments) Fbuid will launch and will ask for username input
-u Username can be passed through -u argument
-f File path containing usernames can be specified via -f argument

Examples

fbuid

Simply entering fbuid will prompt you to enter username and then show you the UserID for that username.

fbuid -u (username)

Username can also be passed via -u argument.

fbuid -f (file path)

Users can also pass a file with list of usernames using -f argument.

LICENSE

FbUID is licensed under the MIT license. Take a look at the LICENSE for more information.

Pull Requests

Please check FbUID github page for information regarding the kind of pull requests I am accepting.

Thanks


I would like to thank the following people for contributing to this project.






This project is maintained by Baibhav Anand Jha | Twitter: @spongebhav