| Author |
Message |
pinkbeef
Nuke Cadet


Joined: Jul 20, 2005
Posts: 7
|
Posted:
Thu Jul 28, 2005 8:18 am |
  |
Thank you, I dont want some shirt lifter playing hide the susage on my system either. |
|
|
    |
 |
corticus
Nuke Cadet


Joined: Feb 13, 2006
Posts: 9
|
Posted:
Mon Feb 13, 2006 11:49 am |
  |
What a great post, is this project still "going on", I noticed there hasn't been a new post in quite some time.
I wanted to add something, I noticed a lot of posts referring to problems arising from duplicates within the list.
A little SQL can QUICKLY get rid of these.
Just import your lists of IPs into a table, and run the following:
SELECT DISTINCT [YOUR_FIELD]
FROM [YOUR_TABLE];
Replace [YOUR_FIELD] with the name of the field containing the IP, and replace [YOUR_TABLE] with the name of the table you created.
Or, you could create an empty table (in say Access), and then set the IP field as your primary key. Then import into this table, and all dups will be rejected on import. |
|
|
   |
 |
allevon
Site Mod


Joined: Nov 22, 2002
Posts: 716
Location: New Jersey
|
Posted:
Wed Feb 15, 2006 2:16 pm |
  |
Im so glad this post has helped SO many Nukers stay afloat. |
_________________ "Give Me Liberty, Or Give Hackerz Death!!!"
Patrick Henry Revised for 21st century.
Let The Bodies Hit The Floor! Let The Bodies Hit The Floor! |
|
    |
 |
bryon3642
Nuke Cadet


Joined: Mar 04, 2006
Posts: 3
|
Posted:
Thu Jun 22, 2006 1:50 am |
  |
|
   |
 |
MGCJerry
Elite Nuker


Joined: Jun 16, 2003
Posts: 218
|
Posted:
Sat Jun 24, 2006 1:00 pm |
  |
For your logging pleasure and everyone elses, I have created an addon for my security system that displays a list of IPs of those who are stupid and dont like following rules.
http://www.2thextreme.org/modules.php?name=Rogue_Admin&file=View_List
Enjoy  |
_________________ No longer a NC Support Mod
"Our inability to control the present, condemns us from the future." |
|
    |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 184
|
Posted:
Wed Aug 23, 2006 8:03 am |
  |
I was hoping that this thread was still going?
Last post was some time ago.
Is there a blacklist site or somewhere I can add all the bad ip's like this? I added all the ones listed on these forums and things seem a little bit better.
Thanks
-Lady Cherry |
|
|
   |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 184
|
Posted:
Wed Aug 23, 2006 12:45 pm |
  |
Does anyone know if the following I should be concerned about:
sendmail[28999]: k7NKhRix028999: cable200-116-26-207.epm.net.co [200.116.26.207] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
Thanks in advance
-Lady Cherry |
|
|
   |
 |
allevon
Site Mod


Joined: Nov 22, 2002
Posts: 716
Location: New Jersey
|
Posted:
Thu Aug 24, 2006 4:21 pm |
  |
| LadyCherry wrote: |
I was hoping that this thread was still going?
Last post was some time ago.
Is there a blacklist site or somewhere I can add all the bad ip's like this? I added all the ones listed on these forums and things seem a little bit better.
Thanks
-Lady Cherry |
Yep this is the eternal thread I started. lol |
_________________ "Give Me Liberty, Or Give Hackerz Death!!!"
Patrick Henry Revised for 21st century.
Let The Bodies Hit The Floor! Let The Bodies Hit The Floor! |
|
    |
 |
LadyCherry
Lieutenant


Joined: Aug 12, 2003
Posts: 184
|
Posted:
Fri Aug 25, 2006 6:17 am |
  |
Hi allevon,
oh great do you have anymore updates?
Thanks
-Lady Cherry |
|
|
   |
 |
fisicouk
Sergeant


Joined: Nov 25, 2004
Posts: 84
|
Posted:
Mon Sep 25, 2006 6:57 am |
  |
|
   |
 |
Vedran
Nuke Soldier


Joined: Oct 24, 2006
Posts: 23
Location: Tuzla, BiH
|
Posted:
Sun Nov 12, 2006 9:25 am |
  |
Well, my site is up now, and i'm going to use all these IPs posted here to protect it at least a bit, though i read whole thread and allevons fight with edogs... |
_________________ ...:::Star Trek Farpoint:::... |
|
    |
 |
azism
Captain


Joined: May 20, 2004
Posts: 312
Location: Tucson, AZ
|
Posted:
Fri Mar 16, 2007 7:18 am |
  |
Wow, this is quite a long topic. I tried going through it, but at 29 pages, it's a bit much. So I am just wondering a few things:
1) How does host.deny work? (I am using php-Nuke 7.6)
2) Where should it be placed? (I gather it should be in the root)
3) Are there any coding changes needed?
4) Will this interfere with other security packages, such as Nuke Sentinel??? |
_________________ Tom Wills
TI-99/4A On-Line UG Administrator
http://www.ti99ers.org/ |
|
    |
 |
hue
Support Mod


Joined: Apr 18, 2003
Posts: 368
Location: Ohio
|
Posted:
Fri Mar 16, 2007 7:33 am |
  |
| azism wrote: |
Wow, this is quite a long topic. I tried going through it, but at 29 pages, it's a bit much. So I am just wondering a few things:
1) How does host.deny work? (I am using php-Nuke 7.6)
2) Where should it be placed? (I gather it should be in the root)
3) Are there any coding changes needed?
4) Will this interfere with other security packages, such as Nuke Sentinel??? |
Unless you are on some kind of a dedicated server , you do not have access to this file . Only your webhost [root] . You would have to use .htaccess .
http://nukecops.com/postlite45755-host+deny.html |
|
|
    |
 |
azism
Captain


Joined: May 20, 2004
Posts: 312
Location: Tucson, AZ
|
Posted:
Fri Mar 16, 2007 8:08 am |
  |
Thanks. I guess that answers that question really quick. Nope, I am not on a dedicated server. |
_________________ Tom Wills
TI-99/4A On-Line UG Administrator
http://www.ti99ers.org/ |
|
    |
 |
saho
Nuke Soldier


Joined: Jun 26, 2005
Posts: 12
Location: Turkey
|
Posted:
Tue Jun 26, 2007 11:21 am |
  |
|
       |
 |
|
|