Jump to content

web site security test

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
dimitry

dimitry

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
Hello,

do you know any programm wich could test the security of my web site in local area? I don't find any... perhaps my key words are not precise enough... Any idea is welcome!

Thanks from advance!
Lord Darkdriver by Dimitry

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I know there are security suites for checking for SQL Injection and other attacks. Search for "sql injection test suite" and you'll get a bunch of hits.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
I am sure if you posted your website a few of us could look at it. If you were even willing to post your source we might even take a quick look at it.

#4
dimitry

dimitry

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
Hello,
WingedPanther, your idea is good, I'll look with it.
BlaineSch, you're right, here you are!(in attachement)
bye.

Attached Files


Edited by Jordan, 29 June 2009 - 11:39 AM.

Lord Darkdriver by Dimitry

#5
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Yes its a huge security vulnerability to post your user/pass to your database!!! Remove that **** connection file now before you get screwed! and change your pass once your done!

#6
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Is there a curse word filter on the forums? Odd I never saw that before..

I have been through a few of your files and yes your website is very very vulnerable. Here is a preview of what I have gotten so far. If you want more you will have to pay me. Or maybe some nice person will finish this off for you.

Quote

Accueil.php
  • Filter cookies input on line 7, 12, 13
Control_inscription.php
  • Even tho you are doing error checking on this - you should also keep track of how many you are sending per hour and probably limit it so you dont get somebody who is trying to crash your server. Probably justl ike a database row or a file or somethign that just keeps track of how many you send to limit it.


#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I've removed the connect_db.php file.