Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Scripts for OSINT and Passive/Active Recon. Can use Ubuntu or TL-OSINT VMs.

License

Notifications You must be signed in to change notification settings

InceptionCyberSecurity/OSINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRO

A set of BASH commands in two scripts for OSINT and Passive Recon. Will Save results to files for further processing as necessary.
Includes passive scanning using Nmap. Essential to run these through Kali Linux in VirtualBox. Written by Nathan Jones nathan.jones@arcadeusops.com.

INSTALLATION

git clone https://github.com/ArcadeusOPS/OSINT.git
cd OSINT
sudo chmod 755 *.sh
sudo ./install.sh
rm install.sh

NOTE: Make sure that torrc is configured to SOCKS_PORT localhost:9050. Use your own APIs for Shodan, theHarvester, MOSINT, Sherlock and Twint.

Scripts

install.sh installs a few extras. up.sh updates the base, installed Kali OS.
osint.sh and osint1.sh run the individual commands and saves output to local storage. Follow the instruction in the osint.sh and osint1.sh file comments.

SSH

Use port 1965 or higher if you want to be extra security minded. Use UFW firewall.

SECURITY

You can install Lynis, ufw, apparmor, artillery, fail2ban - for added security.
Run Lynis and follow the recommendations.

USAGE

./osint.sh is to search a given Domain, follow the prompts.
./osint1.sh is to search a given Username/Email, follow the prompts.
See install.sh for notes.

Ethical Notice

The original code is written by ArcadeusOPS, who are not responsible for misuse of this data gathering tool.
Do not use these scripts to navigate websites/devices that take part in any activity that is identified as illegal under the laws and regulations of your government. STAY LEGAL !!

License

MIT License Copyright (c) ArcadeusOPS

TO DO

Collate all output to a single XML or HTML file and email to designated user.

Bugs

Send issues to info@arcadeusops.com stating nature of issue. A screenshot will help too. Thanks.

CPD

Part of EC-Council ECE/CPD Credits

About

Scripts for OSINT and Passive/Active Recon. Can use Ubuntu or TL-OSINT VMs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages