Upgrade a Dumb Reverse Shell into a Fully Functional Terminal [Tutorial]

Поделиться
HTML-код
  • Опубликовано: 28 июн 2024
  • Earn $$. Learn What You Need to Get Certified (90% Off): nulb.app/cwlshop
    How to Make a Functional Terminal from a Reverse Shell
    Full Tutorial: nulb.app/x4kyy
    Subscribe to Null Byte: goo.gl/J6wEnH
    Nick's Twitter: / nickgodshall
    Cyber Weapons Lab, Episode 194
    Popping a reverse shell can be quite exciting for a new hacker - and extremely powerful. However, you can be caught off guard by the limitations it imposes. On this episode of Cyber Weapons Lab, we'll show you how to take a reverse shell and turn it into a terminal that you're more used to.
    To learn more, check out the article by drd_ on Null Byte's site: nulb.app/x4kyy
    Follow Null Byte on:
    Twitter: / nullbyte
    Flipboard: flip.it/3.Gf_0
    Website: null-byte.com
    Weekly newsletter: eepurl.com/dE3Ovb
    Vimeo: vimeo.com/channels/nullbyte
  • ХоббиХобби

Комментарии • 74

  • @sayedmujtabahussaini3053
    @sayedmujtabahussaini3053 2 месяца назад

    great attribute to the concept of the terminal control

  • @frankrosowski2175
    @frankrosowski2175 3 года назад +2

    London here... not just this vid but all your videos has actully helped me be alot more aware of potential attacks than any course I've ever taken.
    Thank you, and please keep posting!

  • @appleaa8793
    @appleaa8793 3 года назад +3

    you know its getting spicy when null byte starts calling computers dumb

  • @greyburns6170
    @greyburns6170 4 месяца назад

    Performing attacks on machines that are purposely vulnerable is like beating up an amputee

  • @grzegorztlusciak
    @grzegorztlusciak 3 года назад +3

    What about the same tutorial but for Windows as a target?

  • @ovalwingnut
    @ovalwingnut 3 года назад

    Thank you

  • @colbypeschong7647
    @colbypeschong7647 3 года назад +1

    Love the vids man keep it up 👍

    • @realhomy
      @realhomy 3 года назад

      Fr they the best

    • @colbypeschong7647
      @colbypeschong7647 3 года назад

      @@realhomy i basically learned linux from him 😂

    • @realhomy
      @realhomy 3 года назад +1

      @@colbypeschong7647 that’s why he this channel is 🔥

  • @toplist2613
    @toplist2613 3 года назад +1

    Can someone tell me what the blue poster logo is? Is it a tool?

  • @lilnice5187
    @lilnice5187 6 месяцев назад

    Whats the difference between "/bin/bash" and "/bin/sh" ive seen both being used but i dont understand the difference

  • @jaredmeit6127
    @jaredmeit6127 3 года назад +7

    Does ctrl+c work as expected? I always hit that when I mistype something in a nc shell, and accidentally close it.

    • @DHIRAL2908
      @DHIRAL2908 3 года назад +2

      Yeah ctrl+c tells your OS to shut down current app. Which will be nc... It doesn't work for remotely connected shells. Maybe try upgrading to meterpreter as it will spawn another shell without any effort if you mess something up.

    • @alephanull1953
      @alephanull1953 3 года назад +2

      Use Shift+CTRL+c

  • @minkhant8634
    @minkhant8634 3 года назад

    Next live from Null Byte channel, Please!

  • @blackychan8175
    @blackychan8175 11 месяцев назад

    thanks brotha youre thebessssstt ..

  • @keth1188
    @keth1188 3 года назад +1

    Well i got a probleme i got PINY.exe files all my data has been hijack and also i got kolz.exe virus....i want to recover all my data...and i need an help....please can you do a video on how to recover them without using paid applications...for now my PC is on safe mode.

  • @JradandYman
    @JradandYman 3 года назад +1

    Sesh 💪

  • @anonymousvevo8697
    @anonymousvevo8697 2 года назад

    when when i click on enter i get ^M ?

  • @johnwayne1287
    @johnwayne1287 2 года назад

    why does this not work for newer kali versions? the terminal after using the fg cmd is irresponsive. I cant press enter or anything I just have to close the terminal.

    • @renasoliveira1909
      @renasoliveira1909 Год назад

      ZSH SHELL IS KALI DEFAULT SWITCH TO BASH TO SUCESSFLY HAVE FULL TERMINAL
      exec bash --login

  • @shorthumorclips3525
    @shorthumorclips3525 3 года назад

    Just wondering if this is only for mp4 files or can this be done with other file formats.

    • @airrikrhaine9654
      @airrikrhaine9654 3 года назад

      It can be powershell which is a better way to go but you will have to change some commands

  • @meercat1880
    @meercat1880 2 года назад +2

    After I run stty raw -echo, all of the system characters like ^M for enter show up in the nc listener so I can't run reset. Ex. reset^M^M. Anything on that?

    • @renasoliveira1909
      @renasoliveira1909 Год назад

      ZSH SHELL IS KALI DEFAULT SWITCH TO BASH TO SUCESSFLY HAVE FULL TERMINAL
      exec bash --login

    • @mohamednaharat2028
      @mohamednaharat2028 6 месяцев назад

      I have same issuue is there a solution

  • @realhomy
    @realhomy 3 года назад +6

    We back with the videos that stream was nice btw

    • @realhomy
      @realhomy 3 года назад

      @@scooptopus8150 the stream was nice can’t prove me wrong

  • @uremomisepic
    @uremomisepic 2 года назад +1

    I followed all steps but when i fg the shell back and type reset and hit enter i get ^M instead of it actually resetting

    • @crushmaterialbuhu1043
      @crushmaterialbuhu1043 2 года назад

      same, couldn't find a way around this, all help appreciated

    • @midnightduo1
      @midnightduo1 2 года назад +2

      You're most likely using zsh, in which case you should type in...
      stty raw -echo; fg
      in ONE LINE!

    • @midnightduo1
      @midnightduo1 2 года назад +1

      @@crushmaterialbuhu1043 You're most likely using zsh, in which case you should type in...
      stty raw -echo; fg
      in ONE LINE!

    • @uremomisepic
      @uremomisepic Год назад +1

      @@midnightduo1 yo i know this is 5 months late to your response but this actually works!! Thanks alot

  • @Yorak404
    @Yorak404 3 года назад

    I just downloaded DVWA of the website then saw it said don’t download into host .... rip surely I’ll be ok I just delete the file straight away but fff rip

  • @ardugeek959
    @ardugeek959 3 года назад

    what happend to the old dude on null byte.

  • @khankabab6747
    @khankabab6747 3 года назад

    Love your poster , ( the blue one ) where can I get one?

  • @rohullahafzali1587
    @rohullahafzali1587 3 года назад +1

    i have done the same but after typing reset while enter i got ^M and terminal stuck and i cannot even close it
    anyone know how i can solve it?

    • @ykartd
      @ykartd 3 года назад

      hey same here, did you figure out

    • @ddgarciaf
      @ddgarciaf 2 года назад

      same

    • @midnightduo1
      @midnightduo1 2 года назад

      You're most likely using zsh, in which case you should type in...
      stty raw -echo; fg
      in ONE LINE!

    • @midnightduo1
      @midnightduo1 2 года назад

      @@ykartd You're most likely using zsh, in which case you should type in...
      stty raw -echo; fg
      in ONE LINE!

    • @midnightduo1
      @midnightduo1 2 года назад

      @@ddgarciaf You're most likely using zsh, in which case you should type in...
      stty raw -echo; fg
      in ONE LINE!

  • @varungupta3428
    @varungupta3428 3 года назад

    Could you give me the link to that video of getting reverse shell with broken mp4 file?

  • @user-vg2zh9ko1w
    @user-vg2zh9ko1w 3 года назад +1

    Best channel ever

  • @goboom151
    @goboom151 3 года назад

    please give, Best laptops for cyber security student in 2020.

    • @justken1337
      @justken1337 3 года назад +1

      something with a screen and a keyboard is a good start

  • @skgaming3562
    @skgaming3562 3 года назад

    Theres less staring in the video

  • @danyumassicofficialchannel1061
    @danyumassicofficialchannel1061 3 года назад +1

    Ah yes

  • @matthewspina1597
    @matthewspina1597 3 года назад +1

    /bin/bash -i 3rd time telling people this today Netcat to interactive bash shell or /bin/sh -i

  • @ProxyProgrammer
    @ProxyProgrammer 3 года назад

    use rlwrap

  • @all_c1ear
    @all_c1ear 3 года назад +1

    sesh

  • @goyanibhavdip3986
    @goyanibhavdip3986 3 года назад

    Please Make a video on
    remove reamsome virus and encrypted data recover

    • @venessaparker22
      @venessaparker22 3 года назад

      I have that video on my system. Do you want?

  • @user-vg2zh9ko1w
    @user-vg2zh9ko1w 3 года назад

    🔥🔥🔥🔥🔥🔥

  • @WokeX111
    @WokeX111 3 года назад +2

    dragon ball z shirt

  • @yasentsvetkov5125
    @yasentsvetkov5125 Год назад

    not the dragonball z tshirt xd

  • @damienkali
    @damienkali 3 года назад

    Plot Twist, IPPSEC explains this a lot better every single time :), no disrespect at all, just sayin :)

  • @realhomy
    @realhomy 3 года назад +4

    Yessir

  • @SyedAliMurtazaa
    @SyedAliMurtazaa 3 года назад +2

    Dragon ball z❤btw informative videooo

  • @CodyHoskin
    @CodyHoskin Год назад

    Python not found lol

  • @rampoudel2441
    @rampoudel2441 3 года назад

    Hlo sir

  • @--grld7781
    @--grld7781 3 года назад +1

    Plot twist: he works for the FBI and all this information he gives us is to track us. lol

  • @morph2584
    @morph2584 3 года назад +1

    Do You Like Azur Lane?