Skip to content

thedrapinator/dropbox

Repository files navigation

INSTALLING AZURE JUMPHOST

Under the “Basics” section, select the following:

Resource Group: Pentest VPN
Virtual Machine Name: OpenVPN
Region: East US
Image: Ubuntu Server 18.04 LTS
Size: B1s (1 VCPUS, 1GB RAM)
Authentication type: Password
Username: pentest
Password: [fill out and store securely]
Public inbound ports: HTTP, HTTPS, SSH

Under the “Disks” section, select “SSD”

Under the Networking section, Public IP:

Select “create new”
Select “static” and save (Take note of this you will need it later)

Select “review and create” and create the machine

Once the machine is running, open the virtual machine settings and select “Networking”:

Select “Add inbound port rule”
Change “Destination port ranges” to 1194
Change “Protocol” to UDP
Change “Name” to “Port_1194”
Leave the rest as default and select “Add”

SSH into Public Azure IP of server using credentials chosen during setup:

ssh pentest@[Public IP]
sudo apt install git
git clone http://github.com/thedrapinator/dropbox.git
sudo ./azure_setup.sh
Create an openvpn cert and copy the file to flash drive.

CONFIGURING THE DROPBOX

Then power on the dropbox and run the dropbox setup script:

copy the openvpn cert to the home folder
git clone http://github.com/thedrapinator/dropbox.git
cd dropbox
chmod +x *.sh
sudo ./NAB_MASTER_INSTALL.sh

About

dropbox setup and install guides and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages