Skip to content

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

License

CC0-1.0, Unknown licenses found

Licenses found

CC0-1.0
LICENSE
Unknown
License.md
Notifications You must be signed in to change notification settings

SOsintOps/Artemis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

CC0-1.0, Unknown licenses found

Licenses found

CC0-1.0
LICENSE
Unknown
License.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%