473,513 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows Coder Needed

For a client of ours we are searching someone with the following
knowledge

Windows
Virusscanners
Spyware tools

We need a windows application that runs in the background and for
example changes the results from searchengines.

People download this in trade for services from our side. So we DO NOT
need scripts that automatically install applications, or the
application.

You can get payed on a project base or an hour base.

We pay good money, you make good software. Also we would like you to
keep updating this tool (and get payed ofcourse) if possible.

You can contact us trough

ne***************@gmail.com

Thanx!

And ps. If your name is Neo of Tr!n!ty of H@ckz0r..... please don't
waste your and our time ;)

Jul 17 '06 #1
10 1614
* ne***************@gmail.com spammed in [comp.lang.c]:
For a client of ours we are searching someone with the following
knowledge

Windows
Virusscanners
Spyware tools

We need a windows application that runs in the background and for
example changes the results from searchengines.
Malware, in other words.

People download this in trade for services from our side. So we DO NOT
need scripts that automatically install applications, or the
application.

You can get payed on a project base or an hour base.

We pay good money, you make good software. Also we would like you to
keep updating this tool (and get payed ofcourse) if possible.

You can contact us trough

ne***************@gmail.com

Thanx!
CC: ab***@gmail.com

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Jul 17 '06 #2
Alf P. Steinbach wrote:
We need a windows application that runs in the background and for
example changes the results from searchengines.

Malware, in other words.
Sounds like the "CoolWebSearch" virus. If they were smart they'd just
modify that instead of writing a virus from scratch...

Tom

Jul 17 '06 #3
We need a windows application that runs in the background and for
example changes the results from searchengines.

Malware, in other words.

Sounds like the "CoolWebSearch" virus. If they were smart they'd
just
modify that instead of writing a virus from scratch...
Right. Best would you you give them a few hints on ho to do that and
what to pay attention to, so it'll spread wider than the original.
Tomorrow we're all busy visiting our stupid friends who opened the
"your_message.pif" for the 1000th time.
Jul 17 '06 #4

Gernot Frisch wrote:
We need a windows application that runs in the background and for
example changes the results from searchengines.

Malware, in other words.
Sounds like the "CoolWebSearch" virus. If they were smart they'd
just
modify that instead of writing a virus from scratch...

Right. Best would you you give them a few hints on ho to do that and
what to pay attention to, so it'll spread wider than the original.
Tomorrow we're all busy visiting our stupid friends who opened the
"your_message.pif" for the 1000th time.
I run Gentoo Linux as a non-root user.

I only use Windows for work where a virus is basically a free day off.
:-)

Tom

Jul 17 '06 #5
Tom St Denis wrote:
Gernot Frisch wrote:
We need a windows application that runs in the background and for
example changes the results from searchengines.
>>
>Malware, in other words.
>
Sounds like the "CoolWebSearch" virus. If they were smart they'd
just
modify that instead of writing a virus from scratch...
Right. Best would you you give them a few hints on ho to do that and
what to pay attention to, so it'll spread wider than the original.
Tomorrow we're all busy visiting our stupid friends who opened the
"your_message.pif" for the 1000th time.

I run Gentoo Linux as a non-root user.

I only use Windows for work where a virus is basically a free day off.
:-)
You're afraid of being a root user?

Jul 17 '06 #6
lovecreatesbeauty said:
Tom St Denis wrote:
<snip>
>>
I run Gentoo Linux as a non-root user.

I only use Windows for work where a virus is basically a free day off.
:-)

You're afraid of being a root user?
No. He's bright enough to realise how astoundingly stupid it is to use the
root account except when you really, really have to.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Jul 17 '06 #7

"Richard Heathfield" <in*****@invalid.invalidschrieb im Newsbeitrag
news:fu********************@bt.com...
lovecreatesbeauty said:
>Tom St Denis wrote:
<snip>
>>>
I run Gentoo Linux as a non-root user.

I only use Windows for work where a virus is basically a free day
off.
:-)

You're afraid of being a root user?

No. He's bright enough to realise how astoundingly stupid it is to
use the
root account except when you really, really have to.
Which is almost every minute on Windows....
Jul 17 '06 #8

In article <4i************@individual.net>, "Gernot Frisch" <Me@Privacy.netwrites:
>
"Richard Heathfield" <in*****@invalid.invalidschrieb im Newsbeitrag
news:fu********************@bt.com...

No. He's bright enough to realise how astoundingly stupid it is to
use the root account except when you really, really have to.

Which is almost every minute on Windows....
Nonsense. I've been developing software professionally on Windows,
using a non-administrative account for nearly everything I do, since
NT 4.0 was released. People who do everything on Windows using an
administrative account simply haven't bothered to learn how to use
the OS.

Prior to the introduction of the "runas" command, it was useful to
have something like Microsoft Services for Unix installed, so that
you had some equivalent to Unix's "su" and could run individual
commands with a different user's authority. Now that capability is
included with the base OS, and there is no excuse for working as an
administrative user where it's not necessary.

I frequently hear that "some applications, such as Microsoft Office,
don't work if you're not an administrator". I use MS Office - I
loathe it, but it's a company standard - every day, and I have never
had it refuse to do what I needed it to do simply because I was using
a non-administrative account. Because it's full of bugs and
generally brain-dead, yes, but not because I'm not running it as an
administrator.

Windows has many problems, but this is not one of them.

