HuntingNet.com Forums

HuntingNet.com Forums (https://www.huntingnet.com/forum/)
-   Bowhunting (https://www.huntingnet.com/forum/bowhunting-18/)
-   -   [Deleted] (https://www.huntingnet.com/forum/bowhunting/233400-deleted.html)

Deleted User 02-19-2008 05:49 PM

[Deleted]
 
[Deleted by Admins]

OhioRedNeck 02-19-2008 05:50 PM

RE: Hey come the hacker antis' !!
 
Ok that was kinda weird. Anyone know what just happened?

Deleted User 02-19-2008 06:00 PM

[Deleted]
 
[Deleted by Admins]

Deleted User 02-19-2008 06:01 PM

[Deleted]
 
[Deleted by Admins]

JoeRE 02-19-2008 06:02 PM

RE: Hey come the hacker antis' !!
 

ORIGINAL: DropTine249

Haha, he's a shooter buck and he joined TODAY !!
I call it! Bam!

Deleted User 02-19-2008 06:07 PM

[Deleted]
 
[Deleted by Admins]

djschuett 02-19-2008 06:37 PM

RE: [Deleted]
 
In celebration of this anti attack, I'm gonna go eat a full pound of venison sausage! Delicious!!!

loogout1 02-19-2008 06:38 PM

RE: [Deleted]
 
I missed it again. Damn!

KansasBBD 02-19-2008 06:40 PM

RE: [Deleted]
 
Let me go fire up the grills really quick for my pig i ambushed and killed with my bowie knife..first i must go outside and step on all the little bunnies in my yard[&:]

Germ 02-19-2008 06:42 PM

RE: [Deleted]
 
Guys these attacks suck, I spent Friday in a seminar on how to stop these attacks for some of my sites.

Sql injection
XSS attacks are serious and it's no fun.

KansasBBD 02-19-2008 06:43 PM

RE: [Deleted]
 
Man they got the threads all the way back to page 6!

ranger56528 02-19-2008 06:44 PM

RE: [Deleted]
 
glad its over for now

KansasBBD 02-19-2008 06:44 PM

RE: [Deleted]
 
What do you do, just Block the IP address?

djschuett 02-19-2008 06:45 PM

RE: [Deleted]
 
Beautfiul thing about hunting, no computer attacks can affect my bow, my accuracy, or my time outside.

MOhunter46 02-19-2008 06:46 PM

RE: [Deleted]
 
What the heck are these hackers trying to do? Trying to make everyone mad? I don't get it.

popeandyoungchaser 02-19-2008 06:50 PM

RE: [Deleted]
 
Well its not like some one we know wont post up more polls to work the hackers of the boards!!!!:D

buckmaster 02-19-2008 06:50 PM

RE: [Deleted]
 
Just putting a little excitement in the evening[8D]

Germ 02-19-2008 06:51 PM

RE: [Deleted]
 

ORIGINAL: KansasBBD

What do you do, just Block the IP address?
It's not that easy to block IP's. The developers of this site need to do most of the work. I have yet to be on when it happens, but do to the volume my guess is they are running java scripts on the server.

So when a legitment user post, it triggers a script that runs and creates all these bogus post.


There are some tools in .net framework to stop this scripting actvity. If HNI wants I can send them some info.

MN/Kyle 02-19-2008 06:53 PM

RE: [Deleted]
 

ORIGINAL: Germ


ORIGINAL: KansasBBD

What do you do, just Block the IP address?
It's not that easy to block IP's. The developers of thi site need to do most of the work. I have yet to be on when it happens, but do to the volume my guess is they are running java scripts on the server.

So when a legitment user post, it triggers a script that runs and creates all these bogus post.
Sounds like some people have too much time on thier hands?? Glad it's all fixed.

HNI_Christine 02-19-2008 06:54 PM

RE: [Deleted]
 




Germ 02-19-2008 06:57 PM

RE: [Deleted]
 

ORIGINAL: MN/Kyle


ORIGINAL: Germ


ORIGINAL: KansasBBD

What do you do, just Block the IP address?
It's not that easy to block IP's. The developers of thi site need to do most of the work. I have yet to be on when it happens, but do to the volume my guess is they are running java scripts on the server.

So when a legitment user post, it triggers a script that runs and creates all these bogus post.
Sounds like some people have too much time on thier hands?? Glad it's all fixed.
I should show you some things people try to do on our sites. They will try anything to get in. It's user inputs that are easiest to use.

HNI is all user inputs(parameters). Adding a program in a search box that runs on a server. I do not want to show an example, I am sure Justin would skin me alive:D

neb 02-19-2008 06:58 PM

RE: Hey come the hacker antis' !!
 
Has this happened before on this forum. This is a bad thing.

buckmaster 02-19-2008 07:01 PM

RE: Hey come the hacker antis' !!
 
Germs a Computer nerd! ( i might pay for that one.... I gotta go check my bank account...[:o])

MN/Kyle 02-19-2008 07:02 PM

RE: [Deleted]
 

ORIGINAL: Germ
I should show you some things people try to do on our sites. They will try anything to get in. It's user inputs that are easiest to use.

HNI is all user inputs(parameters). Adding a program in a search box that runs on a server. I do not want to show an example, I am sure Justin would skin me alive:D
Germ, have you ever thought about becoming a college professor? I have a "Computers in society"class this semester and it flys over my head, what you said makes sense.

Germ 02-19-2008 07:08 PM

RE: [Deleted]
 

ORIGINAL: MN/Kyle


ORIGINAL: Germ
I should show you some things people try to do on our sites. They will try anything to get in. It's user inputs that are easiest to use.

HNI is all user inputs(parameters). Adding a program in a search box that runs on a server. I do not want to show an example, I am sure Justin would skin me alive:D
Germ, have you ever thought about becoming a college professor? I have a "Computers in society"class this semester and it flys over my head, what you said makes sense.
Every boss I have had describes me as a Nerd without being a Nerd. Yes I talk plain english without all the buzz words. I try to keep it simple.



Germ 02-19-2008 07:15 PM

RE: [Deleted]
 
Yep without a doubt it's XSS attack or SQL Injection.They have found a way in.

It could be SQL Injection also. HNI needs to run everything in Store Procedures and have parameters defined(size) to stop this.
Ifsomeone is running SQL command in strings inside code, well it's very bad practice. These strings can have commands "Added" on.


buckmaster 02-19-2008 07:17 PM

RE: [Deleted]
 
DO SOMETHING GERM!!

MOhunter46 02-19-2008 07:21 PM

RE: [Deleted]
 

ORIGINAL: buckmaster

DO SOMETHING GERM!!
Ya,get em Germ!!

KansasBBD 02-19-2008 07:28 PM

RE: [Deleted]
 

ORIGINAL: Germ

Yep without a doubt it's XSS attack or SQL Injection.They have found a way in.

It could be SQL Injection also. HNI needs to run everything in Store Procedures and have parameters defined(size) to stop this.
Ifsomeone is running SQL command in strings inside code, well it's very bad practice. These strings can have commands "Added" on.

Germ for moderator 08'

Germ 02-19-2008 07:29 PM

RE: [Deleted]
 
I can't, LOL

If I was HNI first thing I would do is take all the SQL statements out of code and use Store Procedures with Paramters. You can set the size of your user input parameters and stop injections.

Guys a moderator/admin cannot fix this, it has to be a developer. It's not HNI fault, it's bad coding practices.

MOhunter46 02-19-2008 07:31 PM

RE: [Deleted]
 
it's happening again[:o]

KansasBBD 02-19-2008 07:34 PM

RE: [Deleted]
 

ORIGINAL: Germ

I can't, LOL

If I was HNI first thing I would do is take all the SQL statements out of code and use Store Procedures with Paramters. You can set the size of your user input parameters and stop injections.

Guys a moderator/admin cannot fix this, it has to be a developer. It's not HNI fault, it's bad coding practices.
welli still think you should be one:D please dont empty my bank account[8D]

Germ 02-19-2008 07:45 PM

RE: [Deleted]
 

ORIGINAL: KansasBBD


ORIGINAL: Germ

I can't, LOL

If I was HNI first thing I would do is take all the SQL statements out of code and use Store Procedures with Paramters. You can set the size of your user input parameters and stop injections.

Guys a moderator/admin cannot fix this, it has to be a developer. It's not HNI fault, it's bad coding practices.
welli still think you should be one:D please dont empty my bank account[8D]
Don't ever mess with bank accounts, to easy to track. Guys I work a lot, I come here to be a goofy user like everyone else. Working here would takea lot of the fun out for me.

buckmaster 02-19-2008 07:48 PM

RE: [Deleted]
 
Were/I'm just messing with ya Germ....[8D]



davidmil 02-19-2008 09:41 PM

RE: [Deleted]
 
I'm here to protect you tree hugging, blood sucking hunters. I will defend your right to be a baby killer of forest creaturess. Heck, I'll even drag.[8D][8D]

Hikchick 02-19-2008 10:08 PM

RE: [Deleted]
 
LOLOLOL I'll back up davidmil! Heck, I'll even bring donuts! :D

georgiabowhntr 02-20-2008 05:45 AM

RE: [Deleted]
 
OPEN SEASON on hackers!!!!

HuntingBry 02-20-2008 08:01 AM

RE: [Deleted]
 
Germ, I didn't know you were a coder.

I'm more of a systems/infrastructure guy.

Guys, he is right. Attacks like this are very serious and take untold man hours and resources to recover from. I know because I have put in 20+ hour days for weeks on endand 40+ hours shifts to recover from these attacks. I believe that attacks like this are only 1 step below setting off a bomb on a building because there is no loss of life. The damage sustained is no less significant. Thus, I feel that attackers such as this (not just antis, but any crackers/hackers/malware artisans) should be found and prosecuted to the fullest extent of the law. The problem is that these infractions are so wide spread that the justice system could not handle the glut of cases and incarcerations that would result. These are not victimless crimes. Ask my wife when I could only spend 2 hours at home on my son's second birthday because of a failure.


All times are GMT -8. The time now is 05:19 PM.


Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.