$ zip2john Forgotten.zip > zip_hash.txt
document.getElementById('execute-button').addEventListener('click', function () {
var command = document.getElementById('command-input').value;
var outputDiv = document.getElementById('output');
// Add your command execution logic here
// For example, you can use AJAX to call an API and display the output
});
.command-box {
background-color: #f2f2f2;
border: 1px solid #ccc;
padding: 10px;
width: 100%;
}
#command-input {
width: 100%;
height: 100px;
resize: none;
margin-bottom: 10px;
}
#execute-button {
background-color: #4CAF50;
color: white;
border: none;
padding: 8px 12px;
cursor: pointer;
}
#output {
margin-top: 10px;
border: 1px solid #ccc;
padding: 10px;
}