Simplify installation command in README
Updated installation command to streamline setup process and removed redundant steps.
This commit is contained in:
parent
63abebdc14
commit
7b4f6a5fd4
93
README.md
93
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.*
|
||||
|
||||
<a href="https://www.buymeacoffee.com/rawfilejson" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
||||
|
||||
<br/>
|
||||
|
||||
**⭐ Star this repo if you found it useful!**
|
||||
|
|
@ -3466,84 +3460,3 @@ This repository is provided for **educational and authorized security research p
|
|||
<br/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
new.md
|
||||
<div align="center">
|
||||
|
||||
<img src="assets/logo.jpg" width="860" alt="OSINT Arsenal Logo"/>
|
||||
|
||||
<br/>
|
||||
|
||||
# 🔍 AWESOME OSINT ARSENAL
|
||||
|
||||
### The Ultimate Open-Source Intelligence + Offensive/Defensive Security Toolkit
|
||||
|
||||
<br/>
|
||||
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal)
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal)
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal)
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal)
|
||||
[](LICENSE)
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal/stargazers)
|
||||
|
||||
<br/>
|
||||
|
||||
> **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.*
|
||||
|
||||
<a href="https://www.buymeacoffee.com/rawfilejson" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
> [!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.
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||
### ⭐ Star this repo if you found it useful — it really helps with motivation to keep this maintained.
|
||||
|
||||
<br/>
|
||||
|
||||
<a href="https://www.buymeacoffee.com/rawfilejson" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
||||
|
||||
<br/>
|
||||
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal/stargazers)
|
||||
[](https://github.com/rawfilejson/awesome-osint-arsenal/network/members)
|
||||
|
||||
*Built for the OSINT and security research community.*
|
||||
*Knowledge is power — use it responsibly.*
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue