Total Pageviews

Thursday, May 5, 2016

Creating a bootable pen drive

1) First you need open run window ( windows + R)

2) Type Disk Part and press Enter


3) Then you will get below window. Type list Disk


4) Select the disk you wand by using by below command

Select disk 1

5) Type "Clean"

6) Type "Create Partition Primary"

7)Type "Active"

8)Type "Format fs = ntfs quick"

Done.
Now open the windows disk and copy all the files in to the pen drive.



Reset Windows Server Password with Installation CD


Step 1)
Insert the installation disk to your locked computer, restart. When following installation appears. Click on “Repair your computer”.

Step 2)
Click on command prompt

Step3)
When a Command Prompt black screen appears, type
"copy c:\windows\system32\sethc.exe" and press Enter. Then type
"copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe" afterwards press Enter key

Here what happens is the .exe file which is dedicated to trigger when we press shift key 5 times  going to replace with cmd.exe. So when we press 5 times at the login window cmd will be appear.

Step4)
Restart your computer. On the login screen, tap Shift key five times and you'll see a command prompt screen in administrator mode

type "net user UserName NewPassword"
(replace the UserName and UserPassword with the one you need) and press Enter key.

The user password will be replaced with new one. Close the window and then you can log in that user with new password.

Note: This will only work for local accounts

Wednesday, May 4, 2016

Generate a word list for Dictionary attack

How to create a word list using crunch tool in kali

Crunch tool will be more useful when we are doing penatration testing

1) Create a word list which contain no from 5 letters 'admin'

./crunch 5 5 admin -o pentestlab.txt


Example 2

crunch 10 10 1234567890 -o /root/numericwordlist.lst

Creating password list with 10 character limitation




Wednesday, November 11, 2015

Clash of the Clan - Earning Gold & Elixir without wasting your time

Hi all,

This would be really help who doesn't know how to earn gold & elixir from COC without playing by phone but from your computer.

Fallow below steps

1) Install BlueStack player to run android OS in your computer (click here to download bluestack)

2) Download clashfarmer bot from clashfarmer.com (click here to download)

3) Install both into your computer and run the clashfarmer bot. (Your virus guard might identify this       bot as a virus due to its characteristics. Please put an exception if you need to use this)

I will put screenshots of my settings that i did for bot. It works like a charm & if I let computer run for 5h it will collect more than 3,000,000 Gold

note: Please move you mouse pointer out of the bluestack player when you are running the bot , otherwise it wont work properly.

If you really liked the bot and afford to buy  then you may unlock most advance features

Settings





Tuesday, November 10, 2015

How to Backup & Restore Server 2008/2003 or move it to different hardware


One of the following problems may occur with your computer:



  • Hardware failure
  • Software failure
  • Computer theft
  • Natural disaster
  • User error
To recover from one of these problems, you can restore the Microsoft Windows operating system from a Symantec backup. You can restore a system state backup to the same physical computer  or to a different physical computer that has the different hardware like  model, and configuration (differential hardware). 

Steps (This is way i did and it is 100% working)


  1.  Install Symantec  System Recovery 2013 to the server.(Get torrent from here)
  2. Download Symantec custom recovery disk from the internet(Custom recovery Disk (I'm not sure 100% but you can download from Symantec site for free of charge )
  3. In system recovery software go to  task  - > create  system recovery disk browse the downloaded recovery disk  and write it to a DVD
  4. Create a system backup from  Symantec System Recovery.(Please fallow the procedure of backing up data) 
  5. Write Symantec ghost to a CD and boot new machine from the Symantec ghost. (Get ghost from here)
  6. Browse system backup from the ghost and wait till it ask the recovery disk(if not ignore this step) 
  7. Insert the recovery disk which was created before by Symantec system recovery (if not ignore this step as well) 
  8. After successfully restored, restart the system.
  9. If the boot loader is missing repair it from the windows 7 DVD
Now save your JOBs :)








Azure Pricing

  Azure offers pay-as-you-go and reserved instances for pricing. Azure Pricing Factors: Resource size and resource type. Different Azure loc...