nicholasadamou / minipwner

A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
MIT License
64 stars 16 forks source link
dropbox hacking hacking-tool hacking-tools minipwner penetration-testing pentest pentesting

MiniPwner

banner

A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "drop box".

What is the "MiniPwner"?

The MiniPwner is a penetration testing "drop box".

It is designed as a small, simple but powerful device that can be inconspicuously plugged into a network and provide the penetration tester remote access to that network.

It's made up of a portable TP-Link MR3040 running OpenWRT.

Features

Specifications

The MiniPwner is a TP-Link MR3040 router with a 16GB flash drive to expand its storage capability.

Includes 802.11n Wireless N WiFi and an Ethernet port.

Operating System is OpenWrt Barrier Breaker.

What can you do with it?

There are many other creative ways to use the MiniPwner.

Here is a list of some of the software that comes pre-installed:

Install

Note: Please see the Wiki/Configuring-a-TP-Link-MR3040-into-a-MiniPwner for instructions on configuring the MiniPwner.

There are two methods provided for installing and configure the TP-Link MR3040 router into a MiniPwner. Please review and choose one below.

Review, then execute the below script on the TP-Link MR3040 running OpenWRT:

Method One:

wget -O /tmp/minipwner.zip https://github.com/nicholasadamou/minipwner/archive/master.zip && \
    unzip /tmp/minipwner.zip && \
    cd /tmp/minipwner && \
    bash src/setup.sh

Method Two:

wget -O /tmp/minipwner-overlay_2.0.0.tar https://raw.githubusercontent.com/nicholasadamou/minipwner/master/OVERLAY/minipwner-overlay_2.0.0.tar && \
    mkdir /tmp/minipwner-overlay_2.0.0 && \
    tar -C /tmp/minipwner-overlay_2.0.0 -xvf /tmp/minipwner-overlay_2.0.0.tar && \
    cd /tmp/minipwner-overlay_2.0.0 && \
    sh src/setup.sh

License

MiniPwner is © Nicholas Adamou, Michael Vieau.

It is free software, and may be redistributed under the terms specified in the LICENSE file.