ch4rli3kop 2019. 3. 13. 05:19
반응형

zip2john 설치

> git clone https://github.com/magnumripper/JohnTheRipper.git
> cd JohnTheRipper/src
> ./configure
> make
> ~/JohnTheRipper/run/zip2john



troubleshooting

checking for SSL_library_init in -lssl... no
configure: error: in `/home/ch4rli3kop/john-1.8.0-jumbo-1/src':
configure: error: JtR requires libssl being installed
See `config.log' for more details

sudo apt install libssl1.0-dev

checking for deflate in -lz... no
configure: error: in `/home/ch4rli3kop/john-1.8.0-jumbo-1/src':
configure: error: JtR requires libz being installed
See `config.log' for more details

sudo apt install libz-dev


반응형