These Files Don't Show Their Extension

  Рет қаралды 52,088

John Hammond

John Hammond

Күн бұрын

Пікірлер: 107
@_JohnHammond
@_JohnHammond 7 күн бұрын
wowzer bowser anyway if you're into this kind of stuff, check out jh.live/training and sign up for my newsletter at jh.live/newsletter for more
@martink.7497
@martink.7497 8 ай бұрын
Fun fact with the compression algorithms. [32:21] Depending on the type and input, some can result indeed bigger instead of smaller. Imagine a simple example with text content "AAAAAA" where you compress it and the result is "6A". As you can see, it is smaller, right - but what if the content will be "ABC"? The result will be "1A1B1C" resulting twice as big, instead of smaller. That is also the reason why there are multiple compression algorithms and where one can shine, the other fails and otherwise.
@teamredstudio7012
@teamredstudio7012 8 ай бұрын
I believe one of the reasons it's larger often for very small files is the metadata. I experienced this phenomenon while writing my own compression algorithm one day. The metadata might not go smaller than a certain size and this size depends on the file metadata structure. For example, a plaintext file might only contain 5 UTF-8 characters and be 5 bytes, but when archived, the archive contains the modification date, creation date, file path and the compressed data so it will always be larger than the input 5 bytes. It also depends on the entropy of the input file, the compression algorithm doesn't make all files smaller, only low entropy files are shrunk, high entropy files are actually compressed larger than their input because there is only a finite amount of possible byte combinations.
@chri-k
@chri-k 8 ай бұрын
Any lossless compression algorithm must on average of all possible inputs compress by a factor less than or equal to 1 ( so, either not at all or increase the size ) Otherwise you'd be storing more than 1 bit of information in each bit of the file
@olnnn
@olnnn 8 ай бұрын
@@teamredstudio7012 Compression algorithms will usually fall back to leaving a block of data uncompressed if it ends up being larger when compressed but it will still result in some small overhead in the datastream or file format compared to the original file since it has to actually store some metadata about compression method and size etc
@teamredstudio7012
@teamredstudio7012 8 ай бұрын
@@olnnn That is correct, I even implemented that in my own algorithm, where if the compressed chunk including the header for this chunk is larger than the uncompressed data the original data is just copied.
@BillAnt
@BillAnt 8 ай бұрын
Oh man I was hoping for the NTAuthority\System will be able to edit/delete, but now I can't wait for the TrustedInstaller video. John Hammond to the rescue, that should be juicy. :D
@peekachugaming3231
@peekachugaming3231 8 ай бұрын
You can create .url files simply by creating a normal .lnk file over the GUI and simply paste in a URL. It will create a Internet-Shortcut (.url)-File - Steam does use those for theyre game shortcuts for example. Also you can refresh any explorer.exe content or your desktop with F5.
@whtiequillBj
@whtiequillBj 8 ай бұрын
@28:37, actually game shortcuts made by Steam are .url files not .lnk.
@teamredstudio7012
@teamredstudio7012 8 ай бұрын
Knowing where they are stored now, I might just make a little powershell script that scans the registry for all files with hidden extensions to make sure there aren't any extra.
@BillAnt
@BillAnt 8 ай бұрын
Also delete the NeverShowExt keys from all instances. ;)
@Bizzybugproductions
@Bizzybugproductions 8 ай бұрын
​@@BillAnt can you help me understand this statement?
@BillAnt
@BillAnt 8 ай бұрын
@@Bizzybugproductions - Watch the full video to understand it.
@teamredstudio7012
@teamredstudio7012 7 ай бұрын
btw, if you want the script, I posted it in a second comment.
@pinkerdroit
@pinkerdroit 8 ай бұрын
Cheers! Thank you for covering this. 😃👍💛
@DanGood122
@DanGood122 8 ай бұрын
FYI, you can right click the desktop to refresh it and the changes will take effect.
@peekachugaming3231
@peekachugaming3231 8 ай бұрын
Actually can press F5 to refresh on the desktop/explorer.
@BillAnt
@BillAnt 8 ай бұрын
A simple desktop refresh via F5 or right click will not show the extensions via the removal of the NeverShowExt key. He ran a script which contains "taskkill /F /IM explorer.exe" and "start explorer.exe".
@superb3333yt
@superb3333yt 12 күн бұрын
So .DeskLink, .MAPImail, .mydocs and .zfsendtotarget aren't supposed to contain anything. If you drag and drop a file onto them, they will do their action. Windows uses them in the SendTo context menu, so there naturally in the %appdata%\Roaming\Microsoft\Windows\SendTo folder
@vpakarinen
@vpakarinen 5 ай бұрын
This was very good to learn, thank you John.
@Eskimostyle
@Eskimostyle 8 ай бұрын
What main operating system do you use @John? Is it like bare metal ubuntu and all the security stuff you do is on VM's or some other kind of setup? Thank you in advance!
@revenevan11
@revenevan11 4 ай бұрын
I'm also curious what his daily driver OS is! I get that he always spins up a VM with Kali or Remnux to actually work in during these videos, or a windows VM to test something in... but from what OS does he do all that? (Some flavor of Linux, but which?) & is that the same main OS he uses personally outside of recording vids, too?
@raymondcarlson7836
@raymondcarlson7836 8 ай бұрын
The Moles (Minecraft hacker guys) used the .pif trick in a campaign against Minehut. They used .pif to trick users into running a stealer under the guise of it being a captcha image.
@CityNaturePig
@CityNaturePig 8 ай бұрын
15:20 Your Desktop, Documents and some other folders on the side are already such libraries in Win11. Maybe you cannot add a library to a library. Or Win11 is just being weird.
@msh6610
@msh6610 8 ай бұрын
Allmost fell for a lnk file inside an archive that looked like a folder few years ago.. It wanted todo some powershell stuff from an url... Pretty sniky :s
@Lampe2020
@Lampe2020 8 ай бұрын
Isn't there a NirSoft tool that allows you to run any executable or command as any user with basically any settings you can imagine?
@logiciananimal
@logiciananimal 8 ай бұрын
Calculator has a protocol handler? Wild. I had looked at protocol handlers briefly based on one of JH (or maybe it was LiveOverflow)'s stuff and seemingly missed that one! (I remember writing code to enumerate all the registered ones.)
@svinxt
@svinxt 8 ай бұрын
Where do you get your Virtual Machines from?
@ThatGuySnagz
@ThatGuySnagz 8 ай бұрын
Hey John, what keyboard do you use?
@VaibhavShewale
@VaibhavShewale 8 ай бұрын
ooh man this are some awesome extension
@elderdragon7856
@elderdragon7856 8 ай бұрын
4:53 not working when I do this. It is still showing the ending
@Datalata
@Datalata 8 ай бұрын
Super interesting as always!
@jmr
@jmr 8 ай бұрын
I vaguely remember something about setting the hot key but I don't believe it was saved in the file.
@Xeno881
@Xeno881 8 ай бұрын
I want learn Format String Vulnerability in pwn to get shell,can you teach me?
@harbiyeli35
@harbiyeli35 8 ай бұрын
Do you suggest upgrading from windows 10 to 11?
@Y0GAAAA
@Y0GAAAA 8 ай бұрын
Very nice video, we want the following 👽
@KyleRice
@KyleRice 8 ай бұрын
How did John Get the Checkmarks
@sunla
@sunla 8 ай бұрын
The emojis? You can pull that up on Windows with a key
@DanGood122
@DanGood122 8 ай бұрын
Ctrl + : for emoji menu within Windows
@KyleRice
@KyleRice 8 ай бұрын
Thanks for the info
@kipchickensout
@kipchickensout 8 ай бұрын
We have software which works with MAPI or SMTP depending on the config so I guess it's actually used
@Neuer_Alias_erstellen
@Neuer_Alias_erstellen 8 ай бұрын
cool shirt
@luketurner314
@luketurner314 8 ай бұрын
For anyone wondering how John is 'typing' emoji in Windows: windows/super-key + . (period/full stop)
@Jonathan-d2g
@Jonathan-d2g 8 ай бұрын
This is why you use Linux.
@NyaryanUwUrrior
@NyaryanUwUrrior 8 ай бұрын
GNU/Linux🤓🤓 😤😤☝☝🤬🤬🤬👹👹
@muizzsiddique
@muizzsiddique 8 ай бұрын
Ah yes, the Operting System that stores plain text files, binary executables, and literally anything else, all in a file with no file extension.
@CartoonSlug
@CartoonSlug 8 ай бұрын
​@@muizzsiddique Oh ok ill just use windows
@benebene9525
@benebene9525 8 ай бұрын
​@@muizzsiddiqueYou do realize that nobody is stopping you from using extensions anyway? The point is that linux doesnt lie to the user about filenames
@wild_elliot
@wild_elliot 8 ай бұрын
​​Everything has it's own pros and cons​@@muizzsiddique
@Ruhgtfo
@Ruhgtfo 8 ай бұрын
Memories bring back memories bring back YO😂
@666KoXz666
@666KoXz666 8 ай бұрын
total commander shows every extention
@omahanprabla3058
@omahanprabla3058 8 ай бұрын
Hope you're not using the cracked version bro
@codyaimes4354
@codyaimes4354 8 ай бұрын
Lol. I spent a few hours last weekend doing something similar.
@270jonp
@270jonp 8 ай бұрын
quality video.
@jabelltulsa
@jabelltulsa 8 ай бұрын
Dude ... pif files .... I know them. I'm so old.
@dj_chateau
@dj_chateau 8 ай бұрын
Completely vanilla; opens Sublime. 😂
@sophisticatedserpent1512
@sophisticatedserpent1512 8 ай бұрын
chat jibbity 🤣
@edwardkostreski6733
@edwardkostreski6733 8 ай бұрын
That .mapi sounds like a pandoras box 😂
@granitium
@granitium 8 ай бұрын
I think search-ms failed because you typed 'johnh' instead of 'john'
@MrKrezol
@MrKrezol 8 ай бұрын
.url icon worked in Internet explorer
@Ormaaj
@Ormaaj 7 ай бұрын
Is there really no way to show the .lnk? A problem is that they look exactly like symlinks except that the "link target" field is empty, which you can't always see, so that's kind of annoying.
@ToastExists
@ToastExists 8 ай бұрын
That's why I use Linux
@BigFunnyGiant
@BigFunnyGiant 8 ай бұрын
Windows still can have PIF files? What?
@gaatjenietsaan88
@gaatjenietsaan88 8 ай бұрын
I got hacked by a sketch software pls help me
@gaatjenietsaan88
@gaatjenietsaan88 8 ай бұрын
It says i need to pay 1500 in bitcoin
@paulbond8244
@paulbond8244 8 ай бұрын
🔥🔥🔥
@MrJohnsoncomputerscientist
@MrJohnsoncomputerscientist 8 ай бұрын
First comment from Kenya always inspired.
@munchcup
@munchcup 8 ай бұрын
Usituhack banah
@Wwinstar
@Wwinstar 8 ай бұрын
No views?! Never been so early on a video.
@haxxor7606
@haxxor7606 8 ай бұрын
This guy does not do segways. Like this segway to our sponsor...
@chri-k
@chri-k 8 ай бұрын
Segue
@IDaVinceE
@IDaVinceE 8 ай бұрын
Nope, but this guy segways... Like he is on a roll.
@Mudflap1110
@Mudflap1110 8 ай бұрын
Don't use windows
@new_simsons
@new_simsons 8 ай бұрын
Cry about it
@BigFunnyGiant
@BigFunnyGiant 8 ай бұрын
Some people really don’t have a choice. They have to for certain software or for work.
@JohnSmith-jc7dk
@JohnSmith-jc7dk 8 ай бұрын
Linux GUI is very buggy
@كرةالمحترفين-ت2ث
@كرةالمحترفين-ت2ث 8 ай бұрын
one of pest in my life
@ThisIsJustADrillBit
@ThisIsJustADrillBit 8 ай бұрын
FIRST ❤ Also you're the man 🔥 🤘
@adrian18ftw
@adrian18ftw 8 ай бұрын
oh okey new thing for me to use ...
@soft_compound
@soft_compound 8 ай бұрын
mate how am i so early
@L3GiÓNsec
@L3GiÓNsec 8 ай бұрын
First
@AltaBross
@AltaBross 8 ай бұрын
Big fan sir i watched you every video they are awesome how can i contact you online or chat with you i have some cybersecurtiy or security related question from which platform i can ask you that questions?
Notepad.exe Will Snitch On You (full coding project)
53:30
John Hammond
Рет қаралды 245 М.
Hackers Abuse Zero-Day Exploit for CrushFTP
31:49
John Hammond
Рет қаралды 70 М.
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
Self-Extracting Executables for Hackers
41:06
John Hammond
Рет қаралды 92 М.
Malware Analysis & Threat Intel: UAC Bypasses
33:00
John Hammond
Рет қаралды 121 М.
Finding WEIRD Typosquatting Websites
24:26
John Hammond
Рет қаралды 356 М.
HTTPS, SSL, TLS & Certificate Authority Explained
43:29
Laith Academy
Рет қаралды 152 М.
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 852 М.
CMD - Command Prompt Training for IT Professionals (Full Course)
3:18:32
Jobskillshare Skills-Based Platform
Рет қаралды 1,5 МЛН
BRUTEFORCING DOMAIN PASSWORDS (AD #05)
28:54
John Hammond
Рет қаралды 55 М.
I Hacked The Cloud: Azure Managed Identities
29:29
John Hammond
Рет қаралды 63 М.
The Hacker who could turn on ANYONE'S Zoom Camera [Zero-Day]
14:17
Daniel Boctor
Рет қаралды 80 М.