Whilst Adobe provide a 32bit version of their Adobe Air application for Linux, a native x64 version remains a dream. Thankfully, with few installed dependencies, the 32bit version will happily run on a 64bit installation too Step 1 . Get Air, Get Dependencies First things first – you will need a copy of Adobe Air […]
Category Archives: Applications
Linux :sun java 6 on lucid lynx To install sun-java6-jre on Ubuntu 10.04 LTS, type the commands below in Terminal: kartook@Dwarez:~$sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner” kartook@Dwarez:~$sudo apt-get update kartook@Dwarez:~$sudo apt-get install sun-java6-jre
I used VMware Workstation 7 to test this. The BackTrack kernel sources are already in place, so all that’s left to do is install BackTrack in VMware and start the VMware tools install. BackTrack uses up around 5 GB once installed, so plan accordingly. mkdir /mnt/cdrom mount /dev/cdrom3 /mnt/cdrom cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/ cd /tmp/ […]
What is JSky? JSky is a windows-based GUI Web Application Vulnerability Scanner, which is totally FREE. ; ) What can JSky do? It’s a vulnerability scanner, so it can scan these vulnerabilities: * SQL Injection * XSS * Unsecure object using * Local path disclosure * Unsecure directory permissions * Server vulnerabilities like buffer overflow […]
Metasploit – Penetration Testing Resources Metasploit provides useful information and tools for penetration testers, security researchers, and IDS signature developers. This project was created to provide information Metasploit Unleashed – Mastering the Framework Learn Here
Where we can get http://www.oxid.it/cain.html What this tool can do Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of several kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing […]
What is KiTTY ? KiTTY is a fork from version 0.60 of PuTTY, the best telnet / SSH client in the world. KiTTY is only designed for the Microsoft Windows platform. For more information about the original software, or pre-compiled binaries on other systems, you can go to the Simon Tatham PuTTY page. More About […]
CentOS-5.5 is based on the upstream release EL 5.5 and includes packages from all variants including Server and Client All are torrent links user utorrent ( on windows ) or deluge ( Linux) CD ISO: http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-1to7.torrent http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-1to8.torrent DVD ISO: http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-DVD.torrent http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD.torrent LiveCD ISO: http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-LiveCD.torrent http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-LiveCD.torrent
The method uses IPtables to accomplish this add the following lines to /etc/rc.local iptables -F iptables -A INPUT -s googleads.g.doubleclick.net -j DROP iptables -A INPUT -s pagead2.googlesyndication.com -j DROP iptables -A INPUT -s ads.google.com -j DROP exit 0 Thanks : Tux