Giter Club home page Giter Club logo

astromurr's Introduction

My lovely Logo

Welcome to the AstroMurr Project! This Ruby-based project is designed to simplify the deployment of Rogue Access Points for out-field testing purposes. Whether you are a network administrator, security professional, or researcher, AstroMurr aims to provide you with a streamlined toolset to test and evaluate the security of wireless networks and devices abroad.

Disclaimer: This project is intended for educational and ethical testing purposes only. Unauthorized deployment of Rogue Access Points can be illegal and unethical. Always ensure you have proper authorization and follow the law when conducting any wireless network testing.

Table of Contents

Getting Started

Prerequisites

  • Ruby (>= 2.6.3)
  • Bundler (>= 2.0.2)
  • Hostapd (>= 2.9)
  • Dnsmasq (>= 2.80)
  • Iwconfig
  • Ifconfig
  • A Linux-based operating system (tested on Debian 10)

Installation

  1. Clone the repository
git clone https://github.com/OakAtsume/AstroMurr.git
  1. Install the required gems
bundle install
  1. Run the setup script (optional)
chmod +x setup.sh
./setup.sh
  1. Run the application
bundle exec ruby astromurr.rb <options>

Astromurr will bind on ports 53 (DNS), 67 (DHCP), and 80 (HTTP) by default. Ensure these ports are not in use by other services before running Astromurr.

Usage

Options

# Example usage
ruby astromurr.rb wlan1 "Hello World WiFi" 11
# Example usage (with wpa2)
ruby astromurr.rb wlan1 "Hello World WiFi" 11 MyStrongPassword
Option Description
Interface The wireless interface to use for the Rogue Access Point.
SSID The SSID to broadcast for the Rogue Access Point.
Channel The channel to broadcast the Rogue Access Point on (Only 2.4 is currently supported).
Password The password to use for the Rogue Access Point (Optional).

Troubleshooting

Common Issues

  • Ensure you are running the application as root.
  • Ensure you have the required dependencies installed.
  • Ensure you don't have task's running on ports 53, 67, or 80.
  • Ensure you killed wpa_supplicant, NetworkManager,dhcpcd, and any other network services. (These can interfere with the Rogue Access Point)

License

Distributed under the MIT License. See LICENSE.md for more information.

astromurr's People

Contributors

oakatsume avatar

Stargazers

Charles The Great avatar  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.