Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waruqi/termux-pentest


https://github.com/waruqi/termux-pentest

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Termux Pentest [W.I.P]
Unofficial Pentesting Package Repo For Termux By @xploitednoob

Homepage: [https://termuxpentest.xploitednoob.ml](https://termuxpentest.xploitednoob.ml)

Repo Homepage: [https://termuxpentestpkg.xploitednoob.ml](https://termuxpentestpkg.xploitednoob.ml)

Packages Link: [https://bintray.com/xploitednoob/termux-pentest](https://bintray.com/xploitednoob/termux-pentest)

[![Packages last build status](https://github.com/xploitednoob/termux-pentest/workflows/Packages/badge.svg)](https://github.com/xploitednoob/termux-pentest/actions) ![WIP](https://img.shields.io/badge/Packages-Work_In_Progress-success)

Homepage:
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:

```
curl -sSL https://termuxpentest.xploitednoob.ml/files/add-repo.sh | bash -
```

## 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](https://github.com/xploitednoob) 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](./CONTRIBUTING.md)
and developer's [wiki pages](https://github.com/termux/termux-packages/wiki).

[termux-packages]:

[unstable-packages]: