Page 1 of 1

Calls to regulate the internet rejected!

PostPosted: Wed Aug 29, 2007 6:52 pm
by Steve
Vint Cerf, Internet Evangelist (whatever that is) at Google has said that the "internet should not be regulated".

I think he is being a little idiotic with that statement. Why did he not say the true fact which is "the internet cannot be regulated". The second you install a regulatory measure, all the hackers in the world will be tearing it to bits. Eventually the internet will be regulated for normal users and a playground for hackers.

Even the mighty google use the most simplistic methods to protect their code. Here is a code snippet from googlecheckout created by the google programmers.

// Functions used to prevent SQL injection attacks.
function gc_makeSqlString($str) {
return addcslashes(stripcslashes($str), "\"'\\\0..\37!@\@\177..\377");
}

If the net ever does become regulated, lets hope that either google or MS do it. It should take the average household dog 10 mins to break.

PostPosted: Wed Aug 29, 2007 8:03 pm
by STEMCELL
from heise security

Report of 28.08.2007 22:08
Australian internet porn filters cracked by 16-year old schoolboy

Australia's $84 million porn filtering program has succumbed to apparently trivial disabling attacks by two users -- one of them a 16-year old schoolboy from Melbourne. The government web site offers three alternative filtering products, one of which (either Optenet or Safe Eyes) Tom Wood has found a so far unspecified way to disable within 30 minutes from scratch. Reportedly, this crack is leaving the impression the filter is still working. He subsequently turned his attention to one of the other offerings, Integard, the only Australian product in the set, and apparently cracked it in about 40 minutes.

Independently, Australian freelance IT journalist Adam Turner picked Optenet at random from the set of three offerings. He rapidly discovered that the Optenet services were visible in the Windows Task Manager and could be stopped from there. Although the services soon restarted automatically, there was time to access a web site that the program should have blocked. Turner further found that the program's logs could easily be located and deleted, removing the evidence of his browsing. However the changes he made to the system did fall foul of the TPM chip in his computer, locking him out at one stage. Nevertheless, the apparently trivial task of circumventing these porn filters does little to justify their multi-million dollar price tag to the Australian government.
(mba)

PostPosted: Wed Aug 29, 2007 10:08 pm
by Steve
Wow, and goes to show how simply protection can be circumvented. The task manager method though is unreal and sounds as though the system was not fully tested.

In my line of work, 10% is creating code to make a website work and the other 90% is creating code to stop people making the website not work. Even then, the determined hacker will always find a way in.