GHIDRA for Reverse Engineering (PicoCTF 2022 #42 'bbbloat')

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ค. 2024
  • Help the channel grow with a Like, Comment, & Subscribe!
    ❤️ Support ➡ j-h.io/patreon ↔ j-h.io/paypal ↔ j-h.io/buymeacoffee
    Check out the affiliates below for more free or discounted learning!
    🖥️ Zero-Point Security ➡ Certified Red Team Operator j-h.io/crto
    💻Zero-Point Security ➡ C2 Development with C# j-h.io/c2dev
    👨🏻‍💻7aSecurity ➡ Hacking Courses & Pentesting j-h.io/7asecurity
    📗Humble Bundle ➡ j-h.io/humblebundle
    🐶Snyk ➡ j-h.io/snyk
    🌎Follow me! ➡ j-h.io/discord ↔ j-h.io/twitter ↔ j-h.io/linkedin ↔ j-h.io/instagram ↔ j-h.io/tiktok
    📧Contact me! (I may be very slow to respond or completely unable to)
    🤝Sponsorship Inquiries ➡ j-h.io/sponsorship
    🚩 CTF Hosting Requests ➡ j-h.io/ctf
    🎤 Speaking Requests ➡ j-h.io/speaking
    💥 Malware Submission ➡ j-h.io/malware
    ❓ Everything Else ➡ j-h.io/etc

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

  • @MikeDSutton
    @MikeDSutton 2 ปีที่แล้ว +76

    In case anyone else was curious what the 'unscramble_flag' function did, here's the rough equivelent in Python 3:
    bytes([ b + (0x2F if b < 0x50 else -0x2F) for b in bytes([
    0x41, 0x3a, 0x34, 0x40, 0x72, 0x25, 0x75, 0x4c,
    0x34, 0x46, 0x66, 0x30, 0x66, 0x39, 0x62, 0x30,
    0x33, 0x3d, 0x5f, 0x63, 0x66, 0x30, 0x62, 0x65,
    0x35, 0x35, 0x62, 0x60, 0x65, 0x32, 0x4e ])
    ])

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

      I first saw the code then the description you gave but I immediately recognized it as Python3-code because two of my last three Python3-projects involved exactly that, converting lists of numbers between 0x00 and 0xff to byte strings (`bytes` object) XD

  • @11ph22il
    @11ph22il 2 ปีที่แล้ว +8

    These videos are the spam I like to get, each one with GREAT info on CTFs.
    Thanks John!

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

    Liked that one, since it is an easy example of how to disassemble code and make sense of what is readable. Perfect as a beginner tutorial.

  • @deltabytes
    @deltabytes 2 ปีที่แล้ว +79

    I like the way you take us through step by step. I am learning a lot from these videos.

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

    Been loving the PICO CTF videos you’ve been making have watch most of them and have been learning a lot as i am just a noob in IT

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

    I’ll be honest, a lot of your videos I have no idea what you are doing, but I enjoy watching you and your skill set and what is possible with the right tools. 🙏

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

    Thank you for making these videos! I'm new to this, so being able to see how this works first-hand is extremely helpful.

  • @P-G-77
    @P-G-77 ปีที่แล้ว

    Love this intricate logic tricks.

  • @1234enzor
    @1234enzor 6 หลายเดือนก่อน

    A flashback and relearning TY!

  • @tpai302
    @tpai302 2 ปีที่แล้ว +9

    I'm so bad at RE but love watching others do it so I can pick up on little things each time.

    • @jackscalibur
      @jackscalibur 2 หลายเดือนก่อน

      Hey! Do you feel like you're better at it now?

  • @hardelectrolove
    @hardelectrolove 2 ปีที่แล้ว +58

    Did you just accidentally release every video for the next weeks/months at once? Holy moly, that's a lot of stuff in my Watch Later playlist now! x)

    • @VA3KAMA3
      @VA3KAMA3 2 ปีที่แล้ว +6

      same. just have had a marathon watching them

    • @theamazingjay161
      @theamazingjay161 2 ปีที่แล้ว +4

      Okay, so I'm not the only one.

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

    Would love to see a video on rebasing. I have a hard time with alignment using strings. Would love a newbie friendly of you rebasing binaries that do not align in disassembler. thanks!!

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

    The more spend I time on your channel the more I learn.

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

    i just love you man,you are just awesome....... hope someday i will meet u in person.... u r doing a great job... keep it up. ❤️❤️

  • @mytechnotalent
    @mytechnotalent 2 ปีที่แล้ว +1

    Love me some Ghidra!

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

    Great video

  • @for14556
    @for14556 9 หลายเดือนก่อน

    Very nice video about rev, thx.

  • @user-cl4gy7pi6q
    @user-cl4gy7pi6q หลายเดือนก่อน

    Man u r DANGEROUS! lol 🙃☺ keep ur great work up dude! 💪

  • @ancestrall794
    @ancestrall794 14 วันที่ผ่านมา

    Awesome bro

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

    Awesome!

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

    Great stuff

  • @HYPR.trophy
    @HYPR.trophy 2 ปีที่แล้ว +1

    I appreciate hearing your thought process as you go through the challenge

  • @HyBlock
    @HyBlock 2 ปีที่แล้ว +37

    couldn't this be done in some other way, my feed is filled with all those uploads making it harder to browse, don't wanna unsubscribe cus I appreciate your work though!

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

      Yep, unsubbed

    • @KoskiK
      @KoskiK 2 ปีที่แล้ว +1

      Quite the same, after the first burst of videos I figured it was just a mistake or an error with the scheduler. After this new one I unsubbed unfortunately, as I enjoyed the content. TH-cam should by now have made a limit, say 3 posts of a single person in the sub feed.

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

      @@KoskiK ah that would actually assume that TH-cam would output usable work

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

      You can do reverse engineering with the Linux shell only .

  • @tech-wandeveloper7495
    @tech-wandeveloper7495 ปีที่แล้ว

    That was cool man!

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

    I really liked this one.

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

    This was interesting. Liked and subscribed.

  • @skeeberk.h.4396
    @skeeberk.h.4396 2 ปีที่แล้ว

    Very Nice

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

    Nice!

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

    Awesome

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

    This is my first time seeing Reverse Engineering. I am like WOW, this is so fun to watch & do. THanks John for introducing this very interesting things to us. :)

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

    Nice one

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

    Easy with the upload sir

  • @FakeMichau
    @FakeMichau 2 ปีที่แล้ว +1

    TH-cam after seeing so many uploads: i'm gonna end this man's whole career

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

    This would have been a perfect intro tutorial to reverse engineering with Ghidra

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

    I have no idea why TH-cam decided to recommend me these videos but I'm glad it did. This is awesome!

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

      same here, I was watching people eating 30 bags of cheetos and I ended up here

    • @kiizuha
      @kiizuha 11 หลายเดือนก่อน

      @@vivarantx lmao

  • @inazumaeleven9102
    @inazumaeleven9102 2 ปีที่แล้ว +1

    I like the fact that in each ctf videos, I learn new tools to use for hacking. Now I check the bell icon. Keep on going man, u the best

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

    I like the term "low-hanging fruit 🍓" 😊

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

    nice

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

    It's a good video

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

    hello sir your videos are great it helped me for solving and understanding all the ctfs of thm

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

    Hi John, can you please review "angr" for us. I don't have a clue where to start...lol

  • @makayjozsef
    @makayjozsef 2 ปีที่แล้ว +1

    You can use "apt search" too for package searching

  • @user-no5vf3kn9l
    @user-no5vf3kn9l 7 หลายเดือนก่อน

    Headless for Java means its stripped of mouse and keyboard input libraries and whatnot. Badly breaks java swing, so you probably don't want to use that.

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

    As far as open source content goes, John, you’re an OG. A goat. Appreciate the content and knowledge dude, stay humble.

  • @Walker-hh7xf
    @Walker-hh7xf 2 ปีที่แล้ว

    you should also check out cutter

  • @m4rt_
    @m4rt_ 2 ปีที่แล้ว +1

    6:20 (sdkman is a good tool for downloading java stuff)

  • @WayneModz
    @WayneModz 10 หลายเดือนก่อน

    I guess its kinda good you didn't have the environment requirements preinstalled

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

    i got it 🙋🏾‍♂️. where can i learn this reverse engineering

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

    Another way of converting from hex to decimal is with the `printf` command which can be found on any linux system; use `printf %d 0xc0ffee` to see

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

    I wish I had a nice laptop like yours 🥺

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

    TF I just watched! Interesting

  • @ashokshastri9101
    @ashokshastri9101 6 หลายเดือนก่อน

    Sir big fan of yours from Lamatol village, golbazar-06 municipality, siraha district, sagarmatha zone, Madhesh Pradhesh (province no 2), nepal 🇳🇵

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

    The word "Bbbbbbbloat" is a bloated word and has the same effect as a mass of bloatware has on a PC: it works, but slower.

  • @TheofilosMouratidis
    @TheofilosMouratidis 2 ปีที่แล้ว +4

    at 13:26 you already got the decimal by hovering over the number

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

      In ghidra you can also change the display type

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

    MAHYOUB WE MISS YOU

  • @user-zo1kn8ob7h
    @user-zo1kn8ob7h 3 หลายเดือนก่อน

    oh look a user agreement, "i agree"
    never to be thought of again

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

    Wait this is intresting

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

    👍

  • @superfish4603
    @superfish4603 2 ปีที่แล้ว +1

    There are 11 hidden videos in the playlist, when do we get them? :)

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

    can't wait till you go over noted, was my favorite one

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

    but you can make the same video with the imusic aimersoft program?

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

    what if we reverse engineer Ghidra binarys using GHidra?

  • @user-he9uj1lr1k
    @user-he9uj1lr1k 8 หลายเดือนก่อน

    Please 🙏 sir can I use this to do reverse engineering on my mobile app??? Can someone help me out

  • @tribblewing
    @tribblewing 15 วันที่ผ่านมา

    My etc/apt/sources.list is using Kali Linux's default repo, but I can only install strace. ltrace keeps getting an error: "Unable to locate package". Has anyone figured out a working alternative repo?

  • @MisterK-YT
    @MisterK-YT 2 ปีที่แล้ว +3

    John can you post the code that formats your bash (or zsh) prompt? From your .bashrc or wtvr config file.
    I like that two-line prompt.

    • @Mathcartney
      @Mathcartney 2 ปีที่แล้ว +1

      Its zsh the shell that he uses, it isn’t bash. And the theme is the default kali theme. There are many other custom themes and wrappers such as powerlevel10k if you dig it deeper tho

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

    im watching your video and honestly i'm 80% didn't understand what are you doing exactly.
    i wonder what level is that ? im sure it is advanced level .
    where to start to achieve your level ??

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

    ...would it be possible to have subtitles in Portuguese ???

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

    Has anyone on bohemia has their initial deposit asst changed..

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

    nice and simple, but fun nonetheless!
    Does picoCTF have have challenges that are more based on web applications?

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

      picoCTF has a web exploitation category

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

    can you send us your shell modifications? This looks so cool.

  • @vinnie3265
    @vinnie3265 3 หลายเดือนก่อน

    Everytime I Try to run a binary file on my kali linux I am getting exec format error...so I am not able to solve any rev engineering problems....can someone plss help with it🙏🙏🙏🙏

  • @mideno7619
    @mideno7619 2 ปีที่แล้ว +1

    Sup

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

    What is the Linux wizardry… dude was flying through the terminal like nobody’s business

  • @AliYar-Khan
    @AliYar-Khan 2 ปีที่แล้ว +1

    Can we reverse engineer malware and then remove them this way ?

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

      That's pretty much the _only_ way to remove previously unknown malware: reverse engineer it, figure out all changes it makes and then undo all those changes on an infected system.

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

    wtf, this is weird I had been watching your videos and even follow you in LinkedIn for years and just found out I wasn't subscribed to your channel. TH-cam be playing tricks, they welcome you with your favorite channel for ever and you will never know you weren't subscribed because everytime you open youtube and see the same person there you automatically think you are subscribed

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

    Man, nothing like getting spammed. Should have spaced it out.

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

    Does anyone have the bbbblob file to try it out?

  • @MasterRg-cj7tt
    @MasterRg-cj7tt 2 ปีที่แล้ว

    Hi , I am new PicoCTF . and i try to solve that for practice if i cant i am looking for in google for solving . But I cant find picoCTF notepad Author: ginkoid . Can you help me? How can i solve that

  • @afrkleaks4991
    @afrkleaks4991 11 หลายเดือนก่อน

    I do not have time with all these load it opens this read there and there then crack it i refuse all these stuff at the end you have to find the way to get in to the software, easy ways quickly just load malware to infect

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

    ez

  • @MisterK-YT
    @MisterK-YT 2 ปีที่แล้ว +1

    Question: why didn’t he “trust” the Ghidra from the official Kali repo? Why go through the process of installing manually??

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

      Stuff from the repos on your distro tend/might be really old. In case of ghidra you just download and extract it so thats the fastest way to get the latest.

    • @MisterK-YT
      @MisterK-YT 2 ปีที่แล้ว

      @@SheIITear noted! Thanks!

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

      I wanted to ask same. I thought it might be the reason but to make sure...
      Is that a problem with distros like fedora or arch!?... those are more up to date than Debi an right!?

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

    What is this stuff called? Cybersecurity?

    • @NexushasTaken
      @NexushasTaken 11 หลายเดือนก่อน +1

      its already in the video title.

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

    You seemed disappointed that you got the flag so quickly.

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

    Hey jhon can you please tell me how I can trace the memory leak from heapdump file?

  • @ocoolwow
    @ocoolwow 2 ปีที่แล้ว +1

    You gotta stop man, this is flooding my sub box

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

    process or RE with binary ninja: step 1: load the binary. step 2: see the number in plain text from the decompiler. step 3: profit

  • @utensilapparatus8692
    @utensilapparatus8692 2 ปีที่แล้ว +1

    John 1337 the king

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

    I solve it by viewing your video but you did it late by looking for other stuffs. Maybe you do to let us all understand everything

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

    Is this the apparently kid all grown up?

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

    cool but i didn't understand a single word said in this video

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

    Yt algo

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

    Have you ever got a live virus on your own system? Or a RAT?

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

    beautiful hair ........ I want to touch it haha

  • @onizuka2345
    @onizuka2345 2 ปีที่แล้ว +7

    Removed from my feed for uploading 18 videos at a time. You know how TH-cam works and that is not how you do it.

    • @ocoolwow
      @ocoolwow 2 ปีที่แล้ว +6

      Bye don't let the door hit you on the way out

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

    m9wd

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

    its too simple

  • @OkOkOkIMightKnowYou
    @OkOkOkIMightKnowYou 6 วันที่ผ่านมา

    High Level Forgetting

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

    why your voice like ill man, my tonsil hurts now AAAH

  • @infernez
    @infernez 2 ปีที่แล้ว +4

    I gotta unsub for a little bit until this wave is finished with. You are absolutely flooding my subscribe stream.

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

    You my friend just got an unsub for those stupid uploads spamming my feed👺