/termux-pentest

The Pentesting Unofficial Repo For Termux

Primary LanguageShellOtherNOASSERTION

Termux Pentest Repo By @xploitednoob

Packages last build status

This Repo Contains Some Pentesting Related Package Which Maybe Unstable Or Should Not Work At All.

How to enable this repository

To enable this package repository run:

Commands Coming Soon. 

Building packages manually

You can build all packages manually by using provided docker image. The only requirements are Linux-based host with Docker installed.

  1. Clone this repository:

    git clone https://github.com/xploitednoob/termux-pentest
    
  2. Enter build environment (will download docker image if necessary):

    cd ./termux-pentest
    ./start-builder.sh
    
  3. Choose package you want to build and run:

    ./build-package.sh -a ${arch} ${package name}
    

    Replace ${arch} with target CPU architecture and ${package name} with package name you want to build.

Contributing

I am working on packages in my spare time and probably will not be able to process your issues instantly. It would be very helpful if you submit a pull request with new packages or bug fixes.

If you wish to contribute, please take a look at Unstable packages contributing guide and developer's wiki pages.