Linux File Transfer Methods

April 04, 2024

  • First flag

wget http://10.129.91.71/flag.txt
  • Second flag

wget http://10.10.15.2:8000/upload_nix.zip
gunzip -S .zip upload_nix.zip
hasher upload_nix

Last updated