Showing 75 open source projects for "nethunter-chroot"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    Downloads: 37 This Week
    Last Update:
    See Project
  • 2

    fast-chroot

    Fast-chroot - быстрый переход в chroot.

    Fast-chroot - это скрипт для быстрого перехода в chroot. Написанный на Golang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Darling

    Darling

    Darwin/macOS emulation layer for Linux

    ...It implements macOS libraries and frameworks, enabling macOS binaries to execute on Linux. Darling has support for DPREFIXes, which are very similar to WINEPREFIXes. They are virtual “chroot” environments with an macOS-like filesystem structure, where you can install software safely. The default DPREFIX location is ~/.darling, but this can be changed by exporting an identically named environment variable. A prefix is automatically created and initialized on first use. Please note that we use overlayfs for creating prefixes, and so we cannot support putting prefix on a filesystem like NFS or eCryptfs. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    FEX

    FEX

    A fast usermode x86 and x86-64 emulator for Arm64

    FEX allows you to run x86 and x86-64 binaries on an AArch64 host, similar to qemu-user and box86. It has native support for a rootfs overlay, so you don't need to chroot, as well as some thunklibs so it can forward things like GL to the host. FEX presents a Linux 5.0 interface to the guest, and supports both AArch64 and x86-64 as hosts. FEX is very much work in progress, so expect things to change. FEX has been tested to build and run on ARMv8.0, ARMv8.1+, and x86-64(AVX or newer) hardware. ARMv7 and older x86 hardware will not work. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    SFTPGo

    SFTPGo

    Fully featured and highly configurable SFTP server with optional HTTP

    Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. SFTPGo is an Open Source project and you can of course use it for free but please don't ask for free support as well. Support for serving local filesystem, encrypted local filesystem, S3 Compatible Object Storage, Google Cloud...
    Downloads: 81 This Week
    Last Update:
    See Project
  • 7
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    chroot.dev.sh

    chroot.dev.sh is a simple bash script to chroot between Linux distro

    chroot.dev.sh is a simple linux / gnu bash script to chroot between partitions with Linux distributions. And tips for / installation / reinstallation / repair of GRUB and GRUB 2 (grand unified bootloader)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    firejail

    firejail

    Linux namespaces sandbox program

    Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. Written in C with virtually no dependencies, the software runs on any Linux computer with a 3.x kernel version or newer. The sandbox is...
    Leader badge
    Downloads: 2,619 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    LFS Helper Scripts

    A few scripts to help while building chapter 8 of LFS

    These script are meant to ease entering and exiting chroot during chapter 8 of LFS (LinuxFromScratch). This project is in no way endorsed by the Linux From Scratch developers or team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PRoot

    PRoot

    Chroot, mount --bind, and binfmt_misc without privilege/setup

    PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture transparently through QEMU user mode. Also, developers can use PRoot as a generic Linux process instrumentation engine thanks to its extension mechanism, see CARE for an example. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 12

    Ubuntu Live Epic Miner

    Ubuntu Live Image Template for the Epic CPU Miner

    This template ISO image comes with pre-installed epic-miner (2.3.1-1) and librandomx (1.0.0-3) packages and can be used with Cubic https://launchpad.net/cubic on Ubuntu to create a custom bootable Ubuntu Live image (DVD or USB) for your personal EPIC mining without the need for a permanent installation on a dedicated mining computer: 1. Download template below and open ISO file in Cubic 2. Change mining pool, username and CPU configuration in /etc/epic-miner.toml in the chroot terminal within Cubic 3. Save image, copy it to DVD/USB (e.g. with Brasero/Startup Disk Creator) and use custom image to boot from DVD or USB. Original source of the Ubuntu image: https://releases.ubuntu.com/20.04.6/ Original source of the mining software: https://epic.tech/downloads/#linux No further ingredients. More on EPIC: http://epicentral.io
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • 13
    Andronix App

    Andronix App

    This is the official repository for the back end of the Andronix app

    Andronix is simple inside the hood (well not really, but most of it is simple to understand). Andronix uses PRoot to run your favorite Linux distribution on your Android devices. PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root file system, making files accessible somewhere else in the file system hierarchy, or executing programs built for another CPU architecture transparently through QEMU user-mode. We use Termux to provide the command line and the packages that are especially compiled for Termux implemented inside Andronix.
    Downloads: 73 This Week
    Last Update:
    See Project
  • 14
    Mind Guard Droid

    Mind Guard Droid

    Mind Guard OS Made For Minds

    ...with Mind Guard Droid for Android. Complete Linux Installer, is an application for the Android that enables users to boot Mind Guard X OS from an Android device via chroot. The user interacts with the Mind Guard X OS via VNC. Mind Guard is the Glasses.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Downloads: 13 This Week
    Last Update:
    See Project
  • 16
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17

    BG-Rescue Linux

    Very small RESCUE LINUX system which boots from usb-stick or cdrom

    ...The system runs entirely in ram and can be booted either from usb-stick or cdrom. It can be booted either on BIOS or UEFI hardware. Besides i386 it also includes a 64bit Linux kernel generating the possibility to chroot into a 64bit (amd64) userspace environment. The system can serve as a full rescue / backup / restore system for Linux or Windows based computers or to facilitate the installation of a recent Debian oder Ubuntu Linux via debootstrap. All the relevant major filesystems and many network cards are supported as well as mounting samba (cifs) and nfs shares over network. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mobilinux - Linux for Android

    Mobilinux - Linux for Android

    This application will allow you to install and run Linux on Android !

    ...Use your mobile as a Pocket PC !! For Root Method: The application creates a disk image on a flash card, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from official mirrors online over the internet. The application requires superuser rights (ROOT).Installing a new operating system takes about 15 minutes. ...
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • 20
    BrOS Builder

    BrOS Builder

    Crie sua própria distro Linux com base no sistema instalado em seu HD

    BrOS Builder é o Shell Script utilizado pela equipe do BrOS para gerar a imagem ISO do sistema, todo o sistema é criado e configurado em uma partição separada via chroot, só depois esse script entra em ação para pegar o sistema e transformar em um Live-CD instalável, o script também pode ser usado para transformar o Linux instalado em seu HD em um Live-CD Instalável com seu sistema já customizado, muito útil para empresas onde existe a necessidade de personalizar muitas máquinas, ou se você simplesmente quiser compartilhar seu sistema personalizado. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    qjail

    Utility for deployment of large FreeBSD jail environments.

    Utility for deployment of large FreeBSD jail environments.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Neon Kernal for MI A3

    Fully patcher nethunter kernal

    Kernel has even support for monitor mode in internal WIFI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24
    Pocohunter
    #### Pocohunter ROM #### NOTE!!! * The beta is very outdated so wait for valid 1.1 release ### Telegram https://t.me/pocohunter_rom ##Features * Out of the box nethunter functionality with supported kernel * HID, Works * Custom apps out of the box. #### Sources https://github.com/PWN-Hunter
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Nethunter&Andrax-android-10

    Nethunter & Andrax Kernel

    **This is only for Z2 PLUS running on Android 10** ***This is for educational purpose only, I AM NOT RESPONSIBLE FOR ANY MISUSE OR ILLEGAL USAGE**** This is the kernel required by Nethunter & Andrax Pentesting platforms to make use of the WiFi Adapter via OTG for WiFi Pentesting.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB