Skip to main content

TOR THE SECRETE BROWSER

TOR😼






If you are not new here then you probably familiar  with the keyword of this blog Tor. If you are not you might wanna check out my All the way to deep net from surface web !!.



                                   


    Go read it i promise you that is going to be a fun one.now back to our topic the legendary TOR.Lets say TOR is just like our web browser's like chrome,edge,opera,epic,so on .but its may look like a regular browser and also its have some super power like our asgardian thor (see what i mean ?).and now what are those super power our tor have ?

It have the power to enable a anonymous communication for you.and tor holds one of those key to enter deep web or dark net.


Next question how do they do that?



 This works by encrypting data when it's send and the bouncing this throw a large number of nodes until it arrives its final destination each node only decrypt enough of the message to know where to go next there for the only the receiving user know the actual thing this fantastic peeling back the encryption layer must be inspired by the onion's name and the probably why its call the ONION ROUTER.




Because of its this super power tor earned a place in cyber field mainly for stuffs like trafficking drugs/weapons ,crime for hiring,bot net.....


The fun fact the tor wasn't invented by some group of online tech dudes to make their business boom.tor is actually created by US navy  to protect the sensitive military communication(thanks guys you helped a lot of people to use a anonymous communication ). 


Please do misunderstand that people that uses tor is a drug dealer or a cyber king pin !!! there some noble user who use tor and other dark net as well.           



If you are a potential vessel blower you don't have to rely on tor all the time there are other things(not exactly browser ) that act like TOR let me list them for you


  • I2p
  • Tails(os)
  • Freenet
  • Freepot(os)
  • Psiphon
  • Orbot
  • Freegate
  • GNUnet




  


spoiler alert TOR is going to be like a killing slow snile  when it compare to other browser's 

Comments

Popular posts from this blog

Data Type vs Return Type

Legend Of The Returned One Aha that is a question right ? Aren't they are the same thing ? At some point I honestly thought the same but actually it's not data type is not return type and return type is not data type . E ven if you are using Java php c++ or any other languages During a program we have to initialize or declare some variable for that we need to specify what data are we gonna use on that particular variable location . Then what is return type ? We seen that when we a create  or providing the definition to a function we have to specify a return type to indicate what data type is return from the function to the main function to be more specific it's know as return data type. For example void cat ( ) " the function cat is not returning any data " or int cat( ) " means cat is returning some value to the main function" Ever seen any variable as a data type of return? I haven't and please let me know...

VPN

What Is VPN ? How Dose It Work? What It Does For You ? VPN/ Virtual private Network are used to day for many reasons but we can throw all of those to a general bin .That is securely connecting an individual user to a larger network .in the older days VPN are used by cooperate employees to access their office by remote when they needed to access sensitive informations in a secured way .But in time vpn technology is available to regular internet users it helps people from all around the world to connect in  a secured way .VPN allows your connection to be encrypted and secure to become a anonymous surfing user in the web and also keep you traffic data safe from hackers mean government or may be your over concerned significant others . VPN also get you to access blocked things because of geo location some on-line things such as videos ,music file,news,search engines and so on are unavailable in some country/or places by using VPN make the user looks like a lock ...

How to reset the windows password with any linux

like i promised on my last post we are messing up the windows with linux which is free an open source by the way ....sad ->windows in every sense.. let's get to it.. you need live usb running any linux .. i prefer kali or parrot .. boot from the usb.... you might wanna get an application for this open an terminal in super user and then type in ..... apt-get install chntpw and then open the file system goto.. windows/system32/config/ open a terminal there .... and then or you have to direct your self there make sure there is a SAM file there  ... you can use ls -l for that now everything is straight forward .... Type in ..... chntpw -l sam so you get the username there .. then chntpw -u username sam pick the option   for reset the password.... have fun