cipher387 / Python-osint-automation-examples

In this repository, I will collect quick and simple code examples that use Python to automate various #osint tasks.

Home Page:https://cybdetective.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python OSINT automation examples

In this repository, I will collect quick and simple code examples that use Python to automate various #osint tasks.

Thank you for following me! https://cybdetective.com

Table of contents

How to run this scripts?

image

Copy file to your computer/server/online IDE and run in command line:

python filename.py

For example:

python youtube_video_search.py

If you haven't used Python before, you have several ways to get started:

Variant 1

image

Install Python in your computer using this instruction https://realpython.com/installing-python/

Variant 2

image

Open this repository in Gitpod https://gitpod.io#https://github.com/cipher387/Python-osint-automation-examples

(To run it for the first time, you need to log in to your Github, Gitlab, or Bitbucket account)

Variant 3

image

Install a Linux VM with Python preinstalled.

If you are doing OSINT, I recommend you start with Tsurugi Acquire https://archive.org/download/tsurugi_acquire_2021.1/tsurugi_acquire_2021.1.iso

For launch VM in Windows and old MacBooks you may use Virtual Box https://www.virtualbox.org

For new MacBooks with M1 — UTM https://mac.getutm.app

(if your computer has modest technical resources, you can specify in the VM settings for Tsurugi Linux Acquire 2-4 GB of RAM, but run it only in text mode)

Packages using examples from my Twitter account @cyb_detective

Twitter thread:

https://twitter.com/cyb_detective/status/1567170268937723905

Source code files (example of results in the pictures):

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/youtube_video_search.py

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/youtube_channel_search.py

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/youtube_search_videos_in_channel.py

Twitter thread:

https://twitter.com/cyb_detective/status/1569147434248376321

Source code files (example of results in the pictures):

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/youtube_comment_downloader.py

Twitter thread:

https://twitter.com/cyb_detective/status/1569500433827385344

Source code files (example of results in the pictures):

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/whois.py

Twitter thread:

Source code files (example of results in the pictures):

Simple search:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_simple_search.py

Images:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_search_images.py

Videos:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_search_video.py

News:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_search_new.py

Maps:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_search_maps.py

Translate:

image

https://github.com/cipher387/Python-osint-automation-examples/blob/main/duckduckgo_search_translate.py

HINTS

Saving results to .txt file

If you want to save the results to a text file, add "filename.txt" after the command to run the script

(view pic)

image

Thank you for following me! https://cybdetective.com

About

In this repository, I will collect quick and simple code examples that use Python to automate various #osint tasks.

https://cybdetective.com

License:MIT License


Languages

Language:Python 100.0%