For those who use the cracked litespeed and got blacklisted

Status
Not open for further replies.

pimpinjg

Active Member
162
2008
0
0
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
 
LiteSpeedTech got word of this and added a new server, new ip: 174.37.47.129 do the same thing as i said with the others on this
 
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.
 
just use lighttpd, much more lightweight and its free!
even youtube used it in the past, enough said.
 
There's no publicly available one, crack it yourself or ask pimpinjg (he has it, maybe he's willing to share)
 
Status
Not open for further replies.
Back
Top