Showing 22 open source projects for "forensic hard copy"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Clonezilla

    Clonezilla

    A partition and disk imaging/cloning program

    Clonezilla is a partition and disk imaging/cloning program similar to True Image®. It saves and restores only used blocks in hard drive. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (Server Edition).
    Leader badge
    Downloads: 34,815 This Week
    Last Update:
    See Project
  • 2
    q4rescue

    q4rescue

    A live linux Rescue toolkit/Emergency OS - based on q4os Trinity

    A live linux system rescue toolkit based on q4os Trinity available as a bootable iso for administrating, repairing and cloning/restoring your system and data. Check wiki for full description : https://sourceforge.net/p/q4rescue/wiki/ Main tools: -Foxclone -Rescuezilla -Clonezilla -DDrescue-gui -qtfsarchiver -Apart -Testdisk -Photorec -Boot Repair -WoeUSB -Q4OS imager -UNetbootin -usbimager -Kdirstats -Kdiskmark -Rclone & Rclone...
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    Partition Logic

    Partition Logic

    Disk partitioning and data management for x86-compatible systems

    Based on the Visopsys operating system, Partition Logic is a bootable disk image featuring a disk manager program that can create, delete, erase, format, defragment, resize, copy, and move partitions and modify their attributes. It can copy entire hard disks from one to another. Other tools, such as system diagnostics, are also available within the system.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 4
    Advanced DHCP Server Live CD (With GUI)

    Advanced DHCP Server Live CD (With GUI)

    The Free & Popular opendhcp application for Physical & Virtual Machine

    Instructions: 1. Write this .iso file to a Pen Drive, with the Free multibootusb software ( links below ) 2. Boot from the Pen Drive, after changing the BIOS Boot Order quickly on system startup 3. First startup will show some info dialogs. These can be cancelled without making any changes 4. Click on the opendhcp folder link on Desktop 5. Right click the set_eth0_static_ipaddress.sh file and choose Open as Text option. Edit the file to meet your network needs. To know about...
    Downloads: 32 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 5
    Exton|OS

    Exton|OS

    Exton|OS 64 bit based on Ubuntu/Debian with KDE Plasma 5.27.11

    .../CD) or USB stick. You'll need at least 4 GB RAM to run Exton|OS that way. I.e. super fast! USB installation To enable persistence you can install Exton|OS to a USB stick in the same way as a hard drive installation. You can use Refracta Installer. ANDROID STUDIO You can emulate different Android systems (with GAPPS). If you have plenty of RAM you can do it live. I.e. while running Exton|OS from a USB stick. VirtualBox Guest Additions are pre-installed. Kernel 6.11.6-amd64-exton.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6
    RAWImaging

    RAWImaging

    Graphical frontend to work with binary images (RAW) of media

    Forensic (but not only) graphical frontend to work with binary images (RAW) of media in GNU/Linux. These images are universal and can be installed using both standard operating systems and popular forensic software such as Encase, Sleuthkit/Autopsy, etc. in all operating systems). The idea of the project is to implement a fast, convenient and safe making of legal copies and manipulating with images, by means of GNU/Linux, without the need for expensive hardware write lock on the media...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    JDiskCat

    JDiskCat

    Multi-platform disk cataloguing utility written in java.

    Easy-to-use multi-platform disk cataloguing program supporting local or removable media - drives and folders. Uses XML files as a data storage. It was originally created in 2010 to catalogue software compilations (also called freeware compilations) and CDs distributed with computer magazines. It was later improved to support any kind of disk and folder. It can be used to catalogue fragile disks like CDs, floppies, external hard drives, usb sticks, memory cards which are easy to damage...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Linux program for writing Microsoft compatible boot records. This program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT32 partition except that it does not copy any system files, only the boot record is wri
    Leader badge
    Downloads: 185 This Week
    Last Update:
    See Project
  • 9
    nnn

    nnn

    The missing terminal file browser for X

    nnn is a fork of noice, a blazing-fast lightweight terminal file browser with easy keyboard shortcuts for navigation, opening files and running tasks. noice is developed considering terminal based systems. There is no config file and mime associations are hard-coded. However, the incredible user-friendliness and speed make it a perfect candidate for modern distros. nnn works with the desktop opener, adds new navigation options, navigate-as-you-type mode, enhanced DE integration, bookmarks...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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

    flash boot builder

    to create bootable usb from windows 7,8,10

    Flash Boot Builder 2020 Program, the second version of installing Windows from the flash with one click and without deleting the existing data or formatting of the flash; the program will allow you to use multiple flash as a folder and data transfer in addition to it being bootable any bootable, since you can install any type of Windows from Flash whether Windows Vista, 7, 8, 8.1 or Windows 10.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 12
    Pharos

    Pharos

    RTOS for Secure, Safe and Real-Time Systems

    Pharos is a free open-source RTOS for secure, safe and real-time systems with the following characteristics: - Memory and enhanced time partitioning (TSP) - Native support for sporadic, periodic and aperiodic threads - Fixed-priority preemptive scheduler - Execution time protection (threads are prevented from executing for more time than they are configured to) - Small size (full image has ~100 to 300KiB text, ~30KiB data) - Hard real-time determinism - Fast critical sections...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    F.H.C. live

    F.H.C. live

    Linux bootable LiveCD - Forensics Hard Copy

    Forensic Hard Copy is a linux distribution, bootable from CD / USB (live), created exclusively to automate and speed up the identical copy of mass memories. Such copying procedures are commonly used in the field of forensic computers; it is orthodox practice in this field of information technology, to acquire data from the offending media so as to preserve them from possible alterations or damage, and then subsequently analyze the identical copy. The project was created to meet the operational...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    MooseFS

    MooseFS

    Fault tolerant, POSIX-compliant, network distributed filesystem

    ...) * Symbolic links (file names pointing to target files, not necessarily on MooseFS) and hard links (different names of files which refer to the same data on MooseFS) * Access to the file system can be limited based on IP address and/or password MooseFS on GitHub: https://github.com/moosefs/moosefs Packages repository, download: https://moosefs.com/download Documentation: https://moosefs.com/support Recent changes: https://github.com/moosefs/moosefs/blob/master/NEWS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    FiwixOS 3 is a Fiwix distribution, an operating system made from a software collection that is based upon the Fiwix kernel. It basically comprises a Fiwix kernel, GNU tools, libraries and additional software. All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Quick-Save-Live

    Quick-Save-Live

    Quick Safety and Rescue System

    This Linux Live CD provides a Quick Way to Save Files from the Hard Drives to an External Drive for Safety and Rescue Purposes. This GUI System gets started in less than 28 seconds and is able to auto mount all drives including external ones, but excluding encrypted drives, for user access. On Startup, this system provides a dual pane file manager for copying files and folders between the panels, by way of a simple drag and drop facility. Following are the limitations of this system...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    USB Bootable 2.0

    Create USB Stick a windows 7 bootable

    Create windows bootable USB Flash drive, ssd drive, pendrive and external hard Drive. USB Bootable is a small and useful software for computer users to install windows fast. Note: ISO image not supported, please use cd/dvd rom with extracted files. How to use it? 1. Insert windows 7/8 CD/DVD to DVD ROM 2. Start USB Bootable Software 3. Select USB Drive 4. Select Windows CD/DVD Drive 5. Click on Create Now 6. Copy All CD/DVD Files to USB Drive 7. Click again on Create Now Now...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    FileSystem is an OPENSOURCE program for advanced disk management with built-in drivers for PATA IDE Hard Disks and DVD/CDROM Drives, USB Mass Storage Drivers. Implemented file systems : FAT32 / ISO9660 / EXT2. It can be compiled for DOS, LINUX, WIN32
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Chronicle is a set of BASH shell scripts that use rsync to back up data to a remote host. Snapshots are created and rotated using hard links to minimize storage requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Given a collection of individual (big) files, which are backed up to a separate hard disk. When reorganizing by moving files into separate directories, this tool helps to perform the same move operations in the backup copy with minimal data transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Discover hidden files you never seen before! NTFS ADS is an forensic/security utility to reveal, list, delete, determine contents, extract and copy hidden files from NTFS Alternate Data Streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    dvd copy does what the name implies, it copies the main feature of a dvd to the hard drive then shrinks it down to fit on a 4.7GB dvd then burns it to a dvd. This is good for making backup copies of dvds you legally own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next