Showing 762 open source projects for "kali linux command"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    xcks

    xcks

    Calculates or verifies XCKS and ZXCKS checksums' files

    xcks is a cross-platform program which calculates and verifies checksums. It is able to read and write XCKS and ZXCKS checksums' files. xcks comes with libxcks which can be used independently of xcks. libxcks is a C++17 library. It can compute checkums, read and write XCKS and ZXCKS checksums' files. xcks is licensed under GPLv3+. libxcks is licensed under LGPLv3+.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Triplyx
    Backup tool for storing data on three separate encrypted volumes. The system can restore the data from any two of the three volumes. Compromise or loss of any one of the volumes does not compromise data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    archiver

    archiver

    Easily create & extract archives, and compress & decompress files

    Introducing Archiver 4.0 - a cross-platform, multi-format archive utility and Go library. A powerful and flexible library meets an elegant CLI in this generic replacement for several platform-specific or format-specific archive utilities. The core library APIs work pretty well but the command has not been implemented yet, nor have most automated tests. If you need the arc command, stick with v3 for now. Create and extract archive files. Walk or traverse into archive files. Extract only...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    mldonkey-ed2k-extractor

    Extract ed2k links from mldonkey downloads

    Extract ed2k links from mldonkey downloads (incomplete/active ones), using files.ini format which is how modern versions of mldonkey store configuration.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Wiz: #1 Cloud Security Software for Modern Cloud Protection Icon
    Wiz: #1 Cloud Security Software for Modern Cloud Protection

    Protect Everything You Build and Run in the Cloud

    Use the Wiz Cloud Security Platform to build faster in the cloud, enabling security, dev and devops to work together in a self-service model built for the scale and speed of your cloud development.
    Learn More
  • 5
    bcal

    bcal

    Byte CALculator for storage conversions and calculations

    bcal (Byte CALculator) is a command-line utility for storage conversions and calculations. Storage, hardware and firmware developers work with numerical calculations regularly e.g., storage unit conversions, address calculations etc. If you are one and can't calculate the hex address offset for (512 - 16) MiB immediately, or the value when the 43rd bit of a 64-bit address is set, bcal is for you. Though it started with storage, the scope of bcal isn't limited to the storage domain. Feel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    link-dups

    Generate hard links for duplicate files

    Searches for files that are duplicates of each other and creates a script that will cause hard links to replace files that are duplicated so saving disk space. Download executable and type 'link-dups -h' for command line help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ts_extract

    Analyze and reassemble TS (mpeg transport stream) fragments

    This program allows to detect, analyze and reconnect fragments from deleted TS (MPEG transport stream) files. You can use this to recover files from a hard disk after a crash or an erroneous deletion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    android-backup-splitter

    Create a single adb backup for each app /sd and inform of missing apks

    This project consists of two shell scrips. One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app. The other shell script uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method. Other software is needed. The bundle is included in Android Backup Extractor, with the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    ReMove to Waste

    rmw (ReMove to Waste) is a command line recycle bin/trash can utility

    rmw (ReMove to Waste) is a safe-remove utility for the command line. Its goal is to conform to the FreeDesktop.org Trash specification and therefore be compatible with KDE, GNOME, XFCE, and others. Desktop integration is optional however, and by default, rmw will only use a waste folder separated from your desktop trash. One of its unique features is the ability to purge files from your Waste/Trash directories after x number of days.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The first and only enterprise browser that solves both enterprise security and workforce productivity Icon
    The first and only enterprise browser that solves both enterprise security and workforce productivity

    A browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.

    Traditional browsers were never designed for work. They're for internet browsing. Imagine a browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.
    Learn More
  • 10

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    exa

    exa

    A modern replacement for ls

    You list files hundreds of times a day. Why spend your time squinting at black and white text? exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    QtFM

    QtFM

    Desktop Independent File Manager

    Lightweight unix file manager using Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dynomite

    Dynomite

    A generic dynamo implementation for different k-v storage engines

    Dynomite, inspired by Dynamo whitepaper, is a thin, distributed dynamo layer for different storage engines and protocols. Currently these include Redis and Memcached. Dynomite supports multi-datacenter replication and is designed for high availability. The ultimate goal with Dynomite is to be able to implement high availability and cross-datacenter replication on storage engines that do not inherently provide that functionality. The implementation is efficient, not complex (few moving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    diffpak

    A huge files block differential compressor

    A differential compresor (or a binary diff) for huge files. Unlike other tools, e.g. xdelta3, it searches for matching data through the whole source file, even if it weights several gigabytes, while using much less memory (with default configuration approx 25x less than the size of the source file). Output files are not compressed, so you can use any compressor you like with great results. It is quite fast for very similar files (about the speed of hdd, however it reads input files twice)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SortPhotos

    SortPhotos

    SortPhotos is a Python script that organizes photos and videos

    SortPhotos is a Python-based command-line utility that organizes photos and videos into structured directories based on their date and time metadata. It can sort files by year, month, day, or any custom format using EXIF and other metadata tags, making it easy to transform messy collections into neatly arranged photo libraries. The tool works with both images and videos, automatically renames files if desired, and can filter which metadata groups or tags to prioritize when determining file...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    drive

    drive

    Google Drive client for the commandline

    drive is a tiny program to pull or push Google Drive files. Make sure to set your GOPATH in your env, .bashrc or .bash_profile file. You can install scripts for automating major drive commands and syncing from drive-google wiki, also described in platform_packages.md. See file Makefile which currently supports cross compilation. Just run make and then inspect the binaries in directory bin. drive supports resource configuration files (.driverc) that you can place both globally (in your home...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NOTE: Moved to https://github.com/vapier/ncompress maintaining the public domain project ncompress
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    grpar

    Tool to extract Build engine group (.grp) files

    Grpar is a BSD-licensed tool to extract Build engine group (.grp) files. See Ken Silverman's Build engine page (http://advsys.net/ken/build.htm) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Lustre-HPSS copytool

    Lustre-HPSS copy agent

    Lustre-HPSS copytool makes it possible to use HPSS as a backend storage for one or several Lustre filesystems, including: transparent migration of files data from Lustre to HPSS, automatic recalls on access, orphan cleaning in HPSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FDNPKG

    FDNPKG

    a network-enabled package manager for FreeDOS

    FDNPKG is an online update tool for the FreeDOS operating system. It allows to install, remove and update software on a FreeDOS installation using online (http) or local (on disk/cdrom) repositories. It is written by Mateusz Viste for the FreeDOS™ project, but can be used on other DOS systems as well. FDNPKG means "FreeDOS Network Package manager".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AQFS

    AQFS

    Advanced Querable File System

    A file system querable like a database. It supports automatic file versioning, an integrated trashcan, attachments, galleries. Developed using libFuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    SafeKeep is a centralized and easy to use backup application that combines the best features of a mirror and an incremental backup.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Backs up Linux and Windows computers (via NFS, CIFS, SSHFS and local access) onto a central server. Provides filtration to avoid backing up unnecessary files. Database is chunk-based (compressed where worth it) and deduplicated (at chunk level). Most setting can be configured and have sensible defaults.
    Downloads: 0 This Week
    Last Update:
    See Project