opt.on('-f FILE', '--search-hash-file FILE', 'Searches each hash in a file of hashes on virustotal.com') do |file|
                            if File.exist?(file)
                                puts "[+] Adding file #{file}" if @options['verbose']
                                @files_of_hashes.push(file)
                            else