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

CTF Name: Guess Topic: Reverse Engineering Flag Format: ICTF{} CTF Link: https://t.me/ctf…
Forgotten

Forgotten

CTF Name: Forgotten Topic: Misc Flag Format: ICTF{} CTF Link: https://t.me/ctf_invisibleh…
No image

Secure Crypto

CTF Name: Secure Crypto Topic: Cryptography Flag Format: ICTF{} Description: Download the…
No image

Page not Found

CTF Name: Page not Found Topic: Web Exploitation Flag Format: ICTF{} Description: This we…
No image

Mountain

CTF Name: Mountain Topic: OSINT Flag Format: ICTF{} Description: What is the height (ft) …
No image

Scan Me

CTF Name: Scan Me Topic: Misc Flag Format: ICTF{} Description: QR code is (quick response…
No image

Zips

strings zips .jpg | grep ICTF

© ‧ Testing blogger. All rights reserved