CTF Name: WhiteSnow Topic: Steganography Flag Format: MayaCTF{} Description: There has mo…
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;
}
Posts
Forgotten
CTF Name: Forgotten Topic: Misc Flag Format: ICTF{} CTF Link: https://t.me/ctf_invisibleh…
Secure Crypto
CTF Name: Secure Crypto Topic: Cryptography Flag Format: ICTF{} Description: Download the…
Page not Found
CTF Name: Page not Found Topic: Web Exploitation Flag Format: ICTF{} Description: This we…