Showing 62 open source projects for "usb-boot_utilities"

View related business solutions
  • 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
  • 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
    Tor Browser

    Tor Browser

    Browser for using Tor on Windows, Mac OS X or Linux

    Tor Browser enables you to use Tor on Windows, Mac OS X, or Linux without needing to install any software. Tor is a software that bounces your communications around a distributed network of relays run by volunteers. This effectively prevents anyone watching your Internet connection from learning what sites you visit; it prevents the sites you visit from learning your physical location; and allows you access to sites which are blocked. Tor Browser can run off a USB flash drive, comes...
    Downloads: 1,847 This Week
    Last Update:
    See Project
  • 2
    OpenMTP

    OpenMTP

    Advanced Android File Transfer Application for macOS

    Transferring files between macOS and Android or any other MTP device has always been a nightmare. There are a few File Transfer MTP apps that are available online but most of them are either too expensive or come with bad UI/UX. The official "Android File Transfer" app for macOS from Google comes with bugs, and innumerable limitations, some of which include - not being able to transfer files larger than 4GB, frequent disconnections, unable to rename the folders or files on the android/MTP...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3
    Cryptomator

    Cryptomator

    Multi-platform transparent client-side encryption for your cloud files

    Cryptomator is a free and open source project that offers multi-platform, transparent client side encryption of your files in the cloud. It works with just about any cloud storage service; is totally transparent so you can work with your files how you normally would; and secure with a 256-bit key length AES encryption. It’s also simple and easy to use with no need for different accounts, key management, cloud access grants or cipher configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PortableApps.com

    PortableApps.com

    Portable software for cloud, local, and portable USB drives

    PortableApps.com is the world's most popular portable software solution allowing you to take your favorite software with you. A fully open source and free platform, it works from any synced cloud folder (DropBox, Google Drive, Box, etc), from your local PC on an internal or external drive, or on any portable storage device (USB flash drive, memory card, portable SSD or hard drive, etc) moved between PCs. With millions of users all over the world, nearly 500 real open source and freeware apps...
    Leader badge
    Downloads: 306,335 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    winPenPack

    winPenPack

    The portable software collection

    winPenPack is a project that aims at collecting the most frequently used and most popular open source applications made portable, so that they can be executed without installation from any USB Flash Drive or Hard Disk. The winPenPack suites offer a wide range of portable applications like office tools, internet tools, multimedia tools, development tools, security applications and other frequently used utilities. Everything you need, completely free, open source and portable!
    Leader badge
    Downloads: 633 This Week
    Last Update:
    See Project
  • 6
    Network Security Toolkit (NST)

    Network Security Toolkit (NST)

    A network security analysis and monitoring toolkit Linux distribution.

    Network Security Toolkit (NST) is a bootable ISO image (Live USB Flash Drive) based on Fedora 38 providing easy access to best-of-breed Open Source Network Security Applications and should run on most x86_64 systems. The main intent of developing this toolkit was to provide the security professional and network administrator with a comprehensive set of Open Source Network Security Tools. The majority of tools published in the article: Top 125 Security Tools by INSECURE.ORG are available...
    Leader badge
    Downloads: 217 This Week
    Last Update:
    See Project
  • 7
    KiTTY

    KiTTY

    Lightweight, open-source SSH/telnet client

    KiTTY is a lightweight, open-source SSH/telnet client and terminal emulator based on PuTTY, designed for use in Windows environments. It is primarily used for remote connections via SSH, Telnet, Rlogin, and serial protocols, making it an essential tool for system administrators, network engineers, and developers who need to manage remote servers or devices. KiTTY extends PuTTY's functionality with a variety of enhancements, such as session management, automated password handling, and...
    Downloads: 87 This Week
    Last Update:
    See Project
  • 8
    Dev-PHP IDE
    Dev-PHP is a well-featured IDE for PHP. Fast and powerful, it is easy to use and has a lot of cool features : class browser, scripts preview, integration with PHP parsers, PHP-GTK library, and Xdebug of course. Dev-PHP-usb slips even into your pocket.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 9
    FlickOS

    FlickOS

    Lightweight, Elegant and Sustainable Operating System

    ... and Flick it. Support If you are having trouble installing or have some suggestions, you can email me at dvbondoy@gmail.com. You may also join our Reddit community at r/flickos, I am always there to answer your questions. Create issues at https://github.com/dvbondoy/FlickOS/issues Download the ISO file, write it to flash-drive using Etcher and boot your computer to the USB.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 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.
  • 10

    TheSSS (The Smallest Server Suite)

    Lightweight Server Suite for LAN

    ..., which can be used to create an easy-to-use TheSSS Live USB.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    BDE QR Generator

    BDE QR Generator

    Offline QR code generator for BDE

    Most QR codes are just text. When scanned with a USB reader, the reader just types out the text really quickly. It's difficult to type in a 55-character bitlocker key. This tool will create a QR code from a bitlocker key so you can plug a 2D barcode scanner into the affected computer, then scan the picture from the program. There's a section to allow you to create a QR with some cmd code to simplify the unlock and even delete a file. You can keep concatenating with &&. The screenshots...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13

    Leagueloch

    Free Portable Database For Organizing Your Legal Paper Work

    LeagueLoch, is a portable database, which has been written for Window XP. Its basic design, makes it very easy to use, specially if your dyslexic !!!! Its main purpose is for the organization of your legal paper work !!!! It also incorporates, it's own chat browser, for peer 2 peer video chats, none of which are monitored, making it ideal for legal chats !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pwnagotchi

    Pwnagotchi

    Deep Reinforcement learning instrumenting bettercap for WiFi pwning

    Pwnagotchi is an A2C-based “AI” powered by bettercap and running on a Raspberry Pi Zero W that learns from its surrounding WiFi environment in order to maximize the crackable WPA key material it captures (either through passive sniffing or by performing deauthentication and association attacks). This material is collected on disk as PCAP files containing any form of handshake supported by hashcat, including full and half WPA handshakes as well as PMKIDs. Instead of merely playing Super Mario...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Network and UPS Logger

    Network and UPS Logger

    Network Ping time and UPS Logger

    This software is a designed to log network ping status over a network . as well as monster bandwidth Usage on Cisco devices, Linux and Windows Devices developed this to debug issues in my and my clients networks. If you have trubble installing please mail me on weerakoon123@gmail.com UPS logger for Prolink and other Similer ups with USB Link Note : Fixed msome miner bugs. every thing should work now :P dashboard was broken before
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    OS X Portable Applications

    Portable OS X FOSS applications

    OS X FOSS portable applications are packaged so you can carry around on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (or also on your internal hard disk), taking your preferences with you.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 17
    Snare Lite (SIEM & Logging Software)

    Snare Lite (SIEM & Logging Software)

    Snare Enterprise: bit.ly/Snare-Trial

    ... architecture regardless of third party developers. In fact, the agnostic nature allows it to bridge gaps between multiple SIEM implementations across business units. For more on use cases, check out the Intersect Alliance website. https://www.snaresolutions.com/ Snare Enterprise’s premium features include: - Regulatory Compliance - TLS Encryption - Log Simulcasting - TCP – Guaranteed Log Delivery - USB Device Monitoring - And more! For updates follow us on social media!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    FreeFileSync

    FreeFileSync

    Free data backup software to synchronize files and folders

    FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and macOS. It is designed to save your time setting up and running data backups while having nice visual feedback along the way. _______________________________________________________________ DOWNLOAD LINKS (official homepage): https://freefilesync.org/
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 19
    ( pro ping )pinger network alert monitor

    ( pro ping )pinger network alert monitor

    Pinger alert, STATICTICAL TABLES, send EMAILs or SMS by SMS GATEWAY

    ..., it is designed for the computer technician who carries a powerful tool in the USB key. In addition, an audible alarm warns you via Telnet or SSH terminal, a log files recorded can be used to convey specific information to the system administrator. It is comes with a configurable for warning by email. lightweight code, coming with the source files, written in C, Email warning sender, ANDROID ping, SPARC, AMD64, traceroute, DETECT SOURCE Downs, Warning by Email, C language
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Chromium Portable

    Chromium Portable

    Portable version of the Chromium web browser

    Chromium Portable is a portable version of the Chromium web browser, packaged in the PortableApps.com Format, so you can run it from an iPod, USB flash drive, portable hard drive, CD or any other portable media.
    Leader badge
    Downloads: 302 This Week
    Last Update:
    See Project
  • 21
    O.N.O.S

    O.N.O.S

    Open Network Object System

    ... want, connect your arduino to the usb and run the python program on the pc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    PenguinTV is a Python-based RSS reader specifically designed for downloading and viewing podcasts and video blog entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Handy TCP/IP Server/Client Tools

    Various TCP/IP servers, clients and network management tools

    ... can also be used as a Ethernet over UDP tunnel to remote bridge PC's local NIC, VXLAN, UDP proxy etc. Visit the Wiki page for detail. GUI tools include a network monitoring tool PMON, a SNMP and IP scanner. The project aim is to make them as light weight tools that can be directly executed in command prompt without the need of installation. (Except pmon and UBridge to bridge PC's NIC which require Winpcap). The whole package can be put into USB flash and 伴侶highly portable.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    COMPILIBRE

    COMPILIBRE

    Allows to list software, then to distribute them on USB keys

    The COMPILIBRE software allows to list documents and software, then to distribute them on USB keys or DVDs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next