GithubHelp home page GithubHelp logo

dadevel / archpkgs Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 1.0 101 KB

Pentesting tools packaged for Arch Linux.

License: MIT License

Dockerfile 0.74% Shell 93.45% Python 5.82%
archlinux pkgbuild pentesting redteaming

archpkgs's Introduction

archpkgs

Red teaming and pentesting tools packaged for Arch Linux.

Remarks:

  • packages are installed under /opt/archpkgs
  • Python packages are isolated in their own virtual environments
  • packages are rebuild weekly

Setup

Run the following command to add the repo.

curl -sSfL https://github.com/dadevel/archpkgs/raw/main/setup.sh | sudo bash

List all packages provided by the repo.

sudo pacman -Sl archpkgs

Note: Breaking changes that require manual interaction are marked in the commit history with an !.

Development

  1. Clone the repo.

    git clone --depth 1 https://github.com/dadevel/archpkgs.git
    cd ./archpkgs
  2. Create a new directory named like the package.

    mkdir ./example
  3. Place a PKGBUILD in the newly created directory that describes how the package is built.

    vim ./example/PKGBUILD
  4. Update the build container.

    podman pull ghcr.io/dadevel/archpkgs-builder:latest
  5. Build the package.

    podman run -it --rm --userns keep-id --group-add wheel -v ./example:/build -w /build --entrypoint /bin/env ghcr.io/dadevel/archpkgs-builder:latest makepkg --syncdeps --clean --needed --noconfirm
  6. Install the package and verify everything is on order.

    sudo pacman -U ./example/example-1234.5678900-1-any.pkg.tar.zst
  7. Run ./generate-workflow.py to update the CI pipeline.

  8. Open a pull request.

Tips

If building Rust fails with a strange linker error, use CFLAGS="${CFLAGS/-flto=auto/}" cargo build ....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.