VNC, or Virtual Networked computing, is a way of controlling a remote computer just as though you are sitting in front of it. In the Windows world it is also known as remote desktop but it's normally referred to as VNC in the linux world. All that happens is that you connect using a VNC client to a remote computer running the VNC server, then an image of the remote desktop is transmitted to
Sunday, January 11, 2009
Parallel Windows Password Brute Forcing Tool
Posted on 9:19 AM by Unknown
Bruter is a parallel network login brute-forcer on Win32. This tool is intended to demonstrate the importance of choosing strong passwords. The goal of Bruter is to support a variety of services that allow remote authentication.Bruter is a tool for the Win32 platform only.PROTOCOL SUPPORT It currently supports the following services: FTP HTTP (Basic) HTTP (Form) IMAP MSSQLMYSQL POP3
How To disable SELinux security policy in Redhat and Fedora
Posted on 9:18 AM by Unknown
Login as root then:Edit SELinux config file:# vi /etc/selinux/configThen set SELINUX= to disabled.SELINUX=disabledReplace the current line which most of the time will be set to enforcing. This disabled SELinux on boot, however it is still enabled to disable it without having to reboot execute:setenforce 0Take a look on setsebool command, if you want to enable specific applications without
Saturday, January 10, 2009
How to store downloaded packages in yum cache of fedora after Installing
Posted on 10:33 AM by Unknown
In Fedora based systems,, the packages downloaded by YUM wont be stored in cache.. to enable this feature.. use this tip..edit the /etc/yum.conf ina text editor and replace the following line#keepcache=0with#keepcache=1
Know your neighboring machines
Posted on 10:11 AM by Unknown
The simplest way I can do is use ping, I can send a broadcast packet to everyone in a subnet, so that they can response back. Let say I am in subnet of 192.168.0.x and the broadcast IP is 192.168.0.255, I can do this:ping -b 192.168.0.255How I know the broadcast IP is 192.168.0.255? I can check with ifconfig.ifconfig eth0 | grep BcastSome routers are configured to filter broadcast and multicast
Friday, January 9, 2009
Convert Gmail account into Web based file server
Posted on 9:08 PM by Unknown
PhpGmailDrive (PGD) turns your Gmail account into a Web based file server. You may add more than one Gmail account, arrange attachments in multiple folders, and apply themes to the interface. It can be embedded into any HTML page.PhpGmailDrive is a new type of file sharing utility. Unlike typical file servers (say xDrive) it uses Gmail as backend file server. You can enjoy it simply by
Repair Corrupt RPM Database
Posted on 11:45 AM by Unknown
Strange things sometimes happen, one of them is a corrupt rpm database. This means that the computer tells you something is installed and it really is not.Here is how to solve this problem.First backup and then delete by doing the following command:$ su# cp /var/lib/rpm/__db.001 /home/nikesh# rm /var/lib/rpm/__db.001# cp /var/lib/rpm/__db.002 /home/nikesh# rm /var/lib/rpm/ __db.002# rpm –rebuilddb
Subscribe to:
Posts (Atom)