SOsintOps Argos Save

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

Project README

ARGOS

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

INDEX

REQUIREMENTS

To install and run Argos, you need:

  • an Ubuntu* 22.04 LTS 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.

Open Source Agenda is not affiliated with "SOsintOps Argos" Project. README Source: SOsintOps/Argos

Open Source Agenda Badge

Open Source Agenda Rating