metasploitable3-solutions/Other_Tools_Used.md

643 B

Tools Used

  1. pigz: Decompress a Zlib file
$ pigz -d -z 10_of_clubs.wav
  1. find: Find flags
find / -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
  1. docker: Docker command
$ docker ps                                               #View running docker containers
$ docker exec -it 9f48895b1e0e bash                       # Access the docker container