OSINTkoSCR is a streamlined installation script designed for setting up a customized OSINT toolkit on Kali Linux. The script installs a curated selection of OSINT tools, ranging from username lookups to social media analysis, and creates menu entries for quick access.
While OSINTkoSCR was initially designed for the OSINTko Kali ISO, it is flexible and can be modified to work on other Linux distributions. Some adjustments to paths or dependencies may be required based on the environment.
- Automated Installation: Automatically clones, installs, and configures various OSINT tools from GitHub repositories.
- Virtual Environments: Each tool is installed in its own isolated Python virtual environment to prevent dependency conflicts.
- System Menu Integration: Creates
.desktop
entries to allow launching tools directly from the system application menu. - Pipx Support: Installs and configures pipx tools, providing system-wide executables for selected OSINT utilities.
To set up OSINTkoSCR, follow these steps:
- Clone the Repository and run the script:
git clone https://github.com/LinaYorda/osintkoSCR.git cd osintkoSCR bash ./osintkoSCR.sh
The following tools are included:
-
Desktop Directories: For the .desktop entries to work effectively, ensure you have a desktop-directories structure created. This is typically pre-configured in environments like XFCE but may require additional setup on others.
-
Customization: OSINTkoSCR is a flexible, universal script that can be modified to add additional tools by including them in the script’s tool arrays. Users are encouraged to add their own OSINT tools and categories as desired.