This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, February 18, 2016

IDM 6.25 Build 12 Final Update + Patch

Internet Download Manager (also called IDM) is a shareware download manager. It is only available for the Microsoft Windows operating system.

IDM supports the following web browsers: Internet Explorer, Opera, Netscape Navigator, Apple Safari, Flock, Google Chrome, Mozilla Firefox, and many others. 

 
Version 6.25 Build 12 Final is available (Feb/11/2016)


What's new in version 6.25 Build 12?


- Fixed bugs


What's new in version 6.25 Build 11?

- Added support for Firefox 45

- Fixed bugs


- Fix Fake Serial issue

Features:
IDM downloading a file

  •     Divides downloads into multiple streams for faster downloading
  •     Batch downloads
  •     Import/Export download jobs
  •     Auto/manual updating of download address
  •     Multiple queues
  •     Recent downloads list for easy access to directories
  •     Video downloading from streaming video sites.[2]
  •     Dynamic segmentation throughout the downloading process.[3]
  •     Protocols: HTTP, FTP, HTTPS, MMS[4] and Microsoft ISA
  •     Authentication protocols: Basic, Negotiate, NTLM, and Kerberos allowing for storage and auto-authentication of user names and passwords.



 
How to Use ?
---------------------------------------
1. Close IDM on Taskbar, Install idmupdt.exe this will update your IDM Automatic, NO Need to restart your computer!!

2. After Finish it will pop out "Fake Serial" close and ignore everything
in short Close!!

3. Copy IDMan.exe and IDMGrHlp.exe from Crack Files Folder  to IDM installation path ( ex : C:\Program Files\Internet Download Manager or  C:\Program Files (x86)\Internet Download Manager\ )

4. Run Activate.reg file

5. Launch IDM

6. Done !

NOTE: This manual method activation is not generic, means these files can be used to activate IDM 6.25 build Final 12 only.


(MS One Drive  download link might contain ads please disabled your adblock)
https://www.facebook.com/download/934580599923436/Internet%20Download%20Manager%20%28IDM%29%206.25%20Full%20Version.rar

Mirror
FB Link
https://www.facebook.com/download/934580599923436/Internet%20Download%20Manager%20%28IDM%29%206.25%20Full%20Version.rar



Sunday, February 14, 2016

How to make a bootable Kali Linux 2.0 USB with persistence that save files

So, you want to change the settings, update, and save some files in Kali Linux Live USB without losing your work.

How to make a bootable Kali Linux 2.0 USB with persistence. Persistence means that all the data changes that take place while you are using the system, they will be saved on the usb / pendrive that you Linux is in.





Reasons for using Live USB with Persistence are:

  • · You use all of your system resources eg. CPU, RAM, GPU, etc
  • · You take no space of your Hard Drive for it.
  • · You can take your OS to any PC you use.

Requirements:

1. Universal USB Installer : www.pendrivelinux.com/universal-usb-inst­aller-easy-as-1-2-3/


or Rufus Faster bootable maker : https://rufus.akeo.ie/


2. Kali Linux Image : https://www.kali.org/downloads/

3. MiniTool Partition Wizard : www.partitionwizard.com  

OR http://download.cnet.com/MiniTool-Partition-Wizard-Free-Edition/3000-2094_4-10962200.html

 OK  LET'S START...



1. DOWNLOAD KALI LINUX ISO AND MAKE A BOOTABLE LIVE KALI



 3. CREATE 2 PARTITION WITH MINI TOOL

1. Select your USB drive with Kali Linux  right click  and choose  Move/Resize
  I resize mind 3.2 gig



 
2. Click the Unallocated rigth click to create new partition.



3. Name the partition label  "persistence" , create as "primary" , file system "Ext4" , cluster size "default" .



4. Click "Apply"  check .. and then click Yes.



Wait 10 minutes or more...





4. BOOT FROM YOUR NEW KALI LINUX LIVE USB PERSISTENCE
OPEN THE TERMINAL (CMD LIKE)



Commands Used In Kali :


UUI is the drive name change with your own drive name label

1. fdisk -l : To List Your Drives

2. mkdir -p /mnt/UUI : Make a directory on the filesystem to mount your USB

3. mount /dev/sdb2 /mnt/UUI : Mount the partition on the directory you made

4. echo "/ union"> /mnt/UUI/persistence.conf : Adds a configuration file to enable persistence.

5. umount /dev/sdb2 && reboot : Unmount the partition and reboot.


OK DONE!!..

When Kali as password type : toor
user name is : root



You might also like :