If you are interested in developing #osint tools (or #osint in general), I recommend you to subscribe to github.com/soxoj. He is one of the #opensource developers who have made huge contributions to the #osint community.

In this thread🧵 I'll talk about his main projects.
🧵(1/8) Maigret

One of the world's most versatile tools for searching social media accounts by username:

- support more than 2500+ sites;
- profiles pages parsing;
- extraction of personal info.

github.com/soxoj/maigret

#osint #socmint
🧵(2/8)

There are also addition features for the Maigret tool:

Maigret Maltego Transformation github.com/soxoj/maigret-…

Maigret Telegram Bot t.me/maigret_osint_…
github.com/soxoj/maigret-…

Instructions for integrating Maigret into third-party tools
github.com/soxoj/maigret-…
🧵(3/8) Marple

Collect links to profiles by username through 10+ search engines

- proxy support
- CSV file export
- pdf metadata extraction
- social media info extraction

github.com/soxoj/marple

#osint #socmint
🧵(4/8) Socid Extractor

Command line tool (python library) for extract information about a user from profile webpages / API responses and save it in machine-readable format.

More than 100 information gathering methods for different sites and platforms

github.com/soxoj/socid-ex…
🧵 (5/8) Gitcolombo

Simple CLI tool for extract details accounts's information from #Github repositories.

github.com/soxoj/gitcolom…

#osint #socmint
🧵(6/8) 1C Database Converter

1C is a very popular accounting/docs management software in the CIS countries. This tool will help you quickly convert 1C files to CSV (with many options to choose from)

github.com/soxoj/1c-datab…
🧵(7/8) Osint CLI Tool Skeleton

Template for creating your own #osint #python #cli tool:
- detailed readme
- process N targets from args, text files, stdin
- make TXT, CSV reports
- proxy support
- ready to publish Python package

github.com/soxoj/osint-cl…
🧵(8/8)

It is worth noting that this is just the beginning and Soxoj has many more #opensource projects in the pipeline.

I recommend subscribing to him at:

- Twitter @soxoj

- Telegram t.me/osint_mindset

- Github github.com/soxoj

#osint #python #socmint
@threader compile
@threadreaderapp unroll
@threadrip unroll
@PingThread unroll
@threadreaders unroll
@TurnipSocial save
@readwiseio save thread
@tresselapp save thread
@rattibha unroll
@get_nakedbot unroll
@getnaked_bot unroll
Twitter accounts of other #osint tool developers can be found in this list:

• • •

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

Apr 18
Today I finally got my act together and put my collection's headings in order (although there's still work to be done). There are now more than a hundred sections.

github.com/cipher387/osin…

In this thread🧵 I will talk about the sections that I find most interesting.

(1/12)
github.com/cipher387/osin…

Interactive maps that display geotagged content from different social networks.

(2/12)🧵
github.com/cipher387/osin…

List of resources for accessing and analyzing #satellite imagery archives.

(3/12)🧵
Read 13 tweets
Mar 29
7 Old Excuses For Not Using #Linux

(and why they are not actual in 2022)

(1/9)🧵🧵🧵 Image
Excuse 1. Hard to install OS

Dozens of different distributions are available as Virtual Machines and you can try them in 5-15 minutes (taking into account the time to download, configure and run).

linuxvmimages.com

(and there are also ready-made Live USB images)
(2/9)🧵 Image
Excuse 2. Hard to install Apps

There are now app stores for Linux that allow you to quickly install all the essentials (office applications, messengers etc) just as quickly as you can in the App Store or Google Play.

Ex:
snapcraft.io
flathub.org

(3/9) Image
Read 10 tweets
Mar 28
9 good APIs (Application Programming Interfaces) for #OSINT

(FREE or partially FREE)

(1/12) 🧵🧵🧵
Before I start listing, let me remind that you don't have to open a command line or write code to test the API. You can simply use one of the many online tools.

restninja.io
extendsclass.com/rest-client-on…
reqbin.com

(2/12) 🧵
IP2WHOIS

FREE API returns creation date, updated date, expiration date, domain age, the contact information of the registrant (address, phone, email) and much more

ip2whois.com/developers-api

(3/12) 🧵
Read 14 tweets
Mar 27
How to read code written by other people

Examples of tools

(also good for code you wrote yourself more than a week ago)

🧵🧵🧵(0/9)
(1/9) Code beautifiers

Sometimes, simply putting the right indents, line breaks, and highlighting variables can go a long way toward making your code more readable.

#javascript beautifier.io
#php beautifytools.com/php-beautifier…
#python tutorialspoint.com/online_python_…
(2/9) Deobfuscators

Sometimes developers purposely make code unreadable with special tools - obfuscators (especially often in websites)

In such cases it is possible to use deobfuscators.

#javascript lelinhtinh.github.io/de4js/
#java javadeobfuscator.com
Read 14 tweets
Mar 22
H1B1 Salary Database

The U.S. Department of Labor's official database, which contains information on the annual income of employees who came to work in the U.S. on H1B1 visas

h1bdata.info

#osint #database
Positions even remotely related to #osint are quite few. But you can find something related to intelligence in general. And, of course, there are many positions for analysts of various profiles.
The highest paying positions among H1B1 visa holders are in the medical field. In first place is a neurosurgeon with an average salary (data from more than 100 fillings) of $612,080

h1bdata.info/highestpaidjob…
Read 5 tweets
Mar 16
Open Source Intelligence (#osint) is based on the use of hundreds of open source tools. In my experience, the main problem of good #opensource tools is extremely LOW number of users.

In this thread I will tell how independent developers find their audience (free)🧵🧵⬇️ (1/14)
(2/14) Check how your product runs outside your computer.

For starters, try opening your Github repository at Gitpod.io (it's free online #Ubuntu).

This will show what the user will need to install to run
Ex: the Python modules to include in requirements.txt
(3/14) Test your product on different operating systems

Ideally, you should install several virtual machines on your computer. VM images can be found here:

Linux - osboxes.org

Windows (legal, free 90 days) - developer.microsoft.com/en-us/microsof…

MacOS - developer.apple.com/documentation/…
Read 15 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 on Twitter!

:(