Cyber Detective💙💛 Profile picture
Sep 13, 2021 14 tweets 9 min read Read on X
SQL dumps (database dumps) for #OSINT

Super short practical course.

Thread🧵🧵🧵

(12 tweets)

#sql #mysql #phpmyadmin
(1/12)

In @GoogleHacking (exploit-db.com/google-hacking…) there are 176 dorks for searching SQL dumps, which may contain any confidential information.

Simple ex (pic 2):

ivanov ext:sql site:github.com

This query search all sql-files, which contain "ivanov" in #Github
(2/12)

Sometimes in this way it's possible find databases with information about orders, customers or employees. Inattentively, site owners forget to close them from indexing in robot.txt.

Such SQL-dumps may contain names, surnames, dates of birth, addresses, phone numbers.
(3/12)

You may also encounter SQL dumps while searching for data leaks on Telegram channels, special archives or Pastebin and its counterparts.

(you can use special services based on Google Custom Search cipher387.github.io/pastebinsearch… for searching pastebin sites)
(4/12)

To start working with the #SQL dump, download the file with the .sql extension or open a text editor, copy the dump's text and save it to a .sql file

(you can use Notepad or TextEdit, but I prefer Sublime Text (@sublimehq) because it highlights the syntax nicely).
(5/12)

Now you need to define the type of database. In the current example, in the comments it says right away that it is PhpMyAdmin (#MySQL).

Therefore, next I will show you how to work with the dump in the online PhpMyAdmin client
(6/12)

Open demo.phpmyadmin.net/master-config/

And create database "vanilla" (we will import tables into it)
(7/12)

Go to "SQL" tab

Copy dump's code to the text field

Click "Forward" (Run) button
(8/12)

Click on the database name (vanilla) on the left panel to see a list of tables in it.

Then click on the table name to view its contents.

---

(you can also view all fields of the table with a simple SQL query):

SELECT * FROM `users`
(9/12)

Now let's try to filter the rows in the table.

For example, this query will show only those rows with age column = 20

SELECT * FROM `users` WHERE age=20;

(WHERE operator can be used with different logical operators: >=, <, <= etc)
(10/12)

Rows in the table can be not only filtered, but also sorted.

For example, this query will arrange the rows in ascending order of the age column value.

SELECT * FROM `users` ORDER BY age;
(11/12)

If you want, you can not use SQL at all, and work with table data only through the graphical interface (Search and Template query tabs)
(12/12)

You can immediately after downloading the data convert it to CSV using one of special online services (rebasedata.com/convert-sql-to…).
And then further work with it in #GoogleSheet or #Excel

(most database clients also have a function for exporting to XLSX/ CSV)

• • •

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

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
Feb 25, 2023
Tools for video📽️ analysis

Basic online tools to help you use information from videos more effectively in your #osint investigations:

- text extraction
- deepfake detection
- instant identification of key frames
- metadata view

and more.

(1/15)🧵
Often investigators have to deal with videos that are posted on various sites. Download them to your computer using these services:

YouTube:
en.y2mate.is
Instagram, Facebook, Twitter, Tiktok: inflact.com/downloader/
Vimeo and others:
savethevideo.com/downloader

(2/15)🧵
For slow and thoughtful viewing of YouTube videos frame by frame, these services are handy:

watchframebyframe.com
anilyzer.com

And any online video editor can be used for frame-by-frame analysis of the video file:

Veed, Canva, Clipchamp, Kapwing etc

(3/15)🧵
Read 16 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!

:(