I want to extract a huge wordlist and use its contents like a "stream" to the shell.
This would permit one to perform dictionary attacks without having to decompress the entire wordlist.
I want to extract a huge wordlist and use its contents like a "stream" to the shell.
This would permit one to perform dictionary attacks without having to decompress the entire wordlist.
Copyright © 2021 Jogjafile Inc.
A little bit more searching, and I've just found this here:
This would print the last 10 lines of the compressed file without having to extract or store it, sending all errors to
/dev/null
. This is just what I needed!