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.
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 - 9th Edition (2022), 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.
To install and run Artemis, 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:
- Amass
- instaloader
- InstaLooter
- Toutatis
- HTTrack
- MediaInfo
- ExifTool
- EyeWitness
- sublist3r
- Photon
- The Harvester
- Metagoofil
- recon-ng
- sherlock
- spiderfoot
- webosint
- blackbird
- Elasticsearch-Crawler
- Ripgrep
- holehe
- kali-anonstealth
- Moriarty-Project V2.6
- maigret
- Maltego
- and more!
- VLC
- Google Earth
- wget
- cherrytree
- Atom
- KeepassXC
- Kazam
- Audacity
- Ripgrep
- Tor Browser
- OpenShot
- Obisidian Please refer to this article 1
- Threat Intelligence Resources Please refer to those articles 1 and 2
- and more!
-
Open the Terminal app
-
Make sure and/or install that the GIT command is available in your VM:
sudo apt install -y git
-
Clone this repository in the
/Download/
directory:git clone https://github.com/osintitalia/Artemis ~/Downloads/Artemis
-
make the setup script executable:
sudo chmod +x ~/Downloads/Artemis/setup.sh
-
Close FireFox and run the file:
~/Downloads/Artemis/setup.sh
- 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.
- Osint Italia website
- OSInt Daily News
- Open Source Intelligence Techniques - 9th Edition (2022) - Michael Bazzell
- SOsintOps and stanleyhal for developing and Customising the Argos script suggesting the script's name!
Please refer to the license files.