DamienRoche Posted September 22, 2008 Share Posted September 22, 2008 NOTE: this is from a client. I am NOT getting paid for this...he just won't stop bugging me. Despite me telling him I only know so much about server security, my ex-client keeps asking me for advice about a nasty nasty virus he has on his server. Basically, this virus injects an eval() into *every* javascript file on the server and is controlled by a master directory. I have deleted the code out of *every* javascript file on the server and even deleted the directory where the main virus resides...the directory is recreated after a few days and all the javascript files are reinjected with this code, which is a decrypted virus. I HATE HACKERS!- in fact, I wish they woul actually die. That's the only reason I'm persuing this. My question: Is there a .htaccess command that will refuse the creation of a directory? I don't really care about the long-term, I just want to get him off my back. Any input is greatly appreciated. Thanks. Link to comment https://forums.phpfreaks.com/topic/125303-solved-htaccess-to-refuse-creation-of-directory/ Share on other sites More sharing options...
genericnumber1 Posted September 22, 2008 Share Posted September 22, 2008 I HATE BLACK HAT CRACKERS there you go. Use chmod(), but you'll need to delete the virus and fix the security hole... Link to comment https://forums.phpfreaks.com/topic/125303-solved-htaccess-to-refuse-creation-of-directory/#findComment-647732 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.