Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: VB Firewall

  1. #11
    Junior Member
    Join Date
    Nov 2004
    Posts
    7
    Ok so if i want to write i firewall i have to make it forward it directly but then to protect agains possible attacks i need to write it to recognise varous types of attacks can anyone suggest methods to do this and where i can read up on differnt signitures of differnt attacks trojans etc!

    Thanks in advance!

    -Aldur

  2. #12
    Senior Member
    Join Date
    Jan 2003
    Posts
    220
    Here, try this. Its a program I wrote a while back. Works well enough.

    http://www.pscode.com/vb/scripts/Sho...57742&lngWId=1
    [gloworange]And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict\'s veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. \"This is it... this is where I belong...\" I know everyone here... even if I\'ve never met them, never talked to them, may never hear from them again... I know you all...[/gloworange]

  3. #13
    Junior Member
    Join Date
    Nov 2004
    Posts
    7
    Thanks Limpster! Im going to have a read through your code now!

    -Aldur

  4. #14
    Ninja Code Monkey
    Join Date
    Nov 2001
    Location
    Washington State
    Posts
    1,027
    Mmmm...I wouldn't consider use of 'on error resume next' adequate knowledge of error handling. I really think you should grab some resources and work on your knowledge of writing good code, design patterns, software architecture, and the development environment you've chosen.

    If you need any ideas for topics or resources, feel free to hit me up. I'm a certifiable vb ninja afterall..
    "When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
    "There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
    "Mischief my ass, you are an unethical moron." - chsh
    Blog of X

  5. #15
    Senior Member
    Join Date
    Jan 2003
    Posts
    220
    I didnt make the code to be perfect, I made it to work.
    [gloworange]And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict\'s veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. \"This is it... this is where I belong...\" I know everyone here... even if I\'ve never met them, never talked to them, may never hear from them again... I know you all...[/gloworange]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •