Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waruqi/termux-pentest
https://github.com/waruqi/termux-pentest
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waruqi/termux-pentest
- Owner: waruqi
- License: other
- Created: 2020-02-27T15:16:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T10:19:02.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T04:52:27.374Z (2 months ago)
- Language: Shell
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Termux Pentest [W.I.P]
Unofficial Pentesting Package Repo For Termux By @xploitednoobHomepage: [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]: