This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: 1 [2]
16
Installation / Re: How to open port 2030
« on: May 13, 2015, 08:24:04 AM »
now i install new server it not work on port 2030 but i use lynx on server xxx.xxx.xxx.xxx:2030 i see login from
18
Installation / Re: How to open port 2030
« on: February 06, 2015, 11:47:37 PM »
my server can use port 80 port 22
but port 2030
The connection has timed out
[root@ns ~]# service cwpsrv start
Starting cwpsrvd:
and
iptables -A INPUT -p tcp --dport 2030 -j ACCEPT
but port 2030
The connection has timed out
[root@ns ~]# service cwpsrv start
Starting cwpsrvd:
and
iptables -A INPUT -p tcp --dport 2030 -j ACCEPT
Code: [Select]
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2030,2031,2030,2031"
i use lynx can't access19
Installation / How to open port 2030
« on: February 06, 2015, 10:54:50 AM »Code: [Select]
[root@ns ~]# netstat -plunt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1544/pure-ftpd (SER
tcp 0 0 xxx.xx.73.211:53 0.0.0.0:* LISTEN 1203/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1203/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1269/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1514/master
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1203/named
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 1432/dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 1432/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 1432/dovecot
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 1514/master
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1406/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 1432/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1432/dovecot
tcp 0 0 :::21 :::* LISTEN 1544/pure-ftpd (SER
tcp 0 0 ::1:53 :::* LISTEN 1203/named
tcp 0 0 :::22 :::* LISTEN 1269/sshd
tcp 0 0 ::1:953 :::* LISTEN 1203/named
tcp 0 0 :::2030 :::* LISTEN 1526/cwpsrvd
tcp 0 0 :::2031 :::* LISTEN 1526/cwpsrvd
udp 0 0 xxx.xx.73.211:53 0.0.0.0:* 1203/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 1203/named
udp 0 0 ::1:53 :::* 1203/named
21
Apache / Mod Security issues
« on: October 23, 2014, 01:27:31 AM »
i Enable Mod Security
use joomla! cms
Can't save or Close on edit content
show 403
Forbidden
You don't have permission to access /administrator/index.php on this server.
error log
use joomla! cms
Can't save or Close on edit content
show 403
Forbidden
You don't have permission to access /administrator/index.php on this server.
error log
Code: [Select]
[Thu Oct 23 08:04:13 2014] [error] [client 10.211.55.2] ModSecurity: Access denied with code 403 (phase 2). Pattern match "(?i:([\\\\s'\\"`\\xc2\\xb4\\xe2\\x80\\x99\\xe2\\x80\\x98\\\\(\\\\)]*?)\\\\b([\\\\d\\\\w]++)([\\\\s'\\"`\\xc2\\xb4\\xe2\\x80\\x99\\xe2\\x80\\x98\\\\(\\\\)]*?)(?:(?:=|<=>|r?like|sounds\\\\s+like|regexp)([\\\\s'\\"`\\xc2\\xb4\\xe2\\x80\\x99\\xe2\\x80\\x98\\\\(\\\\)]*?)\\\\2\\\\b|(?:!=|<=|>=|<>|<|>|\\\\^|is\\\\s+not ..." at ARGS:jform[articletext]. [file "/usr/local/apache/modsecurity-crs/base_rules/modsecurity_crs_41_sql_injection_attacks.conf"] [line "77"] [id "950901"] [rev "2"] [msg "SQL Injection Attack: SQL Tautology Detected."] [data "Matched Data: p>sss found within ARGS:jform[articletext]:
sss
"] [severity "CRITICAL"] [ver "OWASP_CRS/2.2.9"] [maturity "9"] [accuracy "8"] [tag "OWASP_CRS/WEB_ATTACK/SQL_INJECTION"] [tag "WASCTC/WASC-19"] [tag "OWASP_TOP_10/A1"] [tag "OWASP_AppSensor/CIE1"] [tag "PCI/6.5.2"] [hostname "user3.com"] [uri "/administrator/index.php"] [unique_id "VEjuvX8AAAEAACq27rsAAAAD"]
Pages: 1 [2]