Web developer needed

LuvBA

Registered
Joined
Jul 13, 2011
Messages
40
Likes
12
my website was hacked and although no customer info was jeopardized I am still unable to get it back. I am no web developer, I am resposible for the operations in the business. The person responsible to fix this has other priorities and cannot take over this project in a timely manner. There is probably a week's worth of coding to get the site back into useful shape. If you are interested in taking over this project please PM me so i can provide you with more info and you could give me an estimate. Thanks
 
Do you not have a backup of the site ?

You might like to add some more info for people to know what you need..

Like:
What is the language it is coded in - eg PHP ?
Is there a database backend etc ?

What steps have been taken to stop it being hacked again, as if it is just to get it back online it will be hacked again. I have hackers trying to get into my servers constantly, usually from china and india, i block an ip address and then they will try again usually another ip address (same range), so the server blocks the new ip... and so it goes on..
 
davonz said:
What steps have been taken to stop it being hacked again, as if it is just to get it back online it will be hacked again. I have hackers trying to get into my servers constantly, usually from china and india, i block an ip address and then they will try again usually another ip address (same range), so the server blocks the new ip... and so it goes on..

Also run a minimal of services, do not run them on the default ports (except for HTTP) and disable the root user.

SSH, HTTP(S) and SMTP is all one needs (exposed externally). I you have other services running, try to figure out how you can remove them.

If you run an SSH deamon on port 22, it for sure is constantly attacked and about half of the brute force attacks attempt to log in as the root user, so run SSH on a non-standard port.

Use greylisting on any email servers you might have.
 
Back
Top