$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Owasp Amass on Debian Bookworm – Step-by-step

September 24, 2023 | By the+gnu+linux+evangelist.

How to Install Amass

  1. 2. Installing Go

    How to Install GoLang on Debian

    Go Debian Setup Guide
  2. 3. Installing OWASP Amass

    Then to Install OWASP Amass on Debian
    First, make a local Go Workspace:

    mkdir ~/Downloads/amass && cd ~/Downloads/amass

    Then to initialize it:

    go work init

    Next simply run:

    go install -v github.com/owasp-amass/amass/v4/...@master

    For further Insight see the Official Documentation.
    Now to amend the User’s Path:

    echo "export PATH=$PATH:$GOPATH/bin" >> ~/.bashrc

    And then Re-load it:

    bash

    Last, to Test your Setup show the Help with:

    amass --help
    Amass help

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,