Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 2008-06-09 20:37:27

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Hacked Hacked, my site hacked

Hacked Hacked, my site hacked

http://www.sportstv.co.cc/index.html

althrough he didnt deleted any thing. i will restore it now ... i will give you reports later


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#2 2008-06-09 21:10:42

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Hacked Hacked, my site hacked

And what has this to do with "Troubleshooting" of FluxBB?

Did you use FluxBB on that site?

Offline

#3 2008-06-09 21:17:21

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: Hacked Hacked, my site hacked

Has nothing to do with fluxbb, if he managed to upload a new file (index.html) then he must have access to your hosting account (ftp), which can't be gained through fluxbb.

Offline

#4 2008-06-09 21:23:03

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Hacked Hacked, my site hacked

Tho it could be obtained thru a Remote File Injection or direct PHP Executing... But I doubt that there is such a bug in FluxBB.

Last edited by Felix (2008-06-09 21:23:19)

Offline

#5 2008-06-09 21:34:19

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: Hacked Hacked, my site hacked

Felix wrote:

Tho it could be obtained thru a Remote File Injection or direct PHP Executing... But I doubt that there is such a bug in FluxBB.

Well true, though only if PHP has write access to his root folder, which is fairly uncommon.

Offline

#6 2008-06-09 21:56:17

Utchin
Member
Registered: 2008-05-09
Posts: 201

Re: Hacked Hacked, my site hacked

i looked at the site once, i though it was using mega pun.. ?

Offline

#7 2008-06-09 22:28:15

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Re: Hacked Hacked, my site hacked

yes megapun is fluxbb as you guys insisted on other topic ...
and i didnt thought of any other forum to post.

i chatted with him and he said it was a hosting server that was hacked. it was a secuity warning.

all the sites are down now. sorry for worng place to post.


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#8 2008-06-10 07:42:01

Strofanto
Member
From: Italy
Registered: 2008-05-14
Posts: 288

Re: Hacked Hacked, my site hacked

What PHP and Apache version does your host run?

Offline

#9 2008-06-10 13:10:44

Mark
Member
From: Southport, Uk
Registered: 2008-05-03
Posts: 394

Re: Hacked Hacked, my site hacked

no no no... mega pun is PunBB not FluxBB
and it is a modification so not PunBB's fault nor is it FluxBB's fault.

Online

#10 2008-06-10 15:31:51

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Hacked Hacked, my site hacked

Well, to analyze the hack, we need the Apache Log Files wink
With tihs we could solve the problem.

Offline

#11 2008-06-10 16:22:29

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Re: Hacked Hacked, my site hacked

well its a host problems. so. i cant even contact them. and i dont know how to get apache logs etc.

i already signed uepd  in another host. and my site will be online when the domain dns changes. so problem solved.

thanks any way felix.

oh and

