All Projects → SOsintOps → Argos

SOsintOps / Argos

Licence: other
This script will automatically set up an OSINT workstation starting from a Ubuntu OS.

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Argos

Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+9327.4%)
Mutual labels:  osint, infosec, threatintel, intelligence-gathering, reconnaissance, footprinting
Osint Framework
OSINT Framework
Stars: ✭ 3,348 (+4486.3%)
Mutual labels:  osint, intelligence-gathering, reconnaissance, footprinting
Stalkphish
StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
Stars: ✭ 256 (+250.68%)
Mutual labels:  osint, infosec, threatintel
flydns
Related subdomains finder
Stars: ✭ 29 (-60.27%)
Mutual labels:  osint, infosec, reconnaissance
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (+67.12%)
Mutual labels:  osint, infosec, reconnaissance
Threat-Intel-Slack-Bot
Interactive Threat Intelligence Bot that leverages serverless framework, AWS/GCP, and Slack
Stars: ✭ 26 (-64.38%)
Mutual labels:  infosec, threatintel, threatintelligence
Open-source-tools-for-CTI
Public Repository of Open Source Tools for Cyber Threat Intelligence Analysts and Researchers
Stars: ✭ 91 (+24.66%)
Mutual labels:  osint, infosec, threatintel
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-41.1%)
Mutual labels:  osint, infosec, reconnaissance
Yar
Yar is a tool for plunderin' organizations, users and/or repositories.
Stars: ✭ 174 (+138.36%)
Mutual labels:  osint, infosec, reconnaissance
MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+8.22%)
Mutual labels:  infosec, threatintel, threatintelligence
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+64.38%)
Mutual labels:  osint, intelligence-gathering, reconnaissance
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+1293.15%)
Mutual labels:  osint, infosec, reconnaissance
Chatter
internet monitoring osint telegram bot for windows
Stars: ✭ 123 (+68.49%)
Mutual labels:  osint, infosec, threatintel
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+142.47%)
Mutual labels:  osint, threatintel, reconnaissance
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+4610.96%)
Mutual labels:  osint, infosec, reconnaissance
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (-47.95%)
Mutual labels:  osint, infosec
Investigo
🔎 Find usernames and download their data across social media.
Stars: ✭ 168 (+130.14%)
Mutual labels:  osint, reconnaissance
PyIris
PyIris is a modular remote access trojan toolkit written in python targeting Windows and Linux systems.
Stars: ✭ 296 (+305.48%)
Mutual labels:  infosec, reconnaissance
SourceWolf
Amazingly fast response crawler to find juicy stuff in the source code! 😎🔥
Stars: ✭ 132 (+80.82%)
Mutual labels:  osint, reconnaissance
Leakfa.com
A simple way to know if you are on the list of major security breaches like "HIBP", but it is specific for Iran.
Stars: ✭ 106 (+45.21%)
Mutual labels:  osint, infosec

ARGOS

This script will automatically set up an open source intelligence (OSINT) workstation starting from a clean Ubuntu* 20.4 Virtual Machine/Workstation.
Best practices recommend using a new VM for each OSInt investigation.
There are several ready-made VMs available on the Internet. I wanted to study how to customise my own workstation following what Michael Bazzell suggest in his own book, Open Source Intelligence Techniques - 7th Edition (2019), about creating your own custom VM.
This script will setup the workstation by installing mostly of the scripts suggested by Michael and more and more other tools will be added in the future.

INDEX

REQUIREMENTS

To install and run Argos, you need:

  • an Ubuntu* 20.4 virtual machine/workstation
  • set your user on "osint"
  • Please use English Language!

This script implies that you rely on VmWare for virtualization. Just in case, I included a commented out portion of code which will install virtual box tools.

N.B.: This script has been tested on:

TOOLS

OSInt

General Purpose tools

INSTALLING & RUNNING

  1. Open the Terminal app

  2. Make sure and/or install that the GIT command is available in your VM:

    sudo apt install -y git
  3. Clone this repository in the /Download/ directory:

    git clone https://github.com/SOsintOps/Argos ~/Downloads/Argos
  4. make the setup script executable:

    sudo chmod +x ~/Downloads/Argos/setup.sh
  5. Close FireFox and run the file:

    ~/Downloads/Argos/setup.sh

TO DO

  • Add more functionality to the existing bash shortcuts, such as predefined spiderfoot searches or RiskIQ CLI.
  • set osint report templates as libreoffice's templates.
  • customise the user profile.
  • add Nmap/zenmap, electrum wallet, gpa gui for PGP keys, Openshot video editor, hunchly, etc.

RESOURCES

CREDITS

  • Skykn0t for writing the original OSINT_VM_Setup script
  • oh6hay for suggesting the script's name!
  • pinkevilpimp for the wallpaper script

LICENSES

Please refer to the license files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].