Posts

Showing posts with the label Tips and Tricks

Ophcrack - Windows password cracker / reset (Freeware)

What is ophcrack? Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a Graphical User Interface and runs on multiple platforms. Features: » Runs on Windows, Linux/Unix, Mac OS X, ... » Cracks LM and NTLM hashes. » Free tables available for Windows XP and Vista/7. » Brute-force module for simple passwords. » Audit mode and CSV export. » Real-time graphs to analyze the passwords. » LiveCD available to simplify the cracking. » Dumps and loads hashes from encrypted SAM recovered from a Windows partition. » Free and open source software (GPL). http://ophcrack.sourceforge.net/  

fsck (for "file system check" in linux) - equivalent to chkdsk (checkdisk in windows)

 fsck (for "file system check" in linux) A system administrator can also run fsck manually if they believe there is a problem with the file system. Because running fsck to repair a file system which is mounted for read/write operations can potentially cause severe data corruption/loss, the file system is normally checked while unmounted, mounted read-only, or with the system in a special maintenance mode that limits the risk of such damage. A journaling file system is designed such that tools such as fsck do not need to be run after unclean shutdown (i.e. crash). The UFS2 Filesystem in FreeBSD has a background fsck, so it is usually not necessary to wait for fsck to finish before accessing the disk. The modern and faster ZFS in FreeBSD, FreeNAS and PC-BSD has no "fsck" repair tool; instead, it has a repair tool called "scrub" which examines and repairs Silent Corruption and other problems. Additionally ZFS uses copy-on-write, intelligent data scrubbin...

Configuring Samba File (smb.conf) for sharing linux folders into windows KVM

Default Path of Samaba in Redhat Enterprise linux 6: /etc/samba/ Default Samba file (smb.conf) contains the following in my linux Machine: [global]     ## OPENCLIENT GLOBAL KVM CONFIG ##         workgroup = LINUXKVM         server string = Samba Server Version %v         interfaces = lo virbr0         log file = /var/log/samba/log.%m         max log size = 50         security = share         load printers = yes         cups options = raw [shared_ammar_rasheed]     ## OPENCLIENT SHARE KVM CONFIG ##         comment = Temporary file space         path = /home/ammar_rasheed       ...

Mount KVM Virtual Drive to a folder in Redhat Linux

Default Path for KVM Images (in Redhat Enterprise linux 6): /var/lib/libvirt/images/<Kvm_filename.qcow2> Command Format: guestmount --rw -a <source image path> -i <destination image path> Example: guestmount --rw -a /var/lib/libvirt/images/Windows_7_-KVM.qcow2 -i /media/Ammar/mount/

Finding All Hosts On the LAN - Windows/linux

Finding All Hosts On the LAN From Linux / Windows Workstation Linux: @ Root Prompt type: for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null; [ $? -eq 0 ] && echo "192.168.1.$ip UP" || : ; done Output: 192.168.1.1 UP 192.168.1.1 UP 192.168.1.2 UP 192.168.1.5 UP ...... ... .. 192.168.1.254 UP Windows:   c:> for /L %I in (1,1,254) DO ping -w 30 -n1 192.168.1.%I | find "Reply" or FOR /L %i IN (1,1,254) DO ping --a --n 1 10.0.1.%i | FIND /I "Reply">> c:\lanipaddresses.txt    

How to Remove New Folder.exe Virus

How to Remove New Folder.exe Virus from Computer : Step by Step Guide Here is the step by step guide to remove the New Folder.exe virus. Step 1: Press “Ctrl” , “Shift” and “Esc” keys simultaneously to open the Task Manager.  Step 2: Look for “Processes” tab in task manager and click on it to see running process.  Step 3: Select “new folder.exe” from the list of the processes and click “End Process” button.  Step 4: Repeat Step 3 for “srvidd20.exe,” “iddono20.exe” and “editor.exe” processes.  Step 5: Now close the task manager.  Step 6: Now go to the start menu, type cmd in run and click enter. You will see a command line window.  Step 7: Type “regsvr32 /u shelliddono.dll” and hit enter. Now type ”regsvr32 /u libedit.dll” and hit enter to unregister the DDL.  Step 8: Close the command line window.  Step 9: Now go to the start menu and type “srv0104.ids” in search box and click enter.  Step 10: Delete all the listed search results.  Ste...