--
Michael Wojcik mi************@microfocus.com

Ten or ten thousand, does it much signify, Helen, how we
date fantasmal events, London or Troy? -- Basil Bunting
Jul 17 '06 #9
No. He's bright enough to realise how astoundingly stupid it is
to
use the root account except when you really, really have to.

Which is almost every minute on Windows....

Nonsense. I've been developing software professionally on Windows,
using a non-administrative account for nearly everything I do, since
NT 4.0 was released. People who do everything on Windows using an
administrative account simply haven't bothered to learn how to use
the OS.

Prior to the introduction of the "runas" command, it was useful to
have something like Microsoft Services for Unix installed, so that
you had some equivalent to Unix's "su" and could run individual
commands with a different user's authority. Now that capability is
included with the base OS, and there is no excuse for working as an
administrative user where it's not necessary.

I frequently hear that "some applications, such as Microsoft Office,
don't work if you're not an administrator". I use MS Office - I
loathe it, but it's a company standard - every day, and I have never
had it refuse to do what I needed it to do simply because I was
using
a non-administrative account. Because it's full of bugs and
generally brain-dead, yes, but not because I'm not running it as an
administrator.

Windows has many problems, but this is not one of them.
It's not a windows problem. It's the problem of specialist in any area
but programming, who write a good program (good functionality - bad
coding and GUI) that refuse to work as non-admin. Most common mistakes
are:
-write files (temporarily) to the program's directory
-store information in an .ini file (in program or windows directory)
-write to HKLM instead of HKCU
....

There's no problem with Windows these days - it's the coding style of
old school programmers. With Vista a lot will change - at least they
say so...

-G.

Jul 18 '06 #10

In article <4i************@individual.net>, "Gernot Frisch" <Me@Privacy.netwrites:

Please don't remove attribution lines for quoted material.
>
No. He's bright enough to realise how astoundingly stupid it is to
use the root account except when you really, really have to.

Which is almost every minute on Windows....
Nonsense. I've been developing software professionally on Windows,
using a non-administrative account for nearly everything I do, since
NT 4.0 was released. ...

Windows has many problems, but this is not one of them.

It's not a windows problem. It's the problem of specialist in any area
but programming, who write a good program (good functionality - bad
coding and GUI) that refuse to work as non-admin.
I have never encountered this problem, in all of my years of using
Windows (which long preceed the introduction of any security
mechanisms in Windows, by the way). That is, I have never seen a
"good" (qua useful) Windows application that could not be run by a
non-administrative user, except for utilities which performed
administrative actions (and so correctly required administrative
privilege).

I have rarely encountered bad Windows applications that thought they
required administrative privilege, but in most cases that could be
worked around; and in the remaining cases they weren't worth using
anyway.
Most common mistakes are:
-write files (temporarily) to the program's directory
If the application is useful, set a less-restrictive ACL on the
directory and more-restrictive ones on the program files.
-store information in an .ini file (in program or windows directory)
Set a less-restrictive ACL on the .ini file.
-write to HKLM instead of HKCU
Set a less-restrictive ACL on the registry key, if it's private to
the program. If it's used by other software, then yes, this can be
a problem - but as I said, I've *never* seen it in any useful
software, which makes me wonder how "common" it is.

This is the whole purpose of ACLs - fine-grained access control.
There's no problem with Windows these days - it's the coding style of
old school programmers.
Certainly, that is a problem.

--
Michael Wojcik mi************@microfocus.com

_
| 1
| _______ d(cabin) = log cabin + c = houseboat
| (cabin)
_| -- Thomas Pynchon
Jul 18 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1110
by: Andrew Dalke | last post by:
I was messing around with a project, trying out various compression schemes. One of them was for arithmetic coding. My implementation is .. novel ... because it uses the Rational library for...
87
5112
by: ziliath | last post by:
I recently tried out the Google "top coder" contest, as a C++ coder. I noticed immediately that they expected me to know STL. To which I say, what the fuck?! I may be missing something, but at...
23
442
by: Skybuck Flying | last post by:
Some coders don't need an obfuscator, they are the obfuscator. Bye, Skybuck =D
0
1112
by: need.a.codemaster | last post by:
For a client of ours we are searching someone with the following knowledge Windows Virusscanners Spyware tools We need a windows application that runs in the background and for example...
11
1113
by: Newbie Coder | last post by:
Hello All Anyone know how to delete the Windows History using STATURL? VB.NET 2003 code only (no c++/C#/Google Links, but proper code) No I am not talking about the TypedURL list, but the...
6
1890
by: Jon B | last post by:
Hi There! How do I play a sound from Windows that get played when a USB device is plug-in or plug out? Many thanks in advance!! Jon
6
5047
by: Newbie Coder | last post by:
C++.NET 2003 ONLY Hi all, I need to check to see that the user is using Windows 2000 or later on program startup. If not, to disable one radiobutton I have searched Google & all I get is...
3
7912
by: Patrick Dugan | last post by:
I am using VS2005 (vb) and I have a program that starts when Windows boots up. Occasionally the icon that should appear in the system tray does not show up. The program is still running in memory...
28
1912
by: Ali Bobo | last post by:
Hi there, I am starting to make more advanced PHP coding and I'm planning to make a transition from Notepad++ to a full-featured PHP editor. I would like it to be freeware unless there is a very...
0
7267
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7175
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7553
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7120
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7542
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5100
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3247
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.