Cyber Detective💙💛 Profile picture
Jul 5, 2022 7 tweets 6 min read Read on X
XARGS 🧵

When I post a link to a #osint #cli tools, people ask me: "Why bother with the command line when you can do the same thing with online tools?"

№1 reason is the ability to automate the research of a LIST of domains, emails, phone numbers or other objects.

⬇️
This can be done using the XARGS utility, which is installed by default on Linux/MacOS (and can be installed on Windows).

I will show you how to use it using the BlackBird tool, which searches for profiles in 113 social networks by nickname.

github.com/p1ngul1n0/blac…

⬇️
1. Create file nicknames.txt and put some nicknames in it.

2. Run command:

cat nicknames.txt | xargs -L1 python3 blackbird․py -u

3. Wait for the script to finish and make sure the results folder contains the json files for each nickname.

⬇️
Detailed explanation of what we typed into the command line can be found on the explainshell.com (view pic)
Briefly:
1. Read the nicknames.txt file
2. Take from it one line at a time (L1) and use them as an argument to run BlackBird with the -u (username) parameter

⬇️
You can save the line

cat nicknames.txt | xargs -L1 python3 blackbird․py -u

into the blackbird․sh file and then run it many times with the command:

bash blackbird․sh

(replacing the information in the nicknames.txt file beforehand)

⬇️
Yes, many scripts for #osint support input as a txt file.

But the above method is universal for all scripts that run with arguments. And not only for Python, but also for Shell scripts, Perl, Node.js, Java etc.

⬆️
@threader compile
@threadreaderapp unroll
@threadrip unroll
@PingThread unroll
@threadreaders unroll
@TurnipSocial save
@readwiseio save thread
@tresselapp save thread
@rattibha unroll
@getnaked_bot unroll

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Cyber Detective💙💛

Cyber Detective💙💛 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @cyb_detective

Jun 9
One Million Dorks

A repository with text files containing a million dorks for finding potentially vulnerable web pages and sensitive data (in Google and other search engines).

Can be used with various automation tools.



Contributor @hack0Shiv github.com/HackShiv/OneDo…
Image
Read 7 tweets
Oct 17, 2023
#socmint cheatsheets from @Haax9_:

Google
LinkedIn
Twitter
Facebook
Instagram
Snapchat
TikTok
Tinder
Github
Reddit
Tumblr
Amazon & Digital Ocean Buckets
Parler

🧵🧵🧵⬇️⬇️
Google OSINT Cheatsheet



🧵🧵🧵⬇️⬇️

⚠️Some techniques may be outdated or may not work for all accounts⚠️ cheatsheet.haax.fr/open-source-in…
Image
Linkedin OSINT Cheatsheet



🧵🧵🧵⬇️⬇️

⚠️Some techniques may be outdated or may not work for all accounts⚠️ cheatsheet.haax.fr/open-source-in…
Image
Read 16 tweets
Aug 20, 2023
15 reverse face image search tips

- search engines
- AI image editing tools to enhance the quality of search results
- how to reverse face image search without photos
- quick face search on video
- protect yourself

🧵🧵🧵

#osint #socmint Image
When searching on Google, use not only Lens, but also the OLD image search (which gives very different results). You can access it using this tool:



🧵 1 googlelens.imagesniper.eu
Image


A very good tool for searching for faces and images in general, which is often more effective than Google. It also recognises text in images and translates it.

🧵 2 yandex.ru/images/
Image
Read 17 tweets
Mar 17, 2023
Is it possible to use neural networks to create a whole series of photos of one person for a fake social network profile ("sock puppet")?

I show by examples the possible way of solving the problem (this is not an easy way ).

🧵🧵🧵
In order to successfully pretend to be another person on the Internet, you need a series of photos in different places and different clothes. But it's a lot of work to make these (even with AI).

First, let's create a photo of a person's face.

huggingface.co/spaces/stabili…
Now let's try to combine this photo with different images of other men using UnCLIP_Image_Interpolation_Demo.

If you try many different variants and adjust step 12, there is a chance of getting some good-looking variants.

huggingface.co/spaces/NagaSai…
Read 7 tweets
Mar 17, 2023
Sometimes I do threads about members of the OSINT-community. For example, you may have already read about @Sox0j or @rly0nheart.

Today I want to talk about 9 tools lists made by @SerScorza, #osint and #dfir specialist from Italy.

🧵🧵🧵
Read 10 tweets
Mar 8, 2023
The #osint community includes participants from all over the world and every country has something to learn from.

6 tips for working with presentations and video reports in foreign languages

(1/7)🧵🧵🧵
You can take the easy way and just translate the presentation file using one of the many online services:

doctranslator.com/translate-ppt/
onlinedoctranslator.com
products.aspose.app/pdf/translate/…

But often this leads to poor quality results. But for some situations it is quite good.

(2/7)🧵
It is better to extract text from a presentation so you can translate it later with more advanced translators. This can be done with the help of these services:

products.aspose.app/slides/parser
zamzar.com/convert/pptx-t…
convertio.co/ppt-txt/

(3/7)🧵
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(