|
||||||
| Software Security Information to inform users on how to protect their personal software / applications. Learn how to protect against software crackers. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
How do meta tags provide protection?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
Meta Tags? I didn't see that in the post until now.
Anyways.. same question here.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||
|
Last I checked, html tags don't provide any protection at all. It might tell people that your security is weak, or strong, but you don't secure html. HTML is a Mark-up Language, not scripting, not programming.
Do you still happen to have that script that uploads files? Mind if I take a look at it? I think that's the one with the issues. |
|
|||||
|
Try inserting .htaccess codes in your server to prevent attacks. For example disable config php files for world access, directories and etc.
__________________
Free Web Templates like WebSpell, FrontPage and more. |
|
|||
|
Maybe i missed that part but are you running forum or something similar. Are you running some free or commercial script?
This kind of script-kiddies run usually one script that use search engines to search for other website running old and insecure script and then they simple infect it through weakness into code, leave message about defacing and go away. You can see for example a lot old version of VB, phpBB infected. Setting .htaccess file with example: Code:
<Limit GET POST PUT> Order allow,deny deny from All </Limit> Try this crackertracker script by include it into first line of your codes. It may help to block many attacks: Code:
<?php
// Cracker Tracker Protection System
// Created by: Christian Knerr - www.cback.de
//
// License: GPL
//
//
// Begin CrackerTracker StandAlone
//
$cracktrack = $_SERVER['QUERY_STRING'];
$wormprotector = array('chr(', 'wget', 'cmd=', 'rush=', 'union', 'UNION', 'echr(', 'esystem(', 'cp%20', 'mdir%20', 'mcd%20', 'mrd%20', 'rm%20', 'mv%20', 'rmdir%20', 'chmod(', 'chmod%20', 'chown%20', 'chgrp%20', 'locate%20', 'grep%20', 'diff%20', 'kill%20', 'kill(', 'killall', 'passwd%20', 'telnet%20', 'vi(', 'vi%20', 'INSERT%20INTO', 'SELECT%20', 'nigga', 'fopen', 'fwrite', '$_REQUEST', '$_GET');
$checkworm = str_replace($wormprotector, '*', $cracktrack);
if ($cracktrack != $checkworm)
{
$cremotead = $_SERVER['REMOTE_ADDR'];
$cuseragent = $_SERVER['HTTP_USER_AGENT'];
die( "Attack detected! <br />br />$cuseragent" );
}
//
// End CrackerTracker StandAlone
//
?>
__________________
Zoekmachine marketing door middel van zoekmachine optimalisatie en aanmelden zoekmachine |
| Sponsored Links |
|
|
|
|||
|
It always seems that hackers are foreigners trying to do internet terrorism or something. So pointless...
__________________
Make Money Online |
|
|||||
|
Ha ha. I don't know why people think they can make an impact by doing something on the Internet, unless it's a business like Google or something.
__________________
Funny Stories and Humorous Pictures |
|
|||||
|
zokemachine, I did understand what that script does... but where is that supposed to be included?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||
|
so dident saw this topic before so hackers use rfi remote file inlclude to put a .php or a .txt now it works with .jpg and .gif too
the hackers find a bug in your page and then the put that php file or some other file into your host the mos use c99.php its a shell that allows me to to anything what i want in your site i can connect to the site with netcat and do more damge to your site when i hacked i puted into the site a phpmailer and spamed until the web closed an other method is xss cross site scripting withthat way the "hacker" steales your admin cookie and gets access through your site and other way that i dont know how to explain is rooting if you wanna protect your site use htaccess or meta taks like someone above sad |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How 2 create a website tutorial | mysticalone | Website Design | 3 | 02-02-2007 06:42 PM |
| Website Goodies | littlefranciscan | Website Design | 1 | 01-15-2007 11:14 AM |
| Website Backlinks | TcM | Search Engine Optimization | 10 | 01-09-2007 02:02 PM |
| 12 Website Design Decisions Your Business or Organization Will Need to Make | Void | Website Design | 1 | 07-04-2006 08:42 PM |