SSH into Remote Devices on Chrome with the Secure Shell Extension [Tutorial]

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

ความคิดเห็น • 128

  • @fastshovel7036
    @fastshovel7036 3 ปีที่แล้ว

    You know what I love about this channel? The guy(s) is so respected, that there are no scammers promoting fake hackers in the comments.

  • @jamesgibson4275
    @jamesgibson4275 5 ปีที่แล้ว +4

    Even as an old hat in HPAVC, your content is still entertaining and informative!! Thanks brother for your work, and keep it up!

  • @Rob-Banks-g
    @Rob-Banks-g 5 ปีที่แล้ว +4

    I've been trying to figure out how to use this extension for weeks, thank you so much

  • @Clutchisback1PC
    @Clutchisback1PC 5 ปีที่แล้ว +17

    Seems like a good way to bypass certain host restrictions...say a host that doesn't allow for terminal access on me could use Chrome to download this extension granted they have the rights to do so.

  • @Nerzhina
    @Nerzhina 5 ปีที่แล้ว +7

    Thank you Corey & your team. The cyber security information you teach is invaluable beyond words. Cheers. Best wishes in 2019 & beyond.

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      Kody, and you're welcome!

  • @yoeriyoeri4264
    @yoeriyoeri4264 5 ปีที่แล้ว +46

    As always, thanks! This channel is worth a million$

    • @oof8756
      @oof8756 4 ปีที่แล้ว

      No its worth $5,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000

    • @yahlibz3425
      @yahlibz3425 4 ปีที่แล้ว

      More

  • @othernicksweretaken
    @othernicksweretaken 3 ปีที่แล้ว +2

    @07:37 You can prevent being stopped by your ssh client to confirm the fingerprint of the remote ssh server's host key, in case this key hasn't yet been written to your ssh client's known_hosts file, if you provide the following two options when initiating your ssh session. This also avoids that your ssh client appends the remote host's host key to its known_hosts file, once its fingerprint got "confirmed".
    But beware, that being asked by your client to verify an unknown host key's fingerprint is a security measure to prevent a MitM attack, which you simply suppress by these two additional options.
    e.g.
    mybox $> ssh -o stricthostkeychecking=no -o userknownhostsfile=/dev/null -l rlogin rhost
    If this is too much typing (but we have a shell history anyway) you can add a new host entry in your ssh client's config file in ~/.ssh/config
    Therein you would probably prefer the CamelCase of ssh options like listed in man ssh_config for better readability.
    But as you can see from my example line above, the case of the options doesn't matter.

  • @grissgray
    @grissgray 5 ปีที่แล้ว +15

    ssh-keygen -R (device ip address) will reset the ssh key save you going into a nano file

  • @mr_mr
    @mr_mr 5 ปีที่แล้ว +1

    damn I love that intro music. Never gets old

  • @threepoint1434
    @threepoint1434 5 ปีที่แล้ว +4

    Another great video... Great videos are pretty common in this channel...!

  • @zhhilin1333
    @zhhilin1333 5 ปีที่แล้ว +4

    SSH should now be able to run directly from Windows 10 PowerShell on the latest Windows update without doing anything before hand

  • @anirudhsowrirajan3768
    @anirudhsowrirajan3768 4 ปีที่แล้ว +1

    the intro made me an hacker!

  • @cystonks5374
    @cystonks5374 3 ปีที่แล้ว

    I actually used this to control a rpi with an old chromebook once!

  • @misheladnan3323
    @misheladnan3323 3 ปีที่แล้ว

    Amazing! I didnt realize i could get more information from this channel thank you so much kody love from india🤩😍

  • @williokine6014
    @williokine6014 5 ปีที่แล้ว +9

    Can you please make videos on honey pots

  • @eightbitoni
    @eightbitoni 3 ปีที่แล้ว

    lol funny how i was just trying to find a good solution for this, looks like I found it thanks

  • @Droggelbecherbot
    @Droggelbecherbot 5 ปีที่แล้ว +2

    Since Microsoft released the optional openssh extension for powershell, PuTTY is dead to me. Finally, freedom from that GUI!

  • @CyberAstra
    @CyberAstra 5 ปีที่แล้ว

    Another unique and bang-ON content. Keep it up!

  • @neomatrix3612
    @neomatrix3612 5 ปีที่แล้ว

    This is cool for another reason and that is you can have tabbed SSH sessions without a 3rd party app.. Sweet.

  • @Mohith7548
    @Mohith7548 5 ปีที่แล้ว +1

    Please make a video on which browser to use chrome Vs Firefox for hackers. And provide details of the extensions you suggest and use as a hacker. I love this channel.

    • @Deadgray
      @Deadgray 5 ปีที่แล้ว

      There is only answer for that: FF.

    • @Deadgray
      @Deadgray 5 ปีที่แล้ว +1

      @@tripplefives1402 you're on good path, but best ones use telnet only to browse 🙃

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว +1

      This is the correct answer

    • @denissetiawan3645
      @denissetiawan3645 5 ปีที่แล้ว +1

      @@NullByteWHT tutorial web browsing using telnet? i've been tinkering with it, and it's not as easy as lynx.

  • @cedricvillani8502
    @cedricvillani8502 4 ปีที่แล้ว

    dude your browser needs it's own Virtual Machine with all those extensions lol

  • @gorgestboi1028
    @gorgestboi1028 4 ปีที่แล้ว +1

    damn I didn’t realise what people meant about you not blinking, but paying attention now... BLINK GOD DAMN IT

  • @AaronTheman-c7w
    @AaronTheman-c7w 5 หลายเดือนก่อน

    forgive me if I sound foolish.. but can you find devices using nmap when using a chromebook'? using the commands didn't work for me, I'm assuming they would if using windows, so do I just need to get better with crosh commands?

  • @angelfrias2032
    @angelfrias2032 5 ปีที่แล้ว +2

    Great video as always

  • @everlynechahilu2233
    @everlynechahilu2233 4 ปีที่แล้ว

    Hey which kind of terminal are you using

  • @tejasmandre666
    @tejasmandre666 5 ปีที่แล้ว

    Pretty cool ! , If you please answer my question which asked on your previous spoofing video ?

  • @Deadgray
    @Deadgray 5 ปีที่แล้ว +6

    Nice extension by itself. But check with tcpdump if chrome will send your login data to Big Brother :-)

  • @netbin
    @netbin 5 ปีที่แล้ว +1

    lol this Chrome has lot of useful stuff, tell me Null Byte can you make a video how to compile and add components into chrome or firefox itself?

  • @lennartwars
    @lennartwars 5 ปีที่แล้ว

    Great Video. Btw. I'm pretty sure that Windows 10 has native Ssh Support.

  • @sanyamgrover1
    @sanyamgrover1 5 ปีที่แล้ว

    Hi, I want to use this instead of putty, but my company uses a proxy ip to connect to internet so where shall I mention in this extension the proxy ip and port number to get a successful connection to aws EC2.

  • @DDBAA24
    @DDBAA24 5 ปีที่แล้ว

    I always have a problem with this application and Chrome VNC both giving the same error . Both say I dont have the NaCl plugin or something along those lines. I went into chrome://flags and I enabled everything related to this supposed "experimental feature" and still no good. Also ARC Welder never works , reallly pisses me off
    I wanted to mention another chrome app for SSH that always works and also has a suite of other tools that come with it. The name is SSHGate , so you can establish local and remote SSH connections, and my favorite part you can use X11 forwarding right from the browser! So I can pop open Virtualbox from a remote computer straight from the chrome browser as if I was using an X environment. It also comes with Video Editor, Video Convert, Photo Editor, Audio Editor, DOC editor , and PDF editor all in the sidebar. Another words its very useful.

  • @raczyk
    @raczyk 4 ปีที่แล้ว

    Is there a telnet equivalent? Also can you launch a ssh session with a url?

  • @redpilledpatriot6868
    @redpilledpatriot6868 4 ปีที่แล้ว

    So, let me get this straight. In the google chrome search bar you put "ssh", then you hit tab, then you put the devices username that you want to connect to, then you put the "@" symbol and then you put the devices IP address? So it would look like this for an example "Secure Shell | root@192.168.1.8", right?

  • @prive_ik_ben_wie_ik_ben
    @prive_ik_ben_wie_ik_ben 5 ปีที่แล้ว +1

    hey have u heard about Iswich... i would love to c a vid about iphone bypass though fake server or iswitch. If its even a possibility

  • @stuartg40
    @stuartg40 5 ปีที่แล้ว

    It's good to know about this extension, thank you. I'm now trying to think of an occasion when it would be used. The user requires privileges to install chrome and extensions, so why opt for this over PuTTY on windows or bash on Linux? Can someone suggest a scenario when this extension could solve a problem?

    • @JessieCrypto
      @JessieCrypto 5 ปีที่แล้ว

      Without reviewing the source code, it could cause you a lot more problems than it can solve LOL

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      You have access to a library or any public computer and want to SSH into something.

    • @stuartg40
      @stuartg40 5 ปีที่แล้ว

      ​@@NullByteWHT Thank you for your reply. I wasn't sure if Chrome execution rights implied extension installation privileges by default, but after a quick search it appears this may be the case. Therefore, I wonder if this opens up the possibility of installing more overtly malicious extensions on publicly accessible boxes. Hmm...

  • @alphafootball228
    @alphafootball228 5 ปีที่แล้ว +1

    شكرا لك يا استاذ

  • @jesusdacoast872
    @jesusdacoast872 5 ปีที่แล้ว +1

    U're the BEST, Kody 😎

  • @francescopresta9570
    @francescopresta9570 5 ปีที่แล้ว

    Thanks for your great work !

  • @pyramydseven
    @pyramydseven 5 ปีที่แล้ว

    Forgive my lack of superior network knowledge, but I think I am in the right place. Basically I need to access an old cell phone that will be connected to a public network via wifi, (long agreement to agree to), from a new cell using mobile data. OR, both connected to the same network via wifi. How do I keep my activity private and unaccessible to the sysadmin? Possible? There has to be a way...

  • @sridharivaturi5943
    @sridharivaturi5943 5 ปีที่แล้ว

    Will it allow multiple tabs like MobaXTerm ?

  • @sankulaatchuth4077
    @sankulaatchuth4077 5 ปีที่แล้ว +1

    91 viewers 😥i think i would be the 1st....
    .
    Bro can u pls make a video on wpa hacking and other hacking using wifi card😂 wifi hacking which is u r 1st video 😘

    • @williokine6014
      @williokine6014 5 ปีที่แล้ว +1

      sankula atchuth you can use wifite for wps wpa hcking

    • @sankulaatchuth4077
      @sankulaatchuth4077 5 ปีที่แล้ว

      @@williokine6014 i tried but wps routers are getting timed out... I tried reaver too but failing to do so.... I used evil twin attack nut it wont work..... In worst case i have 2 networks near my house and i can't even capture handshakes or pmkid 😬😥

    • @sankulaatchuth4077
      @sankulaatchuth4077 5 ปีที่แล้ว

      @@williokine6014 but i hacked 4 to 5 networks out of my area. I captured handshakes and cracked them with hashcat and mask attacks

    • @williokine6014
      @williokine6014 5 ปีที่แล้ว

      sankula atchuth did you use wifite or mdk3?

  • @marcschweiz
    @marcschweiz 5 ปีที่แล้ว +2

    This is amazing!!

  • @rockerobertson4002
    @rockerobertson4002 4 ปีที่แล้ว

    Any coaching on how to get this client to import and actually use your private keys? Kind of odd that this is so difficult. Unless I'm missing something obvious.

    • @NullByteWHT
      @NullByteWHT  4 ปีที่แล้ว

      Yeah you can follow our guide here: nulb.app/x33vl

  • @nikng355
    @nikng355 5 ปีที่แล้ว

    Which device did you login.. ??

  • @roththa7356
    @roththa7356 5 ปีที่แล้ว +1

    Best again!

  • @hamahawlery7194
    @hamahawlery7194 5 ปีที่แล้ว +6

    thank you but as every time i ask how do we know the password

    • @ElHal04
      @ElHal04 4 ปีที่แล้ว

      i think its your wifi password

  • @pranavkumar188
    @pranavkumar188 5 ปีที่แล้ว

    How to find the honey pots attached to my SSH as it seems to be happening on my machine on Google cloud that I have made , please

  • @vishal733
    @vishal733 4 ปีที่แล้ว

    Thanks for Secure Shell Extension. Is there a way to launch the chrome extension for a ssh address by clicking an html button, something like making it possible to connect to a client by clicking on a button which links to: chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/html/nassh.html?sshaddress=someuser@192.168.0.7
    The idea is to avoid having to enter the ssh details after clicking the button..

  • @Lfomod1Dubstep
    @Lfomod1Dubstep 4 ปีที่แล้ว

    Why does it say "Skickar" in your terminal? Do you know Swedish? :D Cool video!

    • @NullByteWHT
      @NullByteWHT  4 ปีที่แล้ว

      That's a username

    • @arneak7131
      @arneak7131 4 ปีที่แล้ว

      @@NullByteWHT That means sending in swedish.

  • @jamalkhan815
    @jamalkhan815 5 ปีที่แล้ว +1

    Thank you very much for sharing, great video!!!

  • @nikng355
    @nikng355 5 ปีที่แล้ว

    You use so many extensions in chrome.. ! Is it safe to install extension.. same with SSH??

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      You can also use it with Firefox if you don't like chrome

  • @zawmin470
    @zawmin470 5 ปีที่แล้ว +2

    Knowledge gaining

  • @gotamp24
    @gotamp24 5 ปีที่แล้ว

    is there any way to paste the code into SSH? I am trying to access AWS services, for that, I need to paste the keys. but here there is no options for paste something. any help?

  • @jeremytaylor4576
    @jeremytaylor4576 5 หลายเดือนก่อน

    That’s all fine and well but I don’t want to just work whatever is out there. I’m looking to find and access something specifically

  • @debbiedaley6989
    @debbiedaley6989 5 ปีที่แล้ว

    Can u help...can u use termux as browser...if u know the ip address can u jus put that in. N also....how do I get password to go forward ..android to andriod ?? Not having any luck with any exploits at all

  • @Lfomod1Dubstep
    @Lfomod1Dubstep 4 ปีที่แล้ว

    If the remote computer is locked, will this still work? I'll do some tests on that now :)

    • @NullByteWHT
      @NullByteWHT  4 ปีที่แล้ว

      Yes? How did the testing go?

  • @carnagesymbiote6778
    @carnagesymbiote6778 5 ปีที่แล้ว +1

    i have 1 question though 1st what if you dont know the password and second can you teach us how to make a rubber ducky. if possible thankyou

  • @harrydamour7564
    @harrydamour7564 5 ปีที่แล้ว +4

    My friend

  • @aafiyamemon9535
    @aafiyamemon9535 3 ปีที่แล้ว

    connect to host port 22: Connection refused
    Can anyone help me out???
    Do u know the solution to this Thanks in advance if u have can u guide me?

  • @nikng355
    @nikng355 5 ปีที่แล้ว +1

    Awesome video...👍👍

  • @co2345
    @co2345 5 ปีที่แล้ว

    How i can connect adb over ssh?

  • @ShakKy33
    @ShakKy33 ปีที่แล้ว

    "Loading wasm program... «««This is in alpha -- see" it doesnt work it says connexion...

  • @tejasmandre666
    @tejasmandre666 5 ปีที่แล้ว

    Also if you could start making tutorials on CCNA ? As in where to learn and what to learn ? That'd be great help. Thanks

  • @jeremytaylor4576
    @jeremytaylor4576 5 หลายเดือนก่อน

    If you’re already on the network, why not just pull up command and type user info and it’ll tell you all the devices that are connected to it and their IP addresses way easier like that’s given info like if you’re already on the network it ain’t nothing I need to find an IP addresson an unknown scammer stole money from me not sure you could use some help getting it back. I’ve already got a plan I just don’t know how to do it.

  • @OzoneX4
    @OzoneX4 5 ปีที่แล้ว

    Still can't stop using PuTTY, what can I say? Old habits die hard.

  • @surajd2366
    @surajd2366 5 ปีที่แล้ว

    that was awesome!!

  • @codacooper7241
    @codacooper7241 4 ปีที่แล้ว

    So how do you get the password to the device your trying to connect to?

  • @muteebahmad5670
    @muteebahmad5670 5 ปีที่แล้ว +4

    """YO""GOOD BOY

  • @redpilledpatriot6868
    @redpilledpatriot6868 4 ปีที่แล้ว

    I know that you have a Mac so you're going to have a different looking command prompt than me since I'm running Windows 10 so mine will of course look totally different from yours but why does yours show the results and mine doesn't because this is all that I get when I run the same command that you do. >>>>
    "C:\Users\K4LI_>nmap -p 22 192.168.0.0/24
    Starting Nmap 7.80 ( nmap.org ) at 2020-03-27 22:05 Central Daylight Time
    Nmap done: 256 IP addresses (0 hosts up) scanned in 207.54 seconds
    C:\Users\K4LI_>"

  • @kaushikreddy5755
    @kaushikreddy5755 5 ปีที่แล้ว

    How to use social engineering outside network can anyone tell Please

  • @lucky_fellow_yo
    @lucky_fellow_yo 5 ปีที่แล้ว

    I need Ur help bro !!! Can u guide me plzz ... I want to contact u personally !!!

  • @ThabaniTBowseHadebe0909
    @ThabaniTBowseHadebe0909 5 ปีที่แล้ว

    Why would you want Google involved in your private devices ??

  • @Jon-da-bad
    @Jon-da-bad 5 ปีที่แล้ว +1

    How can I comment on Twitter you blocked me before I could send one tweet.

  • @orchidstheinternationalsch8467
    @orchidstheinternationalsch8467 2 ปีที่แล้ว

    Not working on Windows, please send another which uses windows

  • @samvidghosh7161
    @samvidghosh7161 4 ปีที่แล้ว

    it says connection refused

  • @tensor-records
    @tensor-records 5 ปีที่แล้ว +1

    I have nothing to say. I'm regular. XD

  • @frostyboi6989
    @frostyboi6989 5 ปีที่แล้ว

    Thank you I never you can hack on chrom

  • @Anime-bc6gq
    @Anime-bc6gq 3 ปีที่แล้ว +1

    Man how to get password of ip

  • @cisqx998
    @cisqx998 4 ปีที่แล้ว

    blink
    please

  • @cheif10thumbs
    @cheif10thumbs 5 ปีที่แล้ว

    Does this work on Firefox? I don't want to use Chrome. Ever.

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      Yep, it does, there is an extension for this

  • @murlikrishna9287
    @murlikrishna9287 5 ปีที่แล้ว +1

    👌

  • @techanuHacker
    @techanuHacker 5 ปีที่แล้ว

    Can we hack wpa3 pdotocol

  • @changedahanddlessss
    @changedahanddlessss 5 ปีที่แล้ว

    you da real mvp... dude... windows... seriously....windows....god dammit... horray chrome extension..

  • @arunsec
    @arunsec 5 ปีที่แล้ว +1

    Coool❤️❤️

  • @ntc-wecan0182
    @ntc-wecan0182 5 ปีที่แล้ว +1

    Please try to be less speedy

    • @JimNichols
      @JimNichols 5 ปีที่แล้ว +1

      You can adjust the playback speed on TH-cam to accommodate your antiquated 9600 baud rate.

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      thank you Jim

    • @JimNichols
      @JimNichols 5 ปีที่แล้ว

      @@NullByteWHT I was referencing "NTC" and his less than stellar commentary. .... you remind me of a much younger me, "what happens if we do this, well shit that was disastrous, let's not do that again!" Mounting tape drives just as the system operator secures the spool to the spindle but before he has looped it through the heads and on to another reel..... ziiiippppppp two thousand feet of tape in the floor and my name echoing off the computer labs ceilings and hallways..... good days those! Stay smart my friend.

  • @Hamza-gn2cg
    @Hamza-gn2cg 5 ปีที่แล้ว

    First one to like and comment

  • @hadirezaei1633
    @hadirezaei1633 2 ปีที่แล้ว

    Hack fbi

  • @chronosschiron
    @chronosschiron 5 ปีที่แล้ว

    hrmmmm

    • @chronosschiron
      @chronosschiron 5 ปีที่แล้ว

      except like OVH ssh keys if your using chrome they could back door it

  • @hadirezaei1633
    @hadirezaei1633 2 ปีที่แล้ว

    Hack fbi internet

  • @JessieCrypto
    @JessieCrypto 5 ปีที่แล้ว

    so why do I need a google spyware extention when all ya gotta do is hit crtl+alt+T and enter ssh root@192.168.x.x and giver shit all day... ?? I legit would never trust a browser extention with SSH credentials to my servers LOLOL huge security leak bud. Show us the source code..

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      Because not everyone is running the same OS as you. This was a guide on not needing to install terminal software.

  • @NickThePyromaniac
    @NickThePyromaniac 5 ปีที่แล้ว

    google sucks bro.

    • @NullByteWHT
      @NullByteWHT  5 ปีที่แล้ว

      Then use firefox, the point is that you can SSH from any computer with a browser, not that you dislike google.

  • @hadirezaei1633
    @hadirezaei1633 2 ปีที่แล้ว

    Hack fbi internet