High Definition Standard Definition Theater
Video id : 5H7cQAl-vno
ImmersiveAmbientModecolor: #c3a5a8 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 8877297c70558d9bbf57c32708686200989e309d47b565488cfdab88d11c8bd5162421afdc3f5c70d9566f137afdaadd
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1732622628106 - unknown on Apple WebKit
Mystery text : NUg3Y1FBbC12bm8gaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
779,663 Views • May 6, 2024 • Click to toggle off description
Learn Cybersecurity - Name Your Price Training with John Hammond: nameyourpricetraining.com/
Read The Hacker Mindset by Garret Gee: jh.live/hackermindset

📧JOIN MY NEWSLETTER ➡ jh.live/email
🙏SUPPORT THE CHANNEL ➡ jh.live/patreon
🤝 SPONSOR THE CHANNEL ➡ jh.live/sponsor
🌎FOLLOW ME EVERYWHERE ➡ jh.live/twitterjh.live/linkedinjh.live/discordjh.live/instagramjh.live/tiktok
💥 SEND ME MALWARE ➡ jh.live/malware
🔥YOUTUBE ALGORITHM ➡ Like, Comment, & Subs
Metadata And Engagement

Views : 779,663
Genre: Education
Uploaded At May 6, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.946 (517/37,452 LTDR)

98.64% of the users lieked the video!!
1.36% of the users dislieked the video!!
User score: 97.96- Overwhelmingly Positive

RYD date created : 2024-11-26T05:30:56.24504Z
See in json
Tags
Connections
Nyo connections found on the description ;_; report an issue lol

225 Comments

Top Comments of this video!! :3

@nelsoncorreia7293

6 months ago

Love it. Never really considered how to use the terminal if the tools in Linux suddenly disappeared.

2.3K |

@IT_veille-pn8mr

4 months ago

You can also output the content of a file using :

echo $(</path/to/filename)

743 |

@bluesquare23

5 months ago

One time a coworker accidentally started removing / on a fbsd machine (aka no —no-preserve-root flag). Luckily I was standing over his shoulder and we ctrl + c’ed it right away. None the less he managed to wipe out half of bin. I couldn’t get onto the server because bash was gone. So luckily we were able to just quickly rsync bin from a different identical machine and fix it. But yeah it’s interesting to try to use a shell with no shell utils lolz! Kernel runs fine, system stayed up, Apache was still online to the outside you’d never even know we accidentally started nuking it.

151 |

@movax20h

6 months ago

To be pedantic, echo is not required to be a built-in into a shell (i.s. posix sh specification says absolutely nothing about echo). It can be just a binary in /bin/ (in fact there is one there just for this occasion).

311 |

@StuartMill14

6 months ago

John you make this look breezy as all heck! Always a treat to watch you work!

138 |

@RedBigz

6 months ago

I completely didn't know the read command until yesterday, because I was trying to parallelize some cracking tools, and this gem pops up on my shorts. Awesome timing.

23 |

@Jarvx

6 months ago

I think they gave this particular challenge at the Bsides San Francisco CTF a week ago, pretty fun experience

29 |

@zackarycrider5191

6 months ago

I understood a few of those words

108 |

@huntit4578

6 months ago

Please more shorts like this love it ❤

14 |

@raidtheferry

3 months ago

I never knew about the `read` built-in - that could come in handy with some piping, thx

2 |

@maudjito

4 months ago

You can just `< filepath` and it will show the contents of the file.

3 |

@mu11668B

6 months ago

In some `sh` implementations, trying to execute `sh /path/to/script` will lead to all unavailable "commands" in that script reported in the terminal. Since `sh` is supposed to be available, `sh /home/ctf/flag.txt` might also work.

75 |

@My1xT

6 months ago

Wait if echo works why not just echo the file?

41 |

@KP-nc9gk

6 months ago

Noob question. Does `cat <file>` works as well?

4 |

@jayadityadev

4 months ago

Hey John, could you please make a video on how you set up a new laptop/fresh install of your OS for your daily use set up, or atleast penetration testing

1 |

@YoutubeOnly-ru5je

2 months ago

Man i love this channel

|

@beldinalanti1850

3 weeks ago

It's worth noting that this will only read the first line of the file to the variable. You will need to create a loop of read if you want to output multiple new lines of the file.

|

@dixztube

1 month ago

Nice I’m gonna start doing these !

|

@berthold9582

4 weeks ago

You can also use export!

|

@injuringflea727yeet

6 months ago

Where can I find these challenges?

21 |

Go To Top