Author Topic: A request for you coders!  (Read 3386 times)

0 Members and 1 Guest are viewing this topic.

Offline Tian Guan

  • an0n
  • 23
Quote
Originally posted by vyper
[q]If you patch your software and get infected with a virus, it's your own damn fault and deserve to suffer.[/q]

Again, a very arrogant statement and not very accurate. You can have all the up-dates in the world installed, it still won't stop someone exploiting your ports being more open and accessible than a room full of hookers. :wtf:

Your. Ports. Don't. Need. To. Be. 'Guarded'. If. You're. Only. Running. Secure. Software.

It's when dickheads leave things like file-sharing active or when they run software that can be contacted and its holes exploited that people get raped.

 

Offline Liberator

  • Poe's Law In Action
  • 210
I got just three words for ya:

Black Hat Hacker[/b]

Here's five more:

Distributed Denial of Service Attack[/b]

A basic firewall such a ZoneAlarm that provides a "stealthed" presence for any machine upon which it is installed will prevent, at least most of the time, individual machines from being used by the former for the latter.  Not having some kind of firewall is just stupid.  It's like standing in Downtown New York screaming,"SOMEBODY COME RAPE ME!!!".

Yeah there are a lot of things the "Advanced User" can do so as not to have to use a FW.  But, experts will advise the use of a FW for ANY Broadband connection and permanent dial-up.
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Bah. If you're so secure without your firewall Tian Guan why don't you put your money where your mouth is. Announce that you are declaring a cracking contest for your computer and that anyone who does hack in won't face any legal concequences.
 Now go to a cracker hangout and announce the same challenge.

I figure that would give the rest of us a couple of days peace while you reinstall your operating system and generally put right the stuff it would take those guys 5 minutes to do to your unprotected computer.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Hell yeah.  Kara has hit the annoying nail on its annoying head.

Hey Tian, im glad that you take the time to go through every single program you own, making sure that it is perfectly uncrackable in your own perfect little world; but the rest of us know that nobody is safe anywhere and some protection is a hell of a lot better than arrogant bluffing.  Also, said blufing will not save you from the brand new virus that there is no patch for.  So next time you find yourself in a hacker/cracker ****-storm, let me know which way the wind is blowing.

And as for stunaeP, why would you not want a firewall?  If money is an issue, there are plenty of free alternatives.  I'm guessing, for the time being, that you will not be running this scan on your main PC, and you'll be using an old junker box to run it.

There's a linux distro called Smoothwall that you can set up on this junker and act as an awesome router/firewall.  With a Smoothwall box between you and 'Tian's perfect internet',  you can run the scan on your PC, without all the hassle.  Add in a software firewall behind the 'SmoothBox' for peice of mind, and you're all set.
Can the reason that we fear the unknown be that we know ourselves too well?       -The Outer Limits

<*)}}}><  HAPPY FISHIE!!

 

Offline Stealth

  • Braiiins...
  • 211
Quote
Originally posted by Tian Guan
Nobody needs a firewall.

Firewalls are like Security for Dummies. Sure, it's a good idea to have one anyway, but to say a firewall is an essential part of using the internet is sufficiently dumb as to incur my awesome and terrifying wrath.


If firewalls are like Security for Dummies, then not having one means you are a "dummy".

Really, you can't be speaking out of experience...

there's a reason why every corporation and business in the world has some sort of firewall hooked up to it, and it's not because they're all "dummies". :rolleyes:  it's because they don't like taking chances.  sure you could get around without a firewall, probably, but why take the chance in the first place ;) :D

 

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
Personal firewalls just make people complacent, I bet a cracker can still get into most of your firewalled boxes.
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline Gloriano

  • silver dracon
  • 210
  • Oh
fire-walls are good if i but my firewall down there would be chaos in my computer (once i but it down and there were about 6 attacks thanks god that they dind't make too much harm)
You must have chaos within you to give birth to a dancing star.- Nietzsche

When in despair I remember that all through history the way of truth and love has always won; there have been tyrants and murderers, and for a time they can seem invincible, but in the end they always fall.- Mahatma Gandhi

 
Quote
Originally posted by Stunaep
no firewall.

now, back to the topic, please


ok, do you think you can run DOS programs?

if so, i might be able to wip something up in basic.

edit: i'll probably need the IP of your DNS.

edit2:

ok, i got it to work, but i'll need your DNS ip before i can compile. it's quick&ugly, and it's DOS.
it uses the ping program, and outputs a single ping to a file,every five minutes. i might be able to build a parser for it, but only upon specific request, since parsers are hell.
« Last Edit: October 06, 2003, 06:25:57 am by 936 »
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm

 
ok, i got it to work pretty well, i think. i'll need some help testing it. i'll paste the source below, and everybody who wnats to help test it can post here or send a pm with an ip to ping. i'll compile a version for him/her then.

Code: [Select]


CLS
PRINT " to end this program, press ctrl+break, all pings will be saved."
ping:
SHELL "ping 192.168.0.2 -n 1 > TIME.txt"

dump:
OPEN "time.txt" FOR INPUT AS #1
OPEN "log.txt" FOR APPEND AS #2
DO
INPUT #1, temp$
PRINT #2, temp$
LOOP UNTIL EOF(1)
PRINT #2, TIME$
CLOSE


hold:
SLEEP 300
GOTO ping



edit:

ok, something new, i suggest you exit this program NOT by using ctrl+brake, but by using alt+f4, ctrl+alt+del or something else using windowes, since pressing any key will result n another ping added to the list. if anybody knows how to solve this, i am all ears.
« Last Edit: October 06, 2003, 07:18:12 am by 936 »
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm

 

Offline Sandwich

  • Got Screen?
  • 213
    • Skype
    • Steam
    • Twitter
    • Brainzipper
If you're running an NT-flavor (NT, 2K, XP) OS, I'd think that the system logs would record (or could be set to record) network connections/disconnections.
SERIOUSLY...! | {The Sandvich Bar} - Rhino-FS2 Tutorial | CapShip Turret Upgrade | The Complete FS2 Ship List | System Background Package

"...The quintessential quality of our age is that of dreams coming true. Just think of it. For centuries we have dreamt of flying; recently we made that come true: we have always hankered for speed; now we have speeds greater than we can stand: we wanted to speak to far parts of the Earth; we can: we wanted to explore the sea bottom; we have: and so  on, and so on: and, too, we wanted the power to smash our enemies utterly; we have it. If we had truly wanted peace, we should have had that as well. But true peace has never been one of the genuine dreams - we have got little further than preaching against war in order to appease our consciences. The truly wishful dreams, the many-minded dreams are now irresistible - they become facts." - 'The Outward Urge' by John Wyndham

"The very essence of tolerance rests on the fact that we have to be intolerant of intolerance. Stretching right back to Kant, through the Frankfurt School and up to today, liberalism means that we can do anything we like as long as we don't hurt others. This means that if we are tolerant of others' intolerance - especially when that intolerance is a call for genocide - then all we are doing is allowing that intolerance to flourish, and allowing the violence that will spring from that intolerance to continue unabated." - Bren Carlill

  
Quote
Originally posted by Sandwich
If you're running an NT-flavor (NT, 2K, XP) OS, I'd think that the system logs would record (or could be set to record) network connections/disconnections.


good to know that before i start coding......
just another newbie without any modding, FREDding or real programming experience

you haven't learned masochism until you've tried to read a Microsoft help file.  -- Goober5000
I've got 2 drug-addict syblings and one alcoholic whore. And I'm a ****ing sociopath --an0n
You cannot defeat Windows through strength alone. Only patience, a lot of good luck, and a sledgehammer will do the job. --StratComm