Verbose mode provides more detailed information during the tool's execution.
pythonblackbird.py--usernameusername1--verbose
Filter
The filter command allows you to filter the sites to be searched based on various conditions. You can use a variety of operators and logical connectors to create complex filter expressions.
pythonblackbird.py--filter"name~Mastodon and cat=social or e_code<=200"--usernamecrash
Check below for details to create your own filter search.
Properties
name Name of the site being checked.
cat Category of the site.
uri_check The URL used to check for the existence of an account.
e_code Expected HTTP status code when an account exists.
e_string A string expected in the response when an account exists.
m_string A string expected in the response when an account does not exist.
m_code Expected HTTP status code when an account does not exist.
Filter by Category Equals "social" and URI Contains "101010"
pythonblackbird.py--filter"cat=social and uri_check~101010"--usernamecrash
Filter by Error String Equals "@101010.pl" or Innexistent Code Less Than or Equal to 404
pythonblackbird.py--filter"e_string=@101010.pl or m_code<=404"--usernamecrash
Enhanced Instagram Account Metadata Extraction
The tool is able to extract additional, valuable metadata from Instagram profiles, such as obfuscated email and phone number information. This richer data set provides deeper insights and is particularly useful for analytical and investigative purposes. To take advantage of the enhanced Instagram account metadata extraction functionality, you need to set the INSTAGRAM_SESSION_ID in your .env file.
Steps to Acquire INSTAGRAM_SESSION_ID:
Log in to Instagram:
Use your preferred web browser to log in to your Instagram account.
Open Developer Tools:
Open the browser's developer tools. This is usually accessible by pressing F12 or right-clicking on the page and selecting "Inspect".
Navigate to Cookies:
In the developer tools, navigate to the "Application" tab.
Under "Storage," click on "Cookies" and then select the Instagram domain (e.g., instagram.com).
Find the sessionid Cookie:
Locate the cookie named sessionid in the list of cookies.
Copy the sessionid Value:
Copy the value of the sessionid cookie. This value is your INSTAGRAM_SESSION_ID.
Set the INSTAGRAM_SESSION_ID in .env:
Open your .env file (create one if it doesn't exist) in the root directory of your project.
Add the following line, replacing your_session_id_here with the value you copied:
INSTAGRAM_SESSION_ID=your_session_id_here
Permute
If you`re stuck in your investigation, you can use --permute to generate variations of a given username.