Skip to content

Latest commit

 

History

History
114 lines (96 loc) · 5.5 KB

README.md

File metadata and controls

114 lines (96 loc) · 5.5 KB

OSINT ITALIA OSINT VM

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.

INDEX

REQUIREMENTS

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:

  • Ubuntu 22.04 LTS VM.
  • Ubuntu 20.04 LTS VM (Firefox will not be customised).

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/osintitalia/Artemis ~/Downloads/Artemis
  4. make the setup script executable:

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

    ~/Downloads/Artemis/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

LICENSES

Please refer to the license files.