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
Category Archives: Security
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 […]
Hash Generator = http://www.insidepro.com/hashes.php?lang=eng online virus scanner = http://www.virustotal.com/ Online nmap scans = http://nmap-online.com/ Dns health checker = http://dnssy.com/ Investegate domains and ips = http://centralops.net/co/DomainDossier.aspx Network card manufacturer finder = http://www.curreedy.com/stu/nic/ Md5 hash cracker = http://milw0rm.com/cracker/insert.php
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 […]
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
you can make finding the MAC address even easier by parsing the ifconfig command’s output with the grep command, like this: ifconfig | grep HWaddr This will only bring up the line of ifconfig’s output with the MAC address. Example : kartook@H4C<3r$ ifconfig | grep HWaddr eth0 Link encap:Ethernet […]
Step 1 : To rebuild Debian package (.deb) from an installation kartook@H4C<3r:~$apt-get install dpkg-repack Now here i am going to rebuild K3B from my Ubuntu 10.04 kartook@H4C<3r:~/packagebuild$ sudo dpkg-repack k3b dpkg-deb: warning: ‘./dpkg-repack-13038/DEBIAN/control’ contains user-defined field ‘Original-Maintainer’ dpkg-deb: building package `k3b’ in `./k3b_1.91.0~rc2-0ubuntu3_amd64.deb’. dpkg-deb: warning: ignoring 1 warnings about the control file(s) kartook@H4C<3r:~/packagebuild$ kartook@H4C<3r:~/packagebuild$ kartook@H4C<3r:~/packagebuild$ […]
What is the purpose of this alert? Microsoft has been made aware of an issue with a McAfee DAT file update – released Wednesday, April 21, 2010 – that has been causing stability issues on Windows XP client systems. The symptom is caused by a false-positive detection on a core Windows file (svchost.exe). Once the […]
Enables Remote Desktop on any computer (including a remote computer) Note : I tested in my Windows Xp and Windows 7 .Work great !!! Save as .vbs and execute. Dim strPC strPC = InputBox(“What machine would you like to connect to and enable remote desktop?”, _ “Connect to Server”) set oRD = GetObject(“winmgmts:{impersonationLevel=impersonate}!//”& strPC & […]