[tools] update.script

Do you like use update.script ?

  • yes, all time

    Votes: 221 69.1%
  • no, some time

    Votes: 44 13.8%
  • some time

    Votes: 55 17.2%

  • Total voters
    320
It should be noted that "MODsecurity 2.1.4 Apache 2.2.6 & custombuild ONLY" will only work if you installed Apache using custombuild v1.2, it won't work if you used v1.1.

Sorry but what made you say that, I'm using 1.1 custombuild and this installed and works fine for me...
 
Sorry but what made you say that, I'm using 1.1 custombuild and this installed and works fine for me...

I said that because I had the opposite experience. When building Apache with custombuild 1.1 it didn't compile Apache with "--with-pcre=/usr" as mentioned here. It was said by smtalk that he added that in to custombuild here but I'm not sure he added it to 1.1 and 1.2 alike (Yes and re-downloaded and did a clean install since he mentioned that). So modsecurity2 was failing to install for me, but if I used custombuild 1.2 it worked fine.
 
Hello,

PCRE is included into 1.1 version of the CustomBuild script now (from yesterday). It was removed for few days due to many failed installs. So, it should work without any problems with CustomBuild 1.1 now.
 
Hi everybody
I have installed few thing with update.script
But I am facing few problems with one of my Forum software VBulletin

Could you plz let me know how could I uninstall these softwares
Is there any script for uninstalling these
 
Hi everybody
I have installed few thing with update.script
But I am facing few problems with one of my Forum software VBulletin

Could you plz let me know how could I uninstall these softwares
Is there any script for uninstalling these

Code:
<IfModule mod_security2.c>
# ModSecurity2 ONLY
# All time config.conf and apache2-rules.conf ON
# Do not change anything in included files
#
Include /etc/modsecurity2/config.conf
#Include /etc/modsecurity2/apache2-rules.conf
#Include /etc/modsecurity2/bad_robots.conf
#Include /etc/modsecurity2/blacklist.conf
#Include /etc/modsecurity2/blacklist2.conf
#Include /etc/modsecurity2/exclude.conf
## stop #Include /etc/modsecurity2/generic_attacks.conf
#Include /etc/modsecurity2/http_policy.conf
#Include /etc/modsecurity2/jitp.conf
#Include /etc/modsecurity2/outbound.conf
#Include /etc/modsecurity2/protocol_anomalies.conf
#Include /etc/modsecurity2/protocol_violations.conf
#Include /etc/modsecurity2/recons.conf
#Include /etc/modsecurity2/request_limits.conf
#Include /etc/modsecurity2/rootkits.conf
#Include /etc/modsecurity2/trojans.conf
#Include /etc/modsecurity2/useragents.conf
</IfModule>
restart apache or remove # trojans.conf , useragents.conf
use any rules you want :)

Wael
 
Hello,

PCRE is included into 1.1 version of the CustomBuild script now (from yesterday). It was removed for few days due to many failed installs. So, it should work without any problems with CustomBuild 1.1 now.

I know you fix it ;)
good work


Wael
 
@how@
Thanks for you help

Plz let me know is this problem due to Mod_Security

And secondly I have installed mod_security 1.9.5 for apache 1

And many other softwares i.e. Nobody Check Security Tool 1.03 eAccelerator 0.9.5.2 MODevasive 1.10.1

Do I need to remove these also

Regards
Rizwan

Code:
<IfModule mod_security2.c>
# ModSecurity2 ONLY
# All time config.conf and apache2-rules.conf ON
# Do not change anything in included files
#
Include /etc/modsecurity2/config.conf
#Include /etc/modsecurity2/apache2-rules.conf
#Include /etc/modsecurity2/bad_robots.conf
#Include /etc/modsecurity2/blacklist.conf
#Include /etc/modsecurity2/blacklist2.conf
#Include /etc/modsecurity2/exclude.conf
## stop #Include /etc/modsecurity2/generic_attacks.conf
#Include /etc/modsecurity2/http_policy.conf
#Include /etc/modsecurity2/jitp.conf
#Include /etc/modsecurity2/outbound.conf
#Include /etc/modsecurity2/protocol_anomalies.conf
#Include /etc/modsecurity2/protocol_violations.conf
#Include /etc/modsecurity2/recons.conf
#Include /etc/modsecurity2/request_limits.conf
#Include /etc/modsecurity2/rootkits.conf
#Include /etc/modsecurity2/trojans.conf
#Include /etc/modsecurity2/useragents.conf
</IfModule>
restart apache or remove # trojans.conf , useragents.conf
use any rules you want :)

Wael
 
Hello,

PCRE is included into 1.1 version of the CustomBuild script now (from yesterday). It was removed for few days due to many failed installs. So, it should work without any problems with CustomBuild 1.1 now.

Thanks smtalk.
 
you install mod_security 1.9.5 for apache 1 and ou to remove mod_security 1 rule.

Wael


Wael
Sorry I could not understand what you are saying

"you install mod_security 1.9.5 for apache 1 and ou to remove mod_security 1 rule."
 
[root@server ~]# kiss status
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination


KISS My Firewall - Stopped!
Help me, Please
 
After installed the MODsecurity 2.1.4 .....
The loading is so high.....
how to slove it?
 
Sorry.
When i run command : kiss start:

you need to link xt_state.ko to ipt_state.ko and xt_multiport.ko to ipt_multiport.ko


Code:
$ ln -s /lib/modules/2.6.18-53.1.4.el5/kernel/net/netfilter/xt_state.ko /lib/modules/2.6.18-53.1.4.el5/kernel/net/ipv4/netfilter/ipt_state.ko

$ ln -s /lib/modules/2.6.18-53.1.4.el5/kernel/net/netfilter/xt_multiport.ko /lib/modules/2.6.18-53.1.4.el5/kernel/net/ipv4/netfilter/ipt_multiport.ko

REPLACE 2.6.18-53.1.4.el5 with your Kernel Folder

I hope it helps :)
 
you need to link xt_state.ko to ipt_state.ko and xt_multiport.ko to ipt_multiport.ko


Code:
$ ln -s /lib/modules/2.6.18-53.1.4.el5/kernel/net/netfilter/xt_state.ko /lib/modules/2.6.18-53.1.4.el5/kernel/net/ipv4/netfilter/ipt_state.ko

$ ln -s /lib/modules/2.6.18-53.1.4.el5/kernel/net/netfilter/xt_multiport.ko /lib/modules/2.6.18-53.1.4.el5/kernel/net/ipv4/netfilter/ipt_multiport.ko

REPLACE 2.6.18-53.1.4.el5 with your Kernel Folder

I hope it helps :)

Thank you very much!
 
i have 2 problems after install update.script:
1. Roundcube webmail can't login
2. I want to config Kiss but i don't understand about it.
Please help me.
 
Back
Top