Slashdot Mirror


User: DNX+Blandy

DNX+Blandy's activity in the archive.

Stories
0
Comments
50
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 50

  1. Re:Lame coders who don't care about security! on SQL Injection Attack Claims 132,000+ · · Score: 3, Insightful

    Very true, at which point this function simply doubled up the string delimiters, breaking the SQL injection. The major problem with Classic ASP was the casting of variables, if not done properly you were asking for it. If it's numeric, check it. .NET does not suffer from this problem unless the coder specifically passes a numeric value thou to an SQL statement as a string, which would be stupid. If everyone used stored procedures to deal with the SQL data, none of this would happen. My above checks alert you to the fact that someone if having a go, you can't do that when checking for string delimiters as they are valid characters, but yes, if your code uses a shitty "execute" command, check it. If you use proper stored procedures, this will no affect you.

  2. Re:Let's say it all together now... on SQL Injection Attack Claims 132,000+ · · Score: 1

    Lame coders who either 1) Just don't understand, so are fucking stupid! 2) Just don't care, so are fucking stupid! Note: I'm a coder, but I've always taken security very seriously, hence I get emails everytime someone trys :) and the sites I manage are OK.

  3. Lame coders who don't care about security! on SQL Injection Attack Claims 132,000+ · · Score: 1

    Lame, or just to stupid to understand! OK, I'm a coder but I take security very seriously. Why are sites still prone to this type of attack? I used to work with Classic ASP scripts, (I use .NET now obviously), which were very prone to SQL injection attacks but I had no problems, mainly because on all pages, I simply check the query string for the following: char( cast( convert( If it contained any of these, add IP to bad list and redirect to /banned.htm page. SIMPLE!!

  4. Pay for a service thats not even guaranteed! on WPA-PSK Cracking As a Service · · Score: 1

    I should know, I do deauthentication attacks against WPA-PSK encrypted networks, hence my site has a few captured packets then need cracking: http://www.md5decrypter.co.uk/forum/forum_topics.asp?FID=9 I currently only have 1 cracked but tbh, as long as you use a very good password, no one is going to crack it. We'll all have to wait until someone figures out a major hole like in the WEP encryption ;) 5-10 mins, no problem!!

  5. Re:Why would an ad server slow down a site? on Are Ad Servers Bogging Down the Web? · · Score: 1

    I've seen ads delaying page loads numerious times, classic is what they have said further up this page, white screen with "connecting to foo.ads.doubleclick.com" in the status bar >:( The page data should be rendered anyway and then the images loaded, but it's not always the case.

  6. Ads, scew you!! on Are Ad Servers Bogging Down the Web? · · Score: 1

    Firefox + ABP = No ads.

  7. Re:Why don't they just tell everybody!! on Program To Detect Smuggled Nuclear Bombs Stalls · · Score: 1

    As a comparason, it's like me developing an online project, releasing it live, find a security hole and then putting a news item on the front page telling everyone about it and how to exploit it. Stupid.

  8. Why don't they just tell everybody!! on Program To Detect Smuggled Nuclear Bombs Stalls · · Score: 1

    I mean, we have no Helium 3 left, lets tell everybody so they know that they can import nukes without being found out. I would have thought it best to keep this sort of thing COMPLETELY under wraps, what the enemy don't know doesn't hurt.

  9. Have they heard of the ASUS ESC 1000 ? on US Government Using PS3s To Break Encryption · · Score: 1

    Link: http://www.tomshardware.com/news/Asus-Nvidia-Supercomputer-Cores-960,8943.html I know it costs more but when you consider you'll get 1.1 teraflops of power, it'll munch away at a mental speed. All this in a standard PC tower!!!

  10. Password Corral - Win32 on Best Tool For Remembering Passwords? · · Score: 1

    I use this for storing all my password, its simple and needs no install, meaning you can run it from a USB key! Password Corral http://www.cygnusproductions.com/freeware/pc.asp With regards to getting around the path location issue, simply use . to tell the prog to look in current directory.

  11. They are so far behind it's comic!! on Australian Police Plan Wardriving Mission · · Score: 1

    Un-secured wireless networks are a problem but so are WEP encrypted networks, they can easily be cracked using the likes of BackTrack 3. WPA and WPA2 encryption is a "bit" better but can also be cracked using either brute-force of dictionary based attacked after a target client has been "force" to re-authenticate via packet de-auth. WEP is a no no and with WPA, you need to use a strong password, nothing obvious ;)

  12. Re:Lies, damn lies. on Hacker Destroys Avsim.com, Along With Its Backups · · Score: 1

    I agree, total LIES!! If they did have backups, they must have had them accessible from the main server, which is stupid! Hackers are not stupid. Backup servers should PULL data from servers, not the other way round. This means the backup servers are totally locked out to all other servers. On top of this, why the hell didn't they use backup tapes? www.avsim.com has just learned the ultimate lesson, and may pay for it with it's life.

  13. Average speed on Geek and Gadgets Set Cross-US Speed Record · · Score: 1

    That's an average speed of 87 MPH. Not bad.

  14. There is a simple answer to this... on Retailer Refuses Hardware Repair Due To Linux · · Score: 1

    There is a simple answer to this: 1). Copy all your data onto an external device. 2). Perform a system restore on the laptop with the restore disks, (All laptops come with them). 3). Take it back to the store and they can't refuse you :) If they ask, "Have you installed any other OS", LIE! and say "NO".

  15. Wireless Telegraphy Act of 1949 on MP3 Transmitters Now Legal In the UK · · Score: 1

    The main point in there being "1949". Yeah, it was over 50 years ago when that was done, time to GET WITH THE TIMES me thinks :)

  16. Get it right! on 3 Terabytes, 80 Watts · · Score: 1

    This is linking 4 750 GB HDs in a RAID 0... errrr, bad idea. RAID 5 more like. At which point you loose 1 HD for the parity bit which changes the size to: 2.046 PB RAID 0 is baaaadddddd as you will loose everything if 1 HD fails.

  17. Should be an optional feature. on Windows' Patchguard Hinders Security Vendors · · Score: 5, Insightful

    "Window's PatchGuard" should be an optional feature. If you dont' want to use it, (like me!), you should be able to NOT include it when installing etc. Being able to do what you want is the best way, forcing users only pisses them off.

  18. If they build a house... on If Bad Software Developers Built Houses... · · Score: 1

    If they build a house, ya, it would probably kill U :P The amount of programs that don't empty, (Null), variables after they have finished with them, talk about gobble up memory. Come on fellow programmers, clean up after yourselves.

  19. 2222222222 on date +%s Turning 1111111111 · · Score: 1

    is on the 2nd June 2040 @ 03:57:02 so long wait till the next one :P

  20. Re:Go ahead on Nano-Scale Memory Fits A Terabit On A Square Inch · · Score: 1

    There are 1,099,511,627,776 bytes in a Terabyte...

    http://www.webopedia.com/quick_ref/FileSizeConvers ionTable.asp

    Going on that basis:

    1,099,511,627,776 / 8 = 137438953472 Bytes = 128 GB
    (Divide by 8 as they specified bits)

  21. Like we didn't do that... on Student Logs Teachers Keystrokes · · Score: 1

    When I was at college 7 yrs ago, (Damn, it's been that long?), it wasn't exactly hard to get other people's information etc. I'll be honest now, I copied off loads of accounts while I was there, just did it for fun, (I was 16!), no real reason. One thing I did make sure was that I DIDN'T GET CAUGHT :P lol

  22. Y was 00 associated with 1900 anyway? on Y2K: Hoax, Or Averted Disaster? · · Score: 1

    After all, we were mmmmmmmm, quite a lot years past that so going on that basis, any idiot would define 00 = 2000. Being honest tho, the 2 digit year format is a pain in the ass as the problem will occur again, so invalidating any old archived data using 2 digits as the year. It's a nitemare waiting to happen :P muuhhhaaaaaaaa

  23. Doesn't surprise me! on P2P In 15 Lines of Code · · Score: 1

    I gotta admit that that's pretty kewl but it's so easy to write P2P software, I write me own Chat, SE Reporting, URL Ripping software, it's so simple. I even go as far as to develop my own encryption algorithm based on RC4 but seriously modified, e.g. rather than having a Key of 256, (0 - 255), I have 65026, (0 - 65025), with a lesser percentage of 0 ascii codes than RC4.

  24. Re:Just block all add type content! on Unicast Claims Success With Internet Commercials · · Score: 1

    Nooooooo, am no advertising copy-writer :P, just havin' an angry episode. Ads... just... well... piss me off! and that's about it.

  25. Just block all add type content! on Unicast Claims Success With Internet Commercials · · Score: 1

    I always have a Firewall running now! Removes loads of ad sh!t! I personally hate ads! If I want something, I'll go and get it myself! The ideas of larger ads being introduced total sucks! TV is nearly just as bad, start watching a proggy, 10 mins later, ADVERTS!, 5 mins later, back 2 proggy, 10 MINS LATER! ADVERTS!... and so on! Advertising has gone stupid! If they kept it within moderation, it might not be tooooo bad! (All in all, it sucks!)