Giter Club home page Giter Club logo

amasster's Introduction

Amasster

Amasster is a powerful, cross-platform tool designed to streamline the process of collecting open source intelligence, performing DNS enumeration, and managing graph databases for security investigations. With a user-friendly GUI and seamless integration with Amass, Amasster provides a comprehensive solution for cybersecurity professionals.

Table of Contents

Features

  • Cross-Platform: Works on both Windows and Linux.
  • Virtual Environment Management: Automated setup, activation, and deactivation of a Python virtual environment.
  • GUI Integration: User-friendly interface to interact with Amass functionalities.
  • Amass Integration: Leverage the powerful Amass tool for DNS enumeration and intelligence gathering.
  • Graph Database Management: Manage and visualize graph databases storing enumeration results.

Requirements

  • Python 3.6+
  • Internet Connection (for downloading dependencies and Amass)
  • Git(manual installation only, setup script will do this for you)

Installation

One-Liner Installation

Run the following command in your terminal or command prompt to clone the repository, set up the virtual environment, and install all dependencies:

curl -fsSL https://github.com/mwhatter/Amasster/raw/main/Amasster_setup.py -o Amasster_setup.py && python Amasster_setup.py

Manual Installation

  1. Clone the Repository:

    git clone https://github.com/mwhatter/Amasster.git
    cd Amasster
  2. Set Up the Virtual Environment:

    python -m venv venv
  3. Activate the Virtual Environment:

    • On Windows:
      .\venv\Scripts\activate
    • On Linux:
      source venv/bin/activate
  4. Install Dependencies:

    pip install --upgrade pip
    pip install pandas tk pyyaml
  5. Install Amass:

    • On Windows:
      powershell -Command "Invoke-WebRequest -Uri https://github.com/OWASP/Amass/releases/download/v3.13.3/amass_windows_amd64.zip -OutFile amass_windows_amd64.zip"
      powershell -Command "Expand-Archive -Path amass_windows_amd64.zip -DestinationPath ."
      move amass_windows_amd64\amass.exe %SystemRoot%\System32
      rmdir /s /q amass_windows_amd64
      del amass_windows_amd64.zip
    • On Linux:
      wget https://github.com/OWASP/Amass/releases/download/v3.13.3/amass_linux_amd64.zip -O amass_linux_amd64.zip
      unzip amass_linux_amd64.zip
      sudo mv amass_linux_amd64/amass /usr/local/bin/
      rm -rf amass_linux_amd64 amass_linux_amd64.zip

Usage

Running the GUI

After the installation, you can launch the Amasster GUI to start using the tool:

python amass_int.py

Command Line Interface

You can also use the individual scripts directly:

  • Set Up the Virtual Environment:

    python amass_venv.py setup
  • Activate the Virtual Environment:

    python amass_venv.py activate
  • Deactivate the Virtual Environment:

    python amass_venv.py deactivate

Scripts Overview

  • amass_int.py: Main GUI script to interact with all functionalities.
  • amass_enum.py: Perform DNS enumeration and network mapping.
  • amass_intel.py: Collect open source intelligence.
  • amass_db.py: Manage and visualize graph databases.
  • amass_config.py: Configure settings for scripted usage of amass.
  • amass_venv.py: Manage the virtual environment setup, activation, and deactivation.
  • setup_amasster.py: One-liner setup script for the entire project.

Contributing

We welcome contributions to Amasster! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Submit a pull request with a detailed description of your changes.

License

Amasster is licensed under the MIT License. See the LICENSE file for more details.


Thank you for using Amasster! If you have any questions, suggestions, or feedback, feel free to open an issue on GitHub.

amasster's People

Contributors

mwhatter avatar

Watchers

 avatar

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.