Set Root Password in Debian Linux

sudo passwd root

Activate Windows XP

Turn On your PC Press F8 repeatedly and go to Safe Mode Logon as per normal (note: Administrator password is usually blank, but hopefully you know your password) Allow the Desktop to fully load (answering "Yes" to continue into Safe Mode) (note: This is just a long way of saying go to Safe Mode) Click on Start - Run Type in exactly: rundll32.exe syssetup,SetupOobeBnk (and click OK) (note: one space, after "rundll32.exe " also the Oo are two letter o's in "oobe"; capitals and comma are important) Wait a couple of seconds (although you will Not see any change) Restart your PC normally (Start - Shutdown - Restart - Ok) You are now able to go to Normal Mode again (For another 30 days !!!) Do whatever you like, you're back to Normal.

Win-XP Mode for Windows 7

Download Win-XP Mode for Windows 7 directly from Microsoft website. No Windows Validation required: http://download.microsoft.com/download/7/2/C/72C7BAB7-2F32-4530-878A-292C20E1845A/WindowsXPMode_en-us.exe Next Step: Download Windows Virtual PC : http://download.microsoft.com/download/0/5/5/0554AE99-785F-45CB-B1F2-0E3ED1E6117D/Windows6.1-KB958559-x64-RefreshPkg.msu  

Text encryption and decryption tool

http://www.alltextencryption.com/ http://rumkin.com/tools/cipher/

Five data recovery apps that could make you a hero

Image
1: VirtualLab Data Recovery VirtualLab Data Recovery ( Figure A ), which sells for £25, is designed to be an all-purpose data recovery utility. Besides supporting the ual FAT, FAT-32, and NTFS file systems, it supports Mac HFS / HFS+ and even NFS. In addition, it supports data recovery on devices such as USB flash drives and camera memory cards. In my opinion, its most useful feature is the ability to make a sector-by-sector copy of a failing hard drive. This allows you to focus on the recovery process without having to worry about the hard drive degrading further or failing completely in the middle of your recovery efforts. Figure A VirtualLab Data Recovery 2: File Scavenger - Data Recovery Utility File Scavenger - Data Recovery Utility ( Figure B ) is another tool for recovering lost data. Like most disk repair utilities, File Scavenger (which sells for £32) can retrieve data from corrupt volumes. However, the tool’s main emphasis is on recovering dat...

Freeware/OpenSource Equivalent of Commercial Softwares

Image
Software packages are not 100% equivalent.  Please review the technical specifications to make sure the software product will meet your requirements. Open Source /Free SW Description Commercial Alternative (for Comparison Only) 7 Zip file compression WinZip ($50 USD) ANTLR works & IDE Grammar Dev tools no known commercial alternative Apache Ant java build tool no known commercial alternative Audacity audio editor/recorder Sound Forge Pro ($375 USD) Avidemux video editor Nero ($80 USD) CamStudio records screen and audio activity Camtasia Studio ($295 USD) Castor Java binding framework no known commercial alternative CD Burner XP CD/DVD burner ROXIO Creator 2011 ($100 USD) Clojure dynamic programming language no known commercial alternative Clonezilla disk cloning Norton Ghost ($70 USD) C...

MailStore Home - Email archiving, backup & migration

Image
source: http://www.mailstore.com/en/mailstore-home.aspx Our free, easy to use email archiving software for personal use With more users than ever before relying on free webmail providers, few consumers realize that their emails often are not being protected adequately. And, if a webmail provider has a sudden outage, few realize that they may lose access to their emails indefinitely. That is one reason why MailStore has introduced MailStore Home for personal use – helping home users to backup, archive and migrate their emails, free of charge. For more independence and a better safety. A single central archive for all emails There is bigger variety than ever when it comes to email providers, emails have also become scattered among different computers, programs, mailboxes and webmail services. With MailStore Home, you can bring order to this chaos for good by creating a single central archive for all emails. And, with MailStore Home 5, you can cre...