Thursday 25 March 2021

HOW TO BECOME CERTIFIED ETHICAL HACKER?


Today many business and government-related organizations that are serious about their network security hire ethical hackers and penetration tester to help probe and improve their networks, application, and other computer systems with the ultimate goal of preventing data theft and fraud from that black hat and other hackers.
So you can earn through it by learning ethical hacking.
There are many ways to became an ethical hacker to get certified for that.

Below I have listed the ways to have knowledge about how things actually work so you are able to hack it.
  1. Programming
  2. Networking 
  3. Encryption & Decryption 
  4. DBMS (Database Management System)
  5. Linux/UNIX
  6. Code in C Programming Language 
  7. Learn More Than One Programming Language 
  8. Learn More Than One OS (Operating System)
  9. Experiment
 After learning some concepts of hacking/cracking, sit and practice them.
Set up your own lab for experiment purposes.

You need a good computer system to start with as some tools may require a powerful processor, RAM, etc.
Keep on testing and learning until you breach a system.

     10. Continue Learning Continue Hacking.

Learning is the key to success in the world of hacking. Continuous learning and practicing will make you the best hacker.

Keep yourself updated about security changes and learn about new ways to exploit systems

HOW TO REMOVE VIRUSES FROM COMPUTER USING COMMAND PROMPT?

  • First of all click on Start and type cmd.
  • Now right-click on the cmd icon and select run as administrator.
  • Now command prompt window will open, now select your drive to which you want to remove the virus.
  • Let the drive be D.
  • Now in cmd window type 
          attrib-s-h/s/d*.*

          Then press Enter.

Now type dir by this all your content will get displayed. 

Now if you notice an unusual file.exe and any of autorun.inf then rename it with the command            (rename filename.extension new filename)

That's it now you can access your drives without affecting by viruses.

HOW TO LOCK DRIVES IN WINDOWS 7,8, AND 10?

 Say for instance you might have stored your office document in D: and you don't want your kids to access it, in such case this technique can be useful for you.

Please don't try this tweak with your root drive ( usually C: is the root drive ) since root drives are not intended to be locked because they are mandatory for the system and programs.

  • Start & Run and type Regedit to open Registry editor
  • Brouse HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
  • Create a new DWORD value NoViewOnDrive and set its value as 2^(Alpha Number of drive Letter-1) where Alpha number are simple counting of alphabets from A to Z as 1- 26 
       For example: to look C:, Alpha number of C is 3 so 2^(3-1) = 4(decimal value)

  • To lock more drives, calculate the values of each drive and then set sum of those number as value 
  • To unlock your drive just delete the key from the registry.