La`me wrote:

no no no... mega pun is PunBB not FluxBB
and it is a modification so not PunBB's fault nor is it FluxBB's fault.

megapun is highly modified of punbb from only punbb mods. so it is considered as part of fluxbb currently.


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#12 2008-06-10 16:44:42

Utchin
Member
Registered: 2008-05-09
Posts: 201

Re: Hacked Hacked, my site hacked

yeah it wasnt the fact that is not fluxbb but it could be any one of the mods installed or a custom code, so it woudnt be easy to bug track, that as the point i was trying to make

Offline

#13 2008-06-10 21:20:25

Felix
Member
Registered: 2008-05-13
Posts: 352

Re: Hacked Hacked, my site hacked

Utchin wrote:

yeah it wasnt the fact that is not fluxbb but it could be any one of the mods installed or a custom code, so it woudnt be easy to bug track, that as the point i was trying to make

Well to execute PHP Code there has to be either a code injection possibility (And I doubt that anyone passes PHP Code for execution in their url [otherwise he should stop coding] wink) and the other one is a remote file injection.

Both can be seen by the apache logs, cause every request is listed there (at least with the right configuration).

Offline

#14 2008-06-10 21:31:12

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: Hacked Hacked, my site hacked

Felix wrote:
Utchin wrote:

yeah it wasnt the fact that is not fluxbb but it could be any one of the mods installed or a custom code, so it woudnt be easy to bug track, that as the point i was trying to make

Well to execute PHP Code there has to be either a code injection possibility (And I doubt that anyone passes PHP Code for execution in their url [otherwise he should stop coding] wink) and the other one is a remote file injection.

Both can be seen by the apache logs, cause every request is listed there (at least with the right configuration).

Other option would be badly designed attachment mod or upload forms, though I guess you could just find the IP that first accessed the new files and track back to where it "got in".

Last edited by Reines (2008-06-10 21:32:08)

Offline

#15 2008-06-10 21:31:42

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,117
Website

Re: Hacked Hacked, my site hacked

Nothing is quite that simple. wink

PunBB had a code injection vulnerability that had to do with how we did includes in templates and how XSS vulnerabilities could take advantage of that system. We also had a null byte vulnerability that allowed a malicious admin to upload a PHP file. You would likely not be able to tell either of those just from the access logs, without other knowledge.

That being said, if it's a host issue then my guess is the person just bought an account and found that he could use the webserver to write to everyone's public_html directory. The access logs would reveal nothing, in that case.

The access logs are a very useful tool and a good first step for debugging (I managed to fix an annoying CAPTCHA bug in some software I was writing by seeing how requests were being made in the access log), but they do not hold a great deal of information and they will not always be useful. smile

Offline

#16 2008-06-10 21:42:58

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Re: Hacked Hacked, my site hacked

he said that he hacked the whole server. and all the sites on that server is showing same page. and also hosting site. it was 1700 or 17000 sites , i cant remember. i quickly moved.

if i remember correctly there was a member nick-newman in punbb said that his site was hacked. he used the same hosting as mine. woeps.com

oh well the hosting is still down. if its ever up again i will ask them to give the apache logs if it is usefull for fluxbb.


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#17 2008-06-10 21:53:26

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: Hacked Hacked, my site hacked

SuperMAG wrote:

he used the same hosting as mine. woeps.com

There's a thread claiming they are a new company and looking for clients, from march this year (same month their domain was first registered) on WHT, yet it says in the FAQ they own 230 dedicated servers in 3 different datacenters.

Seems fishy and amateur, guess you figured out the hard way, but definitely worth avoiding.

Offline

#18 2008-06-10 21:53:33

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,117
Website

Re: Hacked Hacked, my site hacked

Nope, not useful at all, just a bad host. wink

Offline

#19 2008-06-11 01:51:52

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Re: Hacked Hacked, my site hacked

ok good thanks guys

Reines wrote:
SuperMAG wrote:

he used the same hosting as mine. woeps.com

There's a thread claiming they are a new company and looking for clients, from march this year (same month their domain was first registered) on WHT, yet it says in the FAQ they own 230 dedicated servers in 3 different datacenters.

Seems fishy and amateur, guess you figured out the hard way, but definitely worth avoiding.

yes i heard that too. i came from there. it looked very fishy but i thought if it work then it work lol. it was fine 4 months i hosted with them.


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#20 2008-06-17 12:32:12

Hemen
Member
Registered: 2008-05-14
Posts: 110

Re: Hacked Hacked, my site hacked

it stays "This domain is under examination at the moment.

It will be finished within 24 hours!" on the siste O_o


RIP 2008-2008

Reborn in 2010

Offline

#21 2008-06-17 22:47:20

SuperMAG
Member
Registered: 2008-05-10
Posts: 700

Re: Hacked Hacked, my site hacked

this is an old topic. the problem was already fixed


Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)

Offline

#22 2008-06-18 01:46:31

quaker
Member
From: USA
Registered: 2008-05-09
Posts: 80
Website

Re: Hacked Hacked, my site hacked

Mega Pun is Powered by PunBB

Q


My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Offline

Board footer

Powered by FluxBB 1.4.8