From 7b4f6a5fd4e0001ed7a80bed0b8c9a71dd8460c5 Mon Sep 17 00:00:00 2001 From: barni <68239032+rawfilejson@users.noreply.github.com> Date: Sun, 10 May 2026 02:26:35 +0100 Subject: [PATCH 1/6] Simplify installation command in README Updated installation command to streamline setup process and removed redundant steps. --- README.md | 93 ++----------------------------------------------------- 1 file changed, 3 insertions(+), 90 deletions(-) diff --git a/README.md b/README.md index 5909677..d4c8a65 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,7 @@ ### โšก Get everything in one command ```bash -git clone https://github.com/rawfilejson/awesome-osint-arsenal -``` - -```bash -cd awesome-osint-arsenal -``` - -```bash -sudo bash install.sh +git clone https://github.com/rawfilejson/awesome-osint-arsenal && cd awesome-osint-arsenal && sudo bash install.sh ``` ### ๐ŸŽฏ Or pick just what you need @@ -3456,6 +3448,8 @@ This repository is provided for **educational and authorized security research p *Knowledge is power โ€” use it responsibly.* +Buy Me a Coffee +
**โญ Star this repo if you found it useful!** @@ -3466,84 +3460,3 @@ This repository is provided for **educational and authorized security research p
- - - - -new.md -
- -OSINT Arsenal Logo - -
- -# ๐Ÿ” AWESOME OSINT ARSENAL - -### The Ultimate Open-Source Intelligence + Offensive/Defensive Security Toolkit - -
- -[![Tools](https://img.shields.io/badge/Tools-658+-FF4444?style=for-the-badge&logo=target&logoColor=white)](https://github.com/rawfilejson/awesome-osint-arsenal) -[![Categories](https://img.shields.io/badge/Categories-26-0066CC?style=for-the-badge&logo=buffer&logoColor=white)](https://github.com/rawfilejson/awesome-osint-arsenal) -[![Version](https://img.shields.io/badge/Version-3.4-00CC66?style=for-the-badge&logoColor=white)](https://github.com/rawfilejson/awesome-osint-arsenal) -[![Updated](https://img.shields.io/badge/Updated-2026--05--09-FF8800?style=for-the-badge&logoColor=white)](https://github.com/rawfilejson/awesome-osint-arsenal) -[![License](https://img.shields.io/badge/License-MIT-FFCC00?style=for-the-badge&logoColor=black)](LICENSE) -[![Stars](https://img.shields.io/github/stars/rawfilejson/awesome-osint-arsenal?style=for-the-badge&color=gold&logo=github)](https://github.com/rawfilejson/awesome-osint-arsenal/stargazers) - -
- -> **658 verified tools ยท 26 categories ยท OSINT + Red Team + Blue Team + Forensics + Hardware + Training** -> -> *The most comprehensive OSINT and offensive/defensive security toolkit on the internet โ€” every tool with installation instructions or verified link.* - -Buy Me a Coffee - -
- ---- - -> [!IMPORTANT] -> ## โš ๏ธ Maintainer's note โ€” please read before forking -> -> This repository contains **658 tools across 26 categories**. That's a *lot* to keep current โ€” links rot, repos get archived, install commands change, new tools appear weekly. -> -> **Maintaining this alone is hard.** If nobody helps, parts of this list will go stale faster than I can fix them. -> -> **How you can help:** -> - โญ Star the repo (signal boost = more eyes = more contributors) -> - ๐Ÿ› Open an issue when you spot a dead link or broken install command -> - ๐Ÿ” Submit a PR โ€” see [CONTRIBUTING.md](CONTRIBUTING.md) for the schema -> - โ˜• [Buy me a coffee](https://www.buymeacoffee.com/rawfilejson) so I can spend more weekends on this -> - ๐Ÿ“ข Share it โ€” every star/fork helps justify keeping this maintained -> -> If you spot something wrong: **don't just complain โ€” open an issue or PR. That's how this stays useful.** - ---- - -> [!WARNING] -> **DISCLAIMER:** This repository is for **educational and authorized security research only**. -> Always obtain written permission before testing systems you do not own. -> The authors are **not responsible** for any misuse of the tools or techniques listed here. -> See the full [Legal Disclaimer](#legal-disclaimer) at the bottom. - ---- - ---- - -
- -### โญ Star this repo if you found it useful โ€” it really helps with motivation to keep this maintained. - -
- -Buy Me a Coffee - -
- -[![GitHub stars](https://img.shields.io/github/stars/rawfilejson/awesome-osint-arsenal?style=social)](https://github.com/rawfilejson/awesome-osint-arsenal/stargazers) -[![GitHub forks](https://img.shields.io/github/forks/rawfilejson/awesome-osint-arsenal?style=social)](https://github.com/rawfilejson/awesome-osint-arsenal/network/members) - -*Built for the OSINT and security research community.* -*Knowledge is power โ€” use it responsibly.* - -
From 1f27af5dafb388b7b9def21fefd3f9c62fae4dc1 Mon Sep 17 00:00:00 2001 From: barni <68239032+rawfilejson@users.noreply.github.com> Date: Sun, 10 May 2026 02:27:05 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c8a65..a012cfa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-OSINT Arsenal +OSINT Arsenal
From d290f86420a4cd9aef55caca33c1130b76f4a38e Mon Sep 17 00:00:00 2001 From: "Valdo (Crime Brasil)" Date: Mon, 11 May 2026 09:49:28 +0100 Subject: [PATCH 3/6] Add Crime Brasil to Geolocation & Maps OSINT (Brazil OSINT data source) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a012cfa..2698b01 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ cat live_subs.txt | eyewitness --web -d screenshots/ | **Zoom Earth** | Real-time satellite & weather | [zoom.earth](https://zoom.earth/) | | **KartaView** | Street-level imagery (OpenStreetCam) | [kartaview.org](https://kartaview.org/) | | **ShadowMap** | Shadow analysis for time estimation | [shadowmap.org](https://shadowmap.org/) | +| **Crime Brasil** | Brazil crime + accidents open data by neighborhood (bairro-level RS; municipal MG/RJ; PRF accidents) | [crimebrasil.com.br](https://crimebrasil.com.br) | --- From 493299358ec3f1529af0e44a9047d90482e15330 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 12 May 2026 02:01:37 +0300 Subject: [PATCH 4/6] Add Xquik social media OSINT tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2698b01..b5aed48 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ exiftool /path/to/images/ | **socialscan** | Social media presence checker | `pip install socialscan` | | **Telepathy** | Telegram OSINT analysis | `pip install telepathy` | | **Twayback** | Find deleted tweets | `pip install twayback` | +| **Xquik** | X/Twitter API and MCP skill for tweet search, profile tweets, follower export, media download, monitors, and webhooks | [github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) | | **SocialBlade** | Social media analytics | [socialblade.com](https://socialblade.com/) | | **Social-Searcher** | Free social media search engine | [social-searcher.com](https://www.social-searcher.com/) | | **Mention** | Social media monitoring | [mention.com](https://mention.com/) | From db6ef3abc92ac49e70126c4cf56711315a1fa0fc Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Thu, 14 May 2026 17:08:06 +0300 Subject: [PATCH 5/6] Shorten Xquik OSINT listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5aed48..f63967c 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ exiftool /path/to/images/ | **socialscan** | Social media presence checker | `pip install socialscan` | | **Telepathy** | Telegram OSINT analysis | `pip install telepathy` | | **Twayback** | Find deleted tweets | `pip install twayback` | -| **Xquik** | X/Twitter API and MCP skill for tweet search, profile tweets, follower export, media download, monitors, and webhooks | [github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) | +| **Xquik** | X/Twitter data API & MCP skill | [github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) | | **SocialBlade** | Social media analytics | [socialblade.com](https://socialblade.com/) | | **Social-Searcher** | Free social media search engine | [social-searcher.com](https://www.social-searcher.com/) | | **Mention** | Social media monitoring | [mention.com](https://mention.com/) | From 97f6597f86e840b2a80c83d16fb1887effd913f8 Mon Sep 17 00:00:00 2001 From: barni <68239032+rawfilejson@users.noreply.github.com> Date: Thu, 14 May 2026 15:12:19 +0100 Subject: [PATCH 6/6] Update Xquik link to point to GitHub homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63967c..d1d86a6 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ exiftool /path/to/images/ | **socialscan** | Social media presence checker | `pip install socialscan` | | **Telepathy** | Telegram OSINT analysis | `pip install telepathy` | | **Twayback** | Find deleted tweets | `pip install twayback` | -| **Xquik** | X/Twitter data API & MCP skill | [github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) | +| **Xquik** | X/Twitter data API & MCP skill | [github.com](https://github.com/Xquik-dev/x-twitter-scraper) | | **SocialBlade** | Social media analytics | [socialblade.com](https://socialblade.com/) | | **Social-Searcher** | Free social media search engine | [social-searcher.com](https://www.social-searcher.com/) | | **Mention** | Social media monitoring | [mention.com](https://mention.com/) |