Category Archives: Security

Security : Cain & Abel

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 […]

ONLINE : Security Tools

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

Linux : Rebuild deb package from installed files

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$ […]

Alert – McAfee Update Causing Windows XP Machines to Shut Down

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 […]

Windows Script : Enables Remote Desktop on Remote computers

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 & […]