Skip to main content

why visiting darkweb is not too easy?

DARK WEB :

   
 Today we will talk about Dark-Web,  
the Dark-Web is a WWW(World wide web) content that exists on the internet but we need specific software, system configurations or authorized access to see or make changes in this content.

Dark-web is just a part of the internet where 90% of internet data is available right now. The Dark-Web contents are not shown by normal search engines like Google, Bing or other search engines.
   

     The dark-web include small peer to peer and friend to friend networks, as well as large, popular networks such as Tor, Freenet etc. operated by public organizations and individuals. 

Users of the dark web refer to the regular web as clean net due to its unencrypted nature. The Tor dark web or onion browsing uses the traffic anonymization technique of onion-routing in the network's top-level-domain suffix .onion


REAL WORLD:

 If we talk about real world scenarios with dark web it's too complex for a beginner level guy to get this even lot of intermediate level guys can not find this on internet. 

You should have at least some knowledge about the cyber-security to get in this dark-web. Because in some cases these websites says you to hack their websites to get in this. 

So i recommend you to go with networking first if you are going to learn cyber-security and after completing this knowledge you can go ahead for Dark Web.

Generally a dark web link opens ones or two's in a month or sometimes in weeks, and also it will opens only for little bit time like only for 2 hours or 4 hours and maximum 6 hours. If a dark-web link is active since last 6 hours that means it's not a dark-web its a honeypot. This is because mostly dark-web sites are hosted on their own computer systems.

TOR BROWSER:

 
Tor browser using peer to peer networks and the name "Tor" can refer to several different components. It protects you by bouncing our communications around a distributed network of relays(broadcasts) run by volunteers of this web in all around the world. Basically Tor prevents somebody watching your Internet connection from learning what sites you visit and what kind of internet activities you are doing, and it also prevents the sites you visit from learning your physical location. And this anonymous broadcast is called the Tor network. We mostly use Tor browser as a tool to visit dark-web, which is developed by Firefox and we can say it is an extended or upgraded version of Firefox to use Dark-web as well as Deep-web it also fixes many privacy issues.


 

Thanks for reading this blog !!!!!!!!!!!!!!!!!


Comments

Post a Comment

Popular Posts

Solution | Secure Workloads in Google Kubernetes Engine: Challenge Lab | 2022

  Task 0: Download the necessary files :   gsutil cp gs://spls/gsp335/gsp335.zip . unzip gsp335.zip Task - 1: Setup cluster gcloud container clusters create <cluster-name> \    --zone us-central1-c \    --machine-type n1-standard-4 \    --num-nodes 2 \    --enable-network-policy gcloud sql instances create <your-sql-instance-name> --region us-central1 Task - 2: Setup wordpress: Create database - wordpress Go to the SQL -> open the  created instance (wordpress-db-387) -> then database -> Create database  Database name :wordpress Create -> users-> add user Account User name: wordpress Add Add user - wordpress (no password) Service account gcloud iam service-accounts create <your-service-account- credentials> gcloud projects add-iam-policy-binding $DEVSHELL_PROJECT_ID \    --member="serviceAccount:< your-service-account- credentials>@$ DEVSHELL_ PROJECT_ID.i...

A Digital Computer

 A digital computer is a digital system that performs various computational tasks. The word "Digital" implies that the information in the computer is represented by variables that take a limited number of discrete values. These values are processed internally by components that can maintain a limited number of discrete states. These discrete values are taken by the decimal digits 0 to 9.  The first electronic digital systems was developed at 1940s late, it was primarily only used for some numerical computations.  As we all know a digital computer uses binary number system & it can only understand a binary number. And a binary number has only 2 digits 0 & 1 . Let me tell you one more interesting thing is that a binary digit is called "bit" here. That means if we use 0 it means its a bit, and vise versa.  In a digital computer all information is only represented in group of bits. After using various programming techniques & some algorithms, these grou...