473,698 Members | 2,551 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can someone have crashed my website?

Suddenly my website is one hell of a mess.
I would presume that the style sheets were
blown. Is that a thing that could happen maliciously?
Does anyone have that kind of experience?
Or must I recon with some chance event in which
I myself had no hand at all? My website runs
at a host with an excellent reputation.

Adrian.

Dec 4 '06 #1
2 1087
Adrian,

Have you been able to identify exactly which files have changed and the
differences? Do you have your files source controlled on your end?

You cannot know anything malicious has happened until you can identify
a change which intentionally caused the site to break. Something like
"this website owned by [hacker name here]" would show up on your pages
or at least be noted in the files on the server.

It could be possible that a file just became corrupted or an upload by
someone placed files in the wrong location which caused the unwanted
result. If it was just human error, consider scripting your deployment
process. Look into MSBuild to do that. If you do have Remote Desktop
access to the server I suggest uploading all of your files at a zip
file and unpacking it in place to ensure you have all of the files you
needed.

I wrote this series on MSBuild which may help you out.

http://brennan.offwhite.net/blog/200...ps-to-msbuild/

Brennan Stehling
http://brennan.offwhite.net/blog/
ASP.NET JAD (Just Another Developer)
Adrian < wrote:
Suddenly my website is one hell of a mess.
I would presume that the style sheets were
blown. Is that a thing that could happen maliciously?
Does anyone have that kind of experience?
Or must I recon with some chance event in which
I myself had no hand at all? My website runs
at a host with an excellent reputation.

Adrian.
Dec 4 '06 #2
Hi Brennan,

Thank you for your response. The website is
important commercially, because of the contact
page. It is the only way clients can correspond
with the helpdesk etc. So I uploaded all the
source files immediately when I saw the site
had crashed. The site is up and running again.
No, there was no hacker message. In my
opinion the style sheets were buggered up.

Adrian.

"Brennan Stehling" <of******@gmail .comwrote in message
news:11******** **************@ j72g2000cwa.goo glegroups.com.. .
Adrian,

Have you been able to identify exactly which files have changed and the
differences? Do you have your files source controlled on your end?

You cannot know anything malicious has happened until you can identify
a change which intentionally caused the site to break. Something like
"this website owned by [hacker name here]" would show up on your pages
or at least be noted in the files on the server.

It could be possible that a file just became corrupted or an upload by
someone placed files in the wrong location which caused the unwanted
result. If it was just human error, consider scripting your deployment
process. Look into MSBuild to do that. If you do have Remote Desktop
access to the server I suggest uploading all of your files at a zip
file and unpacking it in place to ensure you have all of the files you
needed.

I wrote this series on MSBuild which may help you out.

http://brennan.offwhite.net/blog/200...ps-to-msbuild/

Brennan Stehling
http://brennan.offwhite.net/blog/
ASP.NET JAD (Just Another Developer)
Adrian < wrote:
Suddenly my website is one hell of a mess.
I would presume that the style sheets were
blown. Is that a thing that could happen maliciously?
Does anyone have that kind of experience?
Or must I recon with some chance event in which
I myself had no hand at all? My website runs
at a host with an excellent reputation.

Adrian.

Dec 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2564
by: Subhash | last post by:
Hello, I am trying to generate dynamic graphics using the GD library and TTF fonts. The resulting image shows up fine. But in the apache error_log file the following lines are appended: child pid 29141 exit signal Segmentation fault (11) MMCACHE: PHP crashed on opline 14 of imagettfbbox() at test.php:13 Seems like it might be a GD library problem but I am not sure. Any
4
2699
by: Chefry | last post by:
I'm trying to set up an off the shelf script and keep getting an error. My host set up the mysql on my site and I changed the variables I had to in the settings.php file but I keep getting the following errors Warning: mysql_pconnect(): Access denied for user: 'ODBC@localhost' (Using password: NO) in f:\wwwroot\professionalchef\Back\JobsOnline\mysql.php on line 121 Warning: mysql_pconnect(): Access denied for user: 'ODBC@localhost'...
4
1962
by: Fish | last post by:
I have an Access applicaion I built for my buiness. Last week the application crashed and I haven't been able to get it running again since in any form. Now every time I try to run the application I get the following standard error. "Microsoft Access has encountered a problem and needs to close. We are sorry for the inconvenience."
1
946
by: James Edwards | last post by:
I accidently named an enum value the same as a fwd-declared class name and it crashed VC 7.1 with an internal error. This repros with cl /Od /G6 /FD /EHsc /RTC1 /RTCc /MTd /GS /W3 /WX /c /Zi /Zm200 Can someone report this bug? ----------------- namespace RWS { namespace ButtonMgr { class RR_Button; class StatusWindow;
1
1146
by: =?Utf-8?B?a2FyZW5hYg==?= | last post by:
my windows xp has crashed saying"unmountable_boot_volume" i haven't got the xp disc although i have tried to download one from a website any ideas i can't even get it to go into safe mode please help
0
1021
by: Curious | last post by:
A program crashed silently. Fortunately, I was able to get a .dmp file. Hopefully it can provide us with info on why it crashed. When I opened the .dmp file in Notepad, it took a long time to open it. Then I see unreadable characters, supposedly to be executable-type of file. Anyone can advise me on how to extract info from the .dmp file?
8
1513
by: Pallav singh | last post by:
#include<iostream.h> #include<memory.h> #include<string.h> // product class Pizza { private : std::string Topping;
1
1974
by: raghulvarma | last post by:
Hai friends, I need to know what would happen when my IIS gets crashed? what would happen to all the projects present inside it?How should I rectify that?What should I do when I am asked to rectify the IIS which is crashed and the web page only specifies "Server Crashed" and no other information is provided? Could you plz specify a good link where I could get more information on IIS? Thanks Raghul
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7738
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2335
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.