Showing posts with label Ethical Hacking. Show all posts
Showing posts with label Ethical Hacking. Show all posts

Thursday, June 15, 2017

Pen drive show empty even when data exists

A friend of my have problem with his pen drive, he was not able to see any folders or file even data was there. He scan with antivirus but no virus detected.
Use following command to see if folders or files got hidden somehow...

1) Go to command prompt using "cmd" command 
2) Type command "attrib -h -r -s /s /d e:\*.*"

Note: "e:" is the pendrive folder.

Wait for few seconds, and you will get your files and folder visible.

Tuesday, March 1, 2016

Turn Off Autorun or Autoplay on Windows system



Mostly Virus easily spreading using removable media such as CD, USB, etc. Some people maybe still didn't know how to turn off autorun or autoplay in Windows.

Step-by-Step about How to Turn Off Autorun/Autoplay on Windows:

1. Open Run Tasks (Click here to view the shortcut to launch Run)

2. Type : gpedit.msc (case insensitive)

3. Click Computer Configuration –> Administrative Templates –> Windows Components –> Autoplay Policies –> Double click the Turn off Autoplay at the right side window. 

4. There are 3 configurations available : 
Not Configured
Enabled
Disabled

5. Choose Enabled then click apply.

Monday, January 18, 2016

How To Repair A Corrupted SD Card or USB Flash Drive

How To Repair A Corrupted SD Card or USB Flash Drive


Steps are as follow:
1) Go to command prompt using "RUN" window
2) Type "DiskPart" on the prompt (This will change command prompt to "DISKPART>"
3) list disk (This will show all storage disk list
4) Make your USD drive selected using "Select Disk 1" command (Note: disk 0 is your primary hard drive)
5) Type "Clean" to cleaning the disk
6) After cleaning you need to create a primary partition, Type "Create Partition Primary"
7) Activate newly created partition, Type "Active"
8) Type "Select Partition 1" to get this partition format
9) Type "Format fs=fat32".

That's it, you are done now. Once disk is fully formatted you are ready to use your USB/SD card.

Tuesday, June 1, 2010

Ethical Hacking

Something that I want to share about Ethical Hacking.

Introduction to Ethical Hacking.


  • It is a part of your ongoing security Architecture.
  • It is an art and science of determining the vulnerabilities of your information infrastructure to better defend, used to determine the weaknesses in your network BEFORE the real hackers do!
  • It is been performed by highly skilled, ETHICAL security professionals (We also know them as White Collared Hackers), uses the same techniques and tools to find the weaknesses and mitigate them or defend against them.

Types of Ethical Hacking

  • White Box: You have FULL knowledge of the network
  • Black Box: You have NO knowledge of the infrastructure
  • Gray Box: You have some knowledge of the network

Assessment Testing:
  • Vulnerability Assessment, using an automated tool to identify weaknesses or vulnerabilities in a network
  • Penetration testing, Comprehensive review of vulnerabilities, how to exploit them, how network reacts to them

some more details will be added soon....