metasploitable3-solutions/Other_Tools_Used.md
2019-06-13 12:11:36 +03:00

411 B

Tools Used

  1. pigz: Decompress a Zlib file
$ pigz -d -z 10_of_clubs.wav
  1. find: Find flags
find /home -iname "*_of_*"
  1. mount: Mount ISO
$ mount -o loop /home/kylo_ren/.secret_files/my_recordings_do_not_open.iso /media/iso
  1. Binwalk: Analyse binary files for embeded files and executable code
$ binwalk -e 10_of_clubs.wav