Ravens PHP Scripts: Forums
 

 

Search found 15 matches
Author Message
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 35851

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 8:22 pm   Subject: Re: Forum Problem please help
RewriteEngine on

SetEnvIfNoCase User-Agent ^$ bad_bot #this is for blank user-agents
SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
SetEnvIfNoCase User-Agent "^User-Agent" bad_b ...
 Topic: Cheap cigarettes - bad refererer
Raven

Replies: 5
Views: 7374

PostForum: Security - Other   Posted: Wed Aug 20, 2008 1:48 pm   Subject: re: Cheap cigarettes - bad refererer
So many ways Laughing

# Trap any request with the word cigarettes anywhere in the url
SetEnvIfNoCase Referer ".*(cigarettes).*" BadReferer
order deny,allow
deny from env=BadReferer

# or to be a ...
 Topic: Redirecting an annoyance.
fondy

Replies: 18
Views: 22625

PostForum: Security - Other   Posted: Thu Feb 21, 2008 4:16 am   Subject: re: Redirecting an annoyance.
If ModRewrite is not available, use this:

SetEnvIfNoCase user-agent "^Java" bad_bot
SetEnvIfNoCase user-agent "^LWP" bad_bot
SetEnvIfNoCase user-agent "^lwp-trivial" ...
 Topic: Redirecting an annoyance.
fondy

Replies: 18
Views: 22625

PostForum: Security - Other   Posted: Tue Feb 19, 2008 2:30 am   Subject: re: Redirecting an annoyance.
Hi

Instead of using rewrite to block, can this be an idea to include in htaccess :

SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot
SetEnvIfNoCase User-Agent "^Baiduspider" ...
 Topic: Sentinel Type Security For Regular PHP Site?
dad7732

Replies: 6
Views: 14392

PostForum: NukeSentinel(tm) v2.5.x   Posted: Tue Aug 07, 2007 12:03 pm   Subject: Sentinel Type Security For Regular PHP Site?
This one in the .htaccess file did the trick. Error_log loaded with "Denied by server configuration" in the last 1/2 hr.

SetEnvIfNoCase User-Agent "^libwww-perl*" block_bad_bots
Deny from env=bloc ...
 Topic: Successful defacement attack dissected
kguske

Replies: 1
Views: 7432

PostForum: NukeSentinel(tm)   Posted: Tue Oct 24, 2006 8:44 pm   Subject: Successful defacement attack dissected
One of the sites I support (though definitely not very actively, unfortunately) was successfully defaced recently - getting by both admin authentication and NukeSentinel. I won't give the attacker th ...
 Topic: new list of banning spammers
Guardian2003

Replies: 5
Views: 11951

PostForum: Security - Other   Posted: Fri Jul 07, 2006 9:48 pm   Subject: new list of banning spammers
It has already been done Wink
The methodology behind Hitwalkers list ( use of SetEnvIfNoCase ) forms part of a standard honeytrap.
I am just about to leave for work so I'll update this thread with the ...
 Topic: new list of banning spammers
hitwalker

Replies: 5
Views: 11951

PostForum: Security - Other   Posted: Wed Jul 05, 2006 2:39 pm   Subject: new list of banning spammers
ok here's a nice list i just found updated and well banning every spamming sucker....


# Resources Stealing (ban referer)
# ------------------
SetEnvIfNoCase Referer "http:// ...
 Topic: I've been WARNED? I only post here!
kguske

Replies: 27
Views: 81679

PostForum: Hack Attempt Script   Posted: Sun Jun 25, 2006 10:35 am   Subject: re: I've been WARNED? I only post here!
I found this on the web (wish I could remember to whom I should give credit).

Here what I added to the .htaccess file (if you already have RewriteEngine on, you don't need to add that line again): ...
 Topic: I create a tutorial and phpnuke-downloads.com steals it..?
hitwalker

Replies: 116
Views: 115513

PostForum: Other - Discussion   Posted: Sat Feb 18, 2006 9:15 am   Subject: re: I create a tutorial and phpnuke-downloads.com steals it.
after search in my own country i found some "solutions"...?

Keep in mind that text is translated into eng:

make a text file and put this in it..,put that in protected folder.


ErrorDocumen ...
 Topic: I create a tutorial and phpnuke-downloads.com steals it..?
hitwalker

Replies: 116
Views: 115513

PostForum: Other - Discussion   Posted: Fri Feb 17, 2006 6:35 am   Subject: re: I create a tutorial and phpnuke-downloads.com steals it.
What about this version:

# Prevent hotlinking
RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g|png)$ [NC,OR]
RewriteCond %{QUERY_STRING} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^$ ...
 Topic: Can I stop someone linking to my site?
VinDSL

Replies: 11
Views: 12627

PostForum: NukeSentinel(tm)   Posted: Thu Oct 13, 2005 4:16 pm   Subject: Re: re: Can I stop someone linking to my site?
Now for the Kicker Smile Is there anything I can do to this ("CORRECT" Smile ) .htaccess script so that firewalls, like nortons, will work with it?
I don't use Norton, so I cannot see what it's doing in th ...
 Topic: Preventing image theft
Guardian2003

Replies: 19
Views: 13121

PostForum: General/Other Stuff   Posted: Sun Aug 21, 2005 3:22 pm   Subject: re: Preventing image theft
Vin, appreciate the input (as always).
I was referring to images in a web directory which are not used on the site and images stored in the same directory which are used on the site.
Obviously the i ...
 Topic: Got someone traying to harvest my site - need info
hitwalker

Replies: 1
Views: 3687

PostForum: Security - PHP Nuke   Posted: Mon Jan 03, 2005 4:46 pm   Subject: re: Got someone traying to harvest my site - need info
well its hard to explain,
its a bot and sometimes hijacked.
you can not realy ban it cause it has different ip's and you can try adding it to your .htaccess file.
They say this is enough...

SetE ...
 Topic: I found something interesting. Please comment
blith

Replies: 0
Views: 7454

PostForum: Security - PHP Nuke   Posted: Fri Nov 12, 2004 10:52 am   Subject: I found something interesting. Please comment
I found the following and would like to know everyone's thoughts on it and what it does. Thank you for reading.

An even better way to stop bad bots is to trap them with php. Here's the code should ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©