Archive for the ‘linux server’ Category

ImageShack Hacked by Anti-sec Movement

July 11th, 2009 by admin | 2 Comments | Filed in Datacenter, hack, Internet, linux server, web server

ImageShack , one of the web’s largest image hosts, was attacked tonight by a movement called “Anti-Sec”. The result of the attack has been to replace all ImageShack hosted images with a manifesto for the movement (below).

The message adds that “no images were harmed in the making of this…image”, implying that ImageShack images are not lost.

We’ll post updates as we learn more: please add your own experiences in the comments.

Imageshack hacked by Anti-Sec

Imageshack hacked by Anti-Sec

source:  http://mashable.com/2009/07/10/imageshack-hacked/

Tags: , ,

IPMASQ-IP Masquerading

June 6th, 2009 by admin | No Comments | Filed in linux server

IP Masquerading is a form of Linux networking process that allows one or more computers in a network to communicate without assigned IP addresses with the Internet using the Linux server’s assigned IP address. The IPMASQ server acts as a gateway, and the other devices are indiscernible behind it; consequently the outgoing traffic appears to other machines on the Internet to be coming from the IPMASQ server and not the internal PCs. While IPMASQ is a generic technology the server can be connected to other computers through LAN technologies like Ethernet, FDDI, Token Ring, as well as dial-up connections such as SLIP or PPP.

For instance, if a Linux host is connected to the Internet via PPP, Ethernet, etc, the IP Masquerade feature allocates other internal computers connected to this Linux box to reach the Internet. Linux IP Masquerading allows for this functionality although these internal machines don’t have an officially assigned IP address.

MASQ allows a set of machines to access the Internet via the MASQ gateway indiscernibly and the outgoing traffic will emerges to be from the IP MASQ Linux server itself to other machines on the Internet. Additionally as the added functionality, IP Masquerade provides the foundation to create a profoundly a secured networking environment hence to break the security of a well configured masquerading system and internal LAN should be considerably difficult to accomplish with a well-built firewall.

Who Can use IPMASQ?

* If you are on Linux host and connected to the Internet and you have few computers running TCP/IP connected to a Linux box on a local subnet.

* And/or if your Linux host has additional modem and acts as a SlIP or PPP server connecting other computers, which don’t have official or public assigned IP addresses.

* And if you want to save money and let those machines to communicate to the Internet without spending extra bucks for obtaining additional Public / Official TCP/IP addresses from your ISP.

Essential Linux Port number

June 4th, 2009 by admin | 1 Comment | Filed in linux server, web server

Linux Port Numbers

These are the most essential Linux Port number you should aware of, whenever you are running a Linux VPS or dedicated server you should make sure that you don’t block these services with your firewall.

21 => FTP
22 => SSH
23 => Telnet
25 => SMTP Mail Transfer
43 => WHOIS service
53 => name server (DNS)
80 => HTTP (Web server)
110 => POP protocol (for email)
995 => POP over SSL/TLS
9999 => Urchin

111 => rpcbind
953 => rndc
143 => IMAP Protocol (for email)
993 => IMAP Secure
443 => HTTP Secure (SSL for https:// )

3306 = > MysQL Server
4643 => Virtuosso Power Panel

2082 => CPANEL
2083 => CPANEL – Secure/SSL
2086 => CPANEL WHM
2087 => CPANEL WHM – Secure/SSL
2095 => cpanel webmail
2096 => cpanel webmail – secure/SSL

Plesk Control Panel => 8443
DirectAdmin Control Panel => 2222
Webmin Control Panel => 10000