Sinisterly
Parrot Cloud on the go!! - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems)
+--- Thread: Parrot Cloud on the go!! (/Thread-Parrot-Cloud-on-the-go)



Parrot Cloud on the go!! - Byrdonawire - 11-24-2016

Have you ever needed to hack something but you're not at home? I know I have!
This is why we've set up a cloud hack station using Parrot Cloud OS.
First things first, you'll need a vps We'd recommend using a platform like DigitalOcean, where you can create virtual servers on the fly, called "Dropletts". When you create a Droplett, you should pick Debian as your OS. Once the server is set up, you will need to run apt-get update and apt-get upgrade, then apt-get install git, and git clone [url]

after this, you'll need to give execute permissions to the bash script, which can be done using the command "chmod +x script.sh", and then execute the script with the command "./script.sh -y"

The -y flag will give a "Yes" value to any yes/no options for installing the script, allowing you to simply leave the script running and allowing for an automatic installation.

Once the script has finished running, (it will take a while) you should reboot the vps and when you login you should be presented with user@parrot in your command line when you ssh in to the server.
If this is the case, your server has all the necessary tools installed, run apt-get update to refresh the installation repositories in case any tools need an update, and from here-on out your cloud based hack station is fully configured and ready to go!


RE: Parrot Cloud on the go!! - BORW3 - 11-30-2016

Any free vps that works whether offline or online?


RE: Parrot Cloud on the go!! - Bish0pQ - 11-30-2016

(11-30-2016, 11:13 AM)BORW3 Wrote: Any free vps that works whether offline or online?

Interserver (0.01$) or Amazon services.


RE: Parrot Cloud on the go!! - Altair - 11-30-2016

Oh shit its awesome bro, now I can use wpscan on vps Smile I was searched that much before but I couldn't find anything. Appreciated, I'll try asap