Skip to main content

Explot Metasploitable Root shell

                             Metasploitable Root shell 1524/tcp             open                 shell              Metasploitable root shell This was a curiousity… My first attempt was to attempt using rlogin to connect to the port, which did not appear to work correctly, though did seem to work enough to return part of a prompt to the user: root@kali:~# rlogin -p 1524 target oot@metasploitable:/# My next approach was to attempt a simple netcat connection to the host, which ended up being successful: root@kali:~# nc -v target 1524 root@metasploitable:/# id              ...

How to install Google Chrome

                                              How to install Google Chrome In kali Linux


  • first of all go to google chrome website in your browser and type google chrome 
           





  • after downloading the deb package check in the terminal that dpkg is available in the linux or not if not then
      if available then show like below

     



  • if dpkg is not available the type in terminal
                       sudo apt-get install -f 
  • i have already so 
            


  • then type dpkg -i <drag deb package you want to install (chrome deb package)>


             and press enter

        if any problem leave message in comment below






                                                                      
                                                                                                              Written By Sanjay Kumar
                                  
                                                                                                       https://www.instagram.com/sanjayer111/
                                                                                                       https://www.facebook.com/mang786
                                                                                                      https://www.linkedin.com/in/sanjaykumar111/

Comments