Skip to content
WJunction - Webmaster Forum

For those who use the cracked litespeed and got blacklisted

Status
Not open for further replies.
Ok so some of you might have gotten blacklisted by litespeed for using 'nulled' or 'cracked' versions, it restarts and kills itself and wont stay up, and you cba buying it because the prices are retarded, block the following license servers, ive tested this on 3 of my blacklisted servers and worked 100% so far.

(main):64.18.140.195
(licensing):209.151.227.121

Note, if you compile php using the WHM plugin youll have to temporarily remove them while compiling php so it can grab the latest LSAPI version from there servers.

How to: blocking

with csf: csf -d 64.18.140.195 ; csf -d 209.151.227.121
with apf: apf -d 64.18.140.195 ; apf -d 209.151.227.121
with iptables: service iptables restart; iptables -t mangle -A INPUT -s 64.18.140.195 -j DROP ; iptables -t mangle -A INPUT -s 209.151.227.121 -j DROP ; service iptables save; service iptables restart


proof of concept

Code:
[root@mercedes lsws]# csf -x >/dev/null
[root@mercedes lsws]# cd bin
[root@mercedes bin]# ls
httpd  lscgid  lscgid.3.3.24  lshttpd  lshttpd.3.3.24  lshttpd.dbg  lshttpd.dbg.3.3.24  lswsctrl  lswsctrl.3.3.24  updateagent  wswatch.sh
[root@mercedes bin]# ./lswsctrl restart
[OK] Send SIGUSR1 to 13122
[OK] Your trial license key will expire in -5 days!
cat: /tmp/lshttpd/lshttpd.pid: No such file or directory
[OK] lshttpd: pid=.
[root@mercedes bin]# csf -e >/dev/null
[root@mercedes bin]# ./lswsctrl restart
[OK] Your trial license key will expire in -5 days!
[OK] lshttpd: pid=14944.
[root@mercedes bin]#



(lol watch solidnode come up after this..)
 

20 comments

2w6gy11.jpg
 
New IP They're using:

208.43.61.241

I believe they've actually managed to create a "botnet" sorta concept via making any of their installed web servers accept a license request check that way when you firewall one they just contact a client server.
 
Status
Not open for further replies.

About the author

P
Active Member · Joined
162
Messages
0
Reactions
16
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom