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

How to Install Owasp Amass on Linux – Step-by-step

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

How to Install Amass

  1. 2. Installing Go

    How to Install GoLang on Linux

    Here Go Linux Setup Guide
    Link to Go Compiler Linux Installation Step-by-step Guide
  2. 3. Installing OWASP Amass

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

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

    Then to initialize it:

    Copy
    go work init

    Next simply run:

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

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

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

    And then Re-load it:

    Copy
    bash

    Last, to Test your Setup show the Help with:

    Copy
    amass --help
    Amass help

Contents


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