Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdfMax filesize is 16 MB.Max image dimensions are 15000 x 15000. You may upload 3 per post.
▶Anonymous 08/25/18 (Sat) 17:58:37 No.959970[Watch Thread][Show All Posts]
is there a way to search all file signatures in all files in a folder
▶Anonymous 08/25/18 (Sat) 19:18:47 No.959991>>960453
File (hide): 160e73f3a0d0185⋯.jpg (81.77 KB, 791x507, 791:507, 14102110172120.jpg) (h) (u)
file *
▶Anonymous 08/27/18 (Mon) 00:09:44 No.960449>>960453
Get-FileHash * -Algorithm SHA1 | where -Property Hash -eq "hash_of_file"
▶Anonymous 08/27/18 (Mon) 00:16:39 No.960453>>960456
>>960449
>assuming the availability of powershell
that's very rude, anon. What if someone just up and assumed that you were a pajeet?
>>959991
find -type f -exec file {} +
▶Anonymous 08/27/18 (Mon) 00:22:09 No.960456
>>960453
Because linux users wouldn't want to be spoon fed like that, so I assumed :^)
▶Anonymous 08/27/18 (Mon) 01:46:54 No.960471
Here we go again, spoon feeding faggots who can't use the sticky, you realize this is not stack overflow right?, you're not getting any pajeet points for this.