Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sosintops/argos

This script will automatically set up an OSINT workstation starting from a Ubuntu OS.
https://github.com/sosintops/argos

footprinting infosec intelligence-gathering maltego osint reconnaissance threatintel threatintelligence ubuntu

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this 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](https://inteltechniques.com/book1.html), 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](https://github.com/SOsintOps/Argos/blob/master/README.md#REQUIREMENTS)
- [TOOLS](https://github.com/SOsintOps/Argos/blob/master/README.md#TOOLS)
- [INSTALLING & RUNNING](https://github.com/SOsintOps/Argos#installing--running)
- [TO DO](https://github.com/SOsintOps/Argos#to-do)
- [RESOURCES](https://github.com/SOsintOps/Argos/blob/master/README.md#resources)
- [CREDITS](https://github.com/SOsintOps/Argos#credits)
- [LICENSES](https://github.com/SOsintOps/Argos#licenses)

## 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:
- [Ubuntu Budgie](https://ubuntubudgie.org/) 22.04 LTS VM.
- [Ubuntu](https://ubuntu.com/download) 22.04 LTS VM.
- [Ubuntu](https://ubuntu.com/download) 20.04 LTS VM (Firefox will not be customised).

## TOOLS

### OSInt
- [Amass](https://github.com/OWASP/Amass)
- [instaloader](https://instaloader.github.io/)
- [InstaLooter](https://github.com/althonos/InstaLooter)
- [Toutatis](https://github.com/megadose/toutatis)
- [HTTrack](https://www.httrack.com/)
- [MediaInfo](https://mediaarea.net/en/MediaInfo/Download/Ubuntu)
- [ExifTool](https://github.com/pandastream/libimage-exiftool-perl-9.27)
- [EyeWitness](https://github.com/ChrisTruncer/EyeWitness)
- [sublist3r](https://github.com/aboul3la/Sublist3r)
- [Photon](https://github.com/s0md3v/Photon)
- [The Harvester](https://github.com/laramies/theHarvester)
- [Metagoofil](https://github.com/opsdisk/metagoofil)
- [recon-ng](https://github.com/lanmaster53/recon-ng)
- [sherlock](https://github.com/sherlock-project/sherlock)
- [spiderfoot](https://github.com/smicallef/spiderfoot)
- [webosint](https://github.com/C3n7ral051nt4g3ncy/webosint)
- [blackbird](https://github.com/p1ngul1n0/blackbird)
- [Elasticsearch-Crawler](https://github.com/AmIJesse/Elasticsearch-Crawler)
- [Ripgrep](https://github.com/BurntSushi/ripgrep)
- [holehe](https://github.com/megadose/holehe)
- [kali-anonstealth](https://github.com/Und3rf10w/kali-anonsurf)
- [Moriarty-Project V2.6](https://github.com/AzizKpln/Moriarty-Project)
- [maigret](https://github.com/soxoj/maigret)
- [Maltego](https://www.maltego.com/)
- and more!

### General Purpose tools
- [VLC](https://www.videolan.org/vlc/index.html)
- [Google Earth](https://www.google.com/earth/versions/#earth-pro)
- [wget](https://www.gnu.org/software/wget/)
- [cherrytree](https://www.giuspen.com/cherrytree/)
- [Atom](https://atom.io/)
- [KeepassXC](https://keepassxc.org/)
- [Kazam](https://launchpad.net/kazam)
- [Audacity](https://www.audacityteam.org/)
- [Ripgrep](https://github.com/BurntSushi/ripgrep)
- [Tor Browser](https://www.torproject.org/)
- [OpenShot](https://www.openshot.org/)
- [Obisidian](https://obsidian.md/) Please refer to this article [1](https://webbreacher.com/2022/03/15/obsidian/)
- [Threat Intelligence Resources](https://github.com/pstirparo/threatintel-resources) Please refer to those articles [1](https://isc.sans.edu/forums/diary/Analysis+of+Competing+Hypotheses+ACH+part+1/22460/) and [2](https://isc.sans.edu/forums/diary/Analysis+of+Competing+Hypotheses+WCry+and+Lazarus+ACH+part+2/22470/)
- and more!

## INSTALLING & RUNNING
1) Open the Terminal app

2) Make sure and/or install that the [GIT command](https://linuxize.com/post/how-to-install-git-on-ubuntu-20-04/) is available in your VM:
```bash
sudo apt install -y git
```
3) Clone this repository in the ```/Download/``` directory:
```bash
git clone https://github.com/SOsintOps/Argos ~/Downloads/Argos
```

4) make the setup script executable:
```bash
sudo chmod +x ~/Downloads/Argos/setup.sh
```

5) Close FireFox and run the file:
```bash
~/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](https://www.hunch.ly/), etc.

## RESOURCES
- [OSInOps website](https://osintops.com/en/)
- [Presentazione Argos - lingua italiana](https://osintops.com/progetto-argos/)
- [OSInt Daily News](https://t.me/Osintlatestnews)
- [Open Source Intelligence Techniques - Michael Bazzell](https://inteltechniques.com/book1.html)

## CREDITS
- Skykn0t for writing the original OSINT_VM_Setup script
- [oh6hay](https://github.com/oh6hay) for suggesting the script's name!
- [pinkevilpimp](https://github.com/pinkevilpimp) for the wallpaper script

## LICENSES
Please refer to the license